From 7bfb8277f8d47d6528f598439c909e55722d7de2 Mon Sep 17 00:00:00 2001 From: Sjory Date: Thu, 13 Feb 2025 12:43:30 +0100 Subject: Serial Comunication Started the Serial comunication code for the com between PI4 and ESP32 also made some to-do comments --- .../.vs/ProjectEvaluation/website.metadata.v9.bin | Bin 1811 -> 1910 bytes .../.vs/ProjectEvaluation/website.projects.v9.bin | Bin 70459 -> 106333 bytes .../.vs/ProjectEvaluation/website.strings.v9.bin | Bin 176962 -> 180915 bytes .../CopilotIndices/17.12.31.40377/CodeChunks.db | Bin 147456 -> 147456 bytes .../17.12.31.40377/SemanticSymbols.db-shm | Bin 32768 -> 32768 bytes .../17.12.31.40377/SemanticSymbols.db-wal | Bin 4128272 -> 4128272 bytes .../CopilotIndices/17.12.38.29086/CodeChunks.db | Bin 139264 -> 0 bytes .../17.12.38.29086/SemanticSymbols.db | Bin 36864 -> 0 bytes .../17.12.38.29086/SemanticSymbols.db-shm | Bin 32768 -> 0 bytes .../17.12.38.29086/SemanticSymbols.db-wal | Bin 4120032 -> 0 bytes Website/.vs/Website/DesignTimeBuild/.dtbcache.v2 | Bin 218571 -> 220699 bytes .../18607ba3-8542-47ab-a68d-91a803a21855.vsidx | Bin 0 -> 107 bytes .../52718c8e-b829-42c0-851b-07d6bf105a76.vsidx | Bin 107 -> 0 bytes .../9068e4f0-5a1b-4517-8dac-5a8dc9055c1a.vsidx | Bin 107 -> 0 bytes .../926f782b-6220-4b62-ad35-5d437f3c379e.vsidx | Bin 0 -> 5493 bytes .../aa23c1dd-ee28-4c06-a2cf-fc4747efea9f.vsidx | Bin 0 -> 5156 bytes .../ad0f2470-1221-416a-aba8-42d0807624bf.vsidx | Bin 107 -> 0 bytes .../f9b4daad-0ba8-4d20-9bff-9e2e7f42425c.vsidx | Bin 261530 -> 0 bytes .../feb41ca5-c9ff-4cde-b62e-e88c7ed6d555.vsidx | Bin 0 -> 260244 bytes Website/.vs/Website/config/applicationhost.config | 2 +- .../sessions/99194014-349d-4776-850e-b365b3c58e45 | Bin 68224 -> 190406 bytes Website/.vs/Website/v17/.futdcache.v2 | Bin 566 -> 566 bytes Website/.vs/Website/v17/.suo | Bin 126464 -> 133632 bytes Website/.vs/Website/v17/DocumentLayout.backup.json | 249 +- Website/.vs/Website/v17/DocumentLayout.json | 249 +- .../bin/Debug/net8.0/Website.Client.dll | Bin 7168 -> 7168 bytes .../bin/Debug/net8.0/Website.Client.pdb | Bin 13708 -> 13744 bytes .../Website.Client.staticwebassets.endpoints.json | 1286 ++--- .../Website.Client.staticwebassets.runtime.json | 2 +- .../net8.0/wwwroot/_framework/Website.Client.pdb | Bin 13708 -> 13744 bytes .../wwwroot/_framework/Website.Client.pdb.gz | Bin 8147 -> 8171 bytes .../net8.0/wwwroot/_framework/Website.Client.wasm | Bin 6933 -> 6933 bytes .../wwwroot/_framework/Website.Client.wasm.gz | Bin 3195 -> 3187 bytes .../net8.0/wwwroot/_framework/blazor.boot.json | 6 +- .../net8.0/wwwroot/_framework/blazor.boot.json.gz | Bin 8905 -> 8904 bytes .../Debug/net8.0/Website.Client.AssemblyInfo.cs | 2 +- .../net8.0/Website.Client.AssemblyInfoInputs.cache | 2 +- ...lient.GeneratedMSBuildEditorConfig.editorconfig | 6 +- .../obj/Debug/net8.0/Website.Client.assets.cache | Bin 17156 -> 17354 bytes .../Website.Client.csproj.FileListAbsolute.txt | 6 +- .../obj/Debug/net8.0/Website.Client.dll | Bin 7168 -> 7168 bytes .../obj/Debug/net8.0/Website.Client.pdb | Bin 13708 -> 13744 bytes .../Debug/net8.0/Website.Client.sourcelink.json | 2 +- .../obj/Debug/net8.0/blazor.boot.json | 6 +- .../net8.0/compressed/06xhlk2478-38c86zjpt3.gz | Bin 3194 -> 0 bytes .../net8.0/compressed/06xhlk2478-uje4l4996j.gz | Bin 0 -> 3187 bytes .../net8.0/compressed/306m1unmgj-b75bwzocai.gz | Bin 8169 -> 0 bytes .../net8.0/compressed/306m1unmgj-ww338guy0i.gz | Bin 0 -> 8171 bytes .../net8.0/compressed/gai494obq8-dz35bobq3v.gz | Bin 0 -> 8904 bytes .../net8.0/compressed/gai494obq8-gxbcone546.gz | Bin 8908 -> 0 bytes .../obj/Debug/net8.0/ref/Website.Client.dll | Bin 6656 -> 6656 bytes .../obj/Debug/net8.0/refint/Website.Client.dll | Bin 6656 -> 6656 bytes .../net8.0/staticwebassets.build.endpoints.json | 1286 ++--- .../obj/Debug/net8.0/staticwebassets.build.json | 5404 +++++++++---------- .../Debug/net8.0/staticwebassets.development.json | 2 +- .../obj/Debug/net8.0/staticwebassets.pack.json | 6 +- ...rosoft.AspNetCore.StaticWebAssetEndpoints.props | 8 +- .../Debug/net8.0/tmp-webcil/Website.Client.wasm | Bin 6933 -> 6933 bytes .../obj/Debug/net8.0/webcil/Website.Client.wasm | Bin 6933 -> 6933 bytes .../obj/Website.Client.csproj.nuget.dgspec.json | 14 +- .../obj/Website.Client.csproj.nuget.g.props | 2 +- Website/Website.Client/obj/project.assets.json | 20 +- Website/Website.Client/obj/project.nuget.cache | 13 +- Website/Website/Components/Pages/Home.razor | 12 +- Website/Website/Services/ControllerService.cs | 48 + Website/Website/Website.csproj | 1 + .../Website/bin/Debug/net8.0/Website.Client.dll | Bin 7168 -> 7168 bytes .../Website/bin/Debug/net8.0/Website.Client.pdb | Bin 13708 -> 13744 bytes .../Website.Client.staticwebassets.endpoints.json | 1286 ++--- .../Website.Client.staticwebassets.runtime.json | 2 +- Website/Website/bin/Debug/net8.0/Website.dll | Bin 41984 -> 41984 bytes Website/Website/bin/Debug/net8.0/Website.exe | Bin 138752 -> 138752 bytes Website/Website/bin/Debug/net8.0/Website.pdb | Bin 40904 -> 41000 bytes .../net8.0/Website.staticwebassets.endpoints.json | 1370 ++--- .../net8.0/Website.staticwebassets.runtime.json | 2 +- .../obj/Debug/net8.0/Website.AssemblyInfo.cs | 2 +- .../Debug/net8.0/Website.AssemblyInfoInputs.cache | 2 +- ...bsite.GeneratedMSBuildEditorConfig.editorconfig | 20 +- .../Website/obj/Debug/net8.0/Website.assets.cache | Bin 17863 -> 26916 bytes .../net8.0/Website.csproj.AssemblyReference.cache | Bin 3697 -> 4240 bytes .../net8.0/Website.csproj.CoreCompileInputs.cache | 2 +- Website/Website/obj/Debug/net8.0/Website.dll | Bin 41984 -> 41984 bytes .../Debug/net8.0/Website.genruntimeconfig.cache | 2 +- Website/Website/obj/Debug/net8.0/Website.pdb | Bin 40904 -> 41000 bytes .../obj/Debug/net8.0/Website.sourcelink.json | 2 +- Website/Website/obj/Debug/net8.0/apphost.exe | Bin 138752 -> 138752 bytes Website/Website/obj/Debug/net8.0/ref/Website.dll | Bin 12288 -> 12288 bytes .../Website/obj/Debug/net8.0/refint/Website.dll | Bin 12288 -> 12288 bytes .../net8.0/staticwebassets.build.endpoints.json | 1370 ++--- .../obj/Debug/net8.0/staticwebassets.build.json | 5610 ++++++++++---------- .../Debug/net8.0/staticwebassets.development.json | 2 +- .../obj/Debug/net8.0/staticwebassets.pack.json | 16 +- .../staticwebassets.references.upToDateCheck.txt | 5 + ...rosoft.AspNetCore.StaticWebAssetEndpoints.props | 46 +- ...site.Microsoft.AspNetCore.StaticWebAssets.props | 8 +- .../Website/obj/Website.csproj.nuget.dgspec.json | 34 +- Website/Website/obj/Website.csproj.nuget.g.props | 2 +- Website/Website/obj/project.assets.json | 1737 +++++- Website/Website/obj/project.nuget.cache | 24 +- Website/Website/wwwroot/data/Drinks.json | 11 + 100 files changed, 11059 insertions(+), 9130 deletions(-) delete mode 100644 Website/.vs/Website/CopilotIndices/17.12.38.29086/CodeChunks.db delete mode 100644 Website/.vs/Website/CopilotIndices/17.12.38.29086/SemanticSymbols.db delete mode 100644 Website/.vs/Website/CopilotIndices/17.12.38.29086/SemanticSymbols.db-shm delete mode 100644 Website/.vs/Website/CopilotIndices/17.12.38.29086/SemanticSymbols.db-wal create mode 100644 Website/.vs/Website/FileContentIndex/18607ba3-8542-47ab-a68d-91a803a21855.vsidx delete mode 100644 Website/.vs/Website/FileContentIndex/52718c8e-b829-42c0-851b-07d6bf105a76.vsidx delete mode 100644 Website/.vs/Website/FileContentIndex/9068e4f0-5a1b-4517-8dac-5a8dc9055c1a.vsidx create mode 100644 Website/.vs/Website/FileContentIndex/926f782b-6220-4b62-ad35-5d437f3c379e.vsidx create mode 100644 Website/.vs/Website/FileContentIndex/aa23c1dd-ee28-4c06-a2cf-fc4747efea9f.vsidx delete mode 100644 Website/.vs/Website/FileContentIndex/ad0f2470-1221-416a-aba8-42d0807624bf.vsidx delete mode 100644 Website/.vs/Website/FileContentIndex/f9b4daad-0ba8-4d20-9bff-9e2e7f42425c.vsidx create mode 100644 Website/.vs/Website/FileContentIndex/feb41ca5-c9ff-4cde-b62e-e88c7ed6d555.vsidx delete mode 100644 Website/Website.Client/obj/Debug/net8.0/compressed/06xhlk2478-38c86zjpt3.gz create mode 100644 Website/Website.Client/obj/Debug/net8.0/compressed/06xhlk2478-uje4l4996j.gz delete mode 100644 Website/Website.Client/obj/Debug/net8.0/compressed/306m1unmgj-b75bwzocai.gz create mode 100644 Website/Website.Client/obj/Debug/net8.0/compressed/306m1unmgj-ww338guy0i.gz create mode 100644 Website/Website.Client/obj/Debug/net8.0/compressed/gai494obq8-dz35bobq3v.gz delete mode 100644 Website/Website.Client/obj/Debug/net8.0/compressed/gai494obq8-gxbcone546.gz create mode 100644 Website/Website/Services/ControllerService.cs diff --git a/Website/.vs/ProjectEvaluation/website.metadata.v9.bin b/Website/.vs/ProjectEvaluation/website.metadata.v9.bin index 46a6ad1..4146105 100644 Binary files a/Website/.vs/ProjectEvaluation/website.metadata.v9.bin and b/Website/.vs/ProjectEvaluation/website.metadata.v9.bin differ diff --git a/Website/.vs/ProjectEvaluation/website.projects.v9.bin b/Website/.vs/ProjectEvaluation/website.projects.v9.bin index 2b130f5..02fb1eb 100644 Binary files a/Website/.vs/ProjectEvaluation/website.projects.v9.bin and b/Website/.vs/ProjectEvaluation/website.projects.v9.bin differ diff --git a/Website/.vs/ProjectEvaluation/website.strings.v9.bin b/Website/.vs/ProjectEvaluation/website.strings.v9.bin index e035301..cee6a02 100644 Binary files a/Website/.vs/ProjectEvaluation/website.strings.v9.bin and b/Website/.vs/ProjectEvaluation/website.strings.v9.bin differ diff --git a/Website/.vs/Website/CopilotIndices/17.12.31.40377/CodeChunks.db b/Website/.vs/Website/CopilotIndices/17.12.31.40377/CodeChunks.db index 9c51eb4..bbfb471 100644 Binary files a/Website/.vs/Website/CopilotIndices/17.12.31.40377/CodeChunks.db and b/Website/.vs/Website/CopilotIndices/17.12.31.40377/CodeChunks.db differ diff --git a/Website/.vs/Website/CopilotIndices/17.12.31.40377/SemanticSymbols.db-shm b/Website/.vs/Website/CopilotIndices/17.12.31.40377/SemanticSymbols.db-shm index bfda4cf..6be74d4 100644 Binary files a/Website/.vs/Website/CopilotIndices/17.12.31.40377/SemanticSymbols.db-shm and b/Website/.vs/Website/CopilotIndices/17.12.31.40377/SemanticSymbols.db-shm differ diff --git a/Website/.vs/Website/CopilotIndices/17.12.31.40377/SemanticSymbols.db-wal b/Website/.vs/Website/CopilotIndices/17.12.31.40377/SemanticSymbols.db-wal index 789400a..9bcc46c 100644 Binary files a/Website/.vs/Website/CopilotIndices/17.12.31.40377/SemanticSymbols.db-wal and b/Website/.vs/Website/CopilotIndices/17.12.31.40377/SemanticSymbols.db-wal differ diff --git a/Website/.vs/Website/CopilotIndices/17.12.38.29086/CodeChunks.db b/Website/.vs/Website/CopilotIndices/17.12.38.29086/CodeChunks.db deleted file mode 100644 index a099dfe..0000000 Binary files a/Website/.vs/Website/CopilotIndices/17.12.38.29086/CodeChunks.db and /dev/null differ diff --git a/Website/.vs/Website/CopilotIndices/17.12.38.29086/SemanticSymbols.db b/Website/.vs/Website/CopilotIndices/17.12.38.29086/SemanticSymbols.db deleted file mode 100644 index 03a4173..0000000 Binary files a/Website/.vs/Website/CopilotIndices/17.12.38.29086/SemanticSymbols.db and /dev/null differ diff --git a/Website/.vs/Website/CopilotIndices/17.12.38.29086/SemanticSymbols.db-shm b/Website/.vs/Website/CopilotIndices/17.12.38.29086/SemanticSymbols.db-shm deleted file mode 100644 index 77ba256..0000000 Binary files a/Website/.vs/Website/CopilotIndices/17.12.38.29086/SemanticSymbols.db-shm and /dev/null differ diff --git a/Website/.vs/Website/CopilotIndices/17.12.38.29086/SemanticSymbols.db-wal b/Website/.vs/Website/CopilotIndices/17.12.38.29086/SemanticSymbols.db-wal deleted file mode 100644 index a6261da..0000000 Binary files a/Website/.vs/Website/CopilotIndices/17.12.38.29086/SemanticSymbols.db-wal and /dev/null differ diff --git a/Website/.vs/Website/DesignTimeBuild/.dtbcache.v2 b/Website/.vs/Website/DesignTimeBuild/.dtbcache.v2 index 3da8874..b1dabda 100644 Binary files a/Website/.vs/Website/DesignTimeBuild/.dtbcache.v2 and b/Website/.vs/Website/DesignTimeBuild/.dtbcache.v2 differ diff --git a/Website/.vs/Website/FileContentIndex/18607ba3-8542-47ab-a68d-91a803a21855.vsidx b/Website/.vs/Website/FileContentIndex/18607ba3-8542-47ab-a68d-91a803a21855.vsidx new file mode 100644 index 0000000..70aef67 Binary files /dev/null and b/Website/.vs/Website/FileContentIndex/18607ba3-8542-47ab-a68d-91a803a21855.vsidx differ diff --git a/Website/.vs/Website/FileContentIndex/52718c8e-b829-42c0-851b-07d6bf105a76.vsidx b/Website/.vs/Website/FileContentIndex/52718c8e-b829-42c0-851b-07d6bf105a76.vsidx deleted file mode 100644 index 70aef67..0000000 Binary files a/Website/.vs/Website/FileContentIndex/52718c8e-b829-42c0-851b-07d6bf105a76.vsidx and /dev/null differ diff --git a/Website/.vs/Website/FileContentIndex/9068e4f0-5a1b-4517-8dac-5a8dc9055c1a.vsidx b/Website/.vs/Website/FileContentIndex/9068e4f0-5a1b-4517-8dac-5a8dc9055c1a.vsidx deleted file mode 100644 index 70aef67..0000000 Binary files a/Website/.vs/Website/FileContentIndex/9068e4f0-5a1b-4517-8dac-5a8dc9055c1a.vsidx and /dev/null differ diff --git a/Website/.vs/Website/FileContentIndex/926f782b-6220-4b62-ad35-5d437f3c379e.vsidx b/Website/.vs/Website/FileContentIndex/926f782b-6220-4b62-ad35-5d437f3c379e.vsidx new file mode 100644 index 0000000..13a8de3 Binary files /dev/null and b/Website/.vs/Website/FileContentIndex/926f782b-6220-4b62-ad35-5d437f3c379e.vsidx differ diff --git a/Website/.vs/Website/FileContentIndex/aa23c1dd-ee28-4c06-a2cf-fc4747efea9f.vsidx b/Website/.vs/Website/FileContentIndex/aa23c1dd-ee28-4c06-a2cf-fc4747efea9f.vsidx new file mode 100644 index 0000000..f69ede8 Binary files /dev/null and b/Website/.vs/Website/FileContentIndex/aa23c1dd-ee28-4c06-a2cf-fc4747efea9f.vsidx differ diff --git a/Website/.vs/Website/FileContentIndex/ad0f2470-1221-416a-aba8-42d0807624bf.vsidx b/Website/.vs/Website/FileContentIndex/ad0f2470-1221-416a-aba8-42d0807624bf.vsidx deleted file mode 100644 index 70aef67..0000000 Binary files a/Website/.vs/Website/FileContentIndex/ad0f2470-1221-416a-aba8-42d0807624bf.vsidx and /dev/null differ diff --git a/Website/.vs/Website/FileContentIndex/f9b4daad-0ba8-4d20-9bff-9e2e7f42425c.vsidx b/Website/.vs/Website/FileContentIndex/f9b4daad-0ba8-4d20-9bff-9e2e7f42425c.vsidx deleted file mode 100644 index 69487eb..0000000 Binary files a/Website/.vs/Website/FileContentIndex/f9b4daad-0ba8-4d20-9bff-9e2e7f42425c.vsidx and /dev/null differ diff --git a/Website/.vs/Website/FileContentIndex/feb41ca5-c9ff-4cde-b62e-e88c7ed6d555.vsidx b/Website/.vs/Website/FileContentIndex/feb41ca5-c9ff-4cde-b62e-e88c7ed6d555.vsidx new file mode 100644 index 0000000..cb07b25 Binary files /dev/null and b/Website/.vs/Website/FileContentIndex/feb41ca5-c9ff-4cde-b62e-e88c7ed6d555.vsidx differ diff --git a/Website/.vs/Website/config/applicationhost.config b/Website/.vs/Website/config/applicationhost.config index 7b20f8b..9a2c52d 100644 --- a/Website/.vs/Website/config/applicationhost.config +++ b/Website/.vs/Website/config/applicationhost.config @@ -157,7 +157,7 @@ - + diff --git a/Website/.vs/Website/copilot-chat/cf23d55a/sessions/99194014-349d-4776-850e-b365b3c58e45 b/Website/.vs/Website/copilot-chat/cf23d55a/sessions/99194014-349d-4776-850e-b365b3c58e45 index 61903f1..d2cc25e 100644 Binary files a/Website/.vs/Website/copilot-chat/cf23d55a/sessions/99194014-349d-4776-850e-b365b3c58e45 and b/Website/.vs/Website/copilot-chat/cf23d55a/sessions/99194014-349d-4776-850e-b365b3c58e45 differ diff --git a/Website/.vs/Website/v17/.futdcache.v2 b/Website/.vs/Website/v17/.futdcache.v2 index 116294c..8ec162c 100644 Binary files a/Website/.vs/Website/v17/.futdcache.v2 and b/Website/.vs/Website/v17/.futdcache.v2 differ diff --git a/Website/.vs/Website/v17/.suo b/Website/.vs/Website/v17/.suo index edb4498..83a4c3e 100644 Binary files a/Website/.vs/Website/v17/.suo and b/Website/.vs/Website/v17/.suo differ diff --git a/Website/.vs/Website/v17/DocumentLayout.backup.json b/Website/.vs/Website/v17/DocumentLayout.backup.json index 32164a5..05ddfb9 100644 --- a/Website/.vs/Website/v17/DocumentLayout.backup.json +++ b/Website/.vs/Website/v17/DocumentLayout.backup.json @@ -1,81 +1,89 @@ { "Version": 1, - "WorkspaceRootPath": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\", + "WorkspaceRootPath": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\", "Documents": [ { - "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\drinksmachine\\website\\website\\components\\pages\\home.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}", + "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website\\components\\pages\\home.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}", "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\components\\pages\\home.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}" }, { - "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\drinksmachine\\website\\website\\wwwroot\\data\\drinks.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}", - "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\wwwroot\\data\\drinks.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}" + "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website\\services\\controllerservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\services\\controllerservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\drinksmachine\\website\\website\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website\\services\\drinkdataservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\services\\drinkdataservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + }, + { + "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website\\website.csproj||{FA3CD31E-987B-443A-9B81-186104E8DAC1}|", + "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\website.csproj||{FA3CD31E-987B-443A-9B81-186104E8DAC1}|" + }, + { + "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\drinksmachine\\website\\website\\services\\drinkdataservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\services\\drinkdataservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website\\wwwroot\\data\\drinks.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}", + "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\wwwroot\\data\\drinks.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}" }, { - "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\drinksmachine\\website\\website\\models\\drink.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website\\models\\drink.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\models\\drink.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\drinksmachine\\website\\website\\models\\alcohol.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website\\models\\alcohol.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\models\\alcohol.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\drinksmachine\\website\\website\\models\\liquid.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website\\models\\liquid.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\models\\liquid.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\drinksmachine\\website\\website\\wwwroot\\data\\liquids.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}", + "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website\\wwwroot\\data\\liquids.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}", "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\wwwroot\\data\\liquids.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}" }, { - "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\drinksmachine\\website\\website\\components\\pages\\weather.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}", + "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website\\components\\pages\\weather.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}", "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\components\\pages\\weather.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}" }, { - "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\drinksmachine\\website\\website\\wwwroot\\data\\alcohols.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}", + "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website\\wwwroot\\data\\alcohols.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}", "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\wwwroot\\data\\alcohols.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}" }, { - "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\drinksmachine\\website\\website\\components\\layout\\mainlayout.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}", + "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website\\components\\layout\\mainlayout.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}", "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\components\\layout\\mainlayout.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}" }, { - "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\drinksmachine\\website\\website\\components\\layout\\navmenu.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}", + "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website\\components\\layout\\navmenu.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}", "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\components\\layout\\navmenu.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}" }, { - "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\drinksmachine\\website\\website\\components\\pages\\error.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}", + "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website\\components\\pages\\error.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}", "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\components\\pages\\error.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}" }, { - "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\drinksmachine\\website\\website\\components\\_imports.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}", + "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website\\components\\_imports.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}", "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\components\\_imports.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}" }, { - "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\drinksmachine\\website\\website\\components\\app.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}", + "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website\\components\\app.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}", "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\components\\app.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}" }, { - "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\drinksmachine\\website\\website\\components\\routes.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}", + "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website\\components\\routes.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}", "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\components\\routes.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}" }, { - "AbsoluteMoniker": "D:0:0:{FCAC4A91-7FB6-4ED7-8FFF-C1EEC3A0475A}|Website.Client\\Website.Client.csproj|c:\\users\\mgj32\\documents\\drinksmachine\\website\\website.client\\website.client.csproj||{FA3CD31E-987B-443A-9B81-186104E8DAC1}|", + "AbsoluteMoniker": "D:0:0:{FCAC4A91-7FB6-4ED7-8FFF-C1EEC3A0475A}|Website.Client\\Website.Client.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website.client\\website.client.csproj||{FA3CD31E-987B-443A-9B81-186104E8DAC1}|", "RelativeMoniker": "D:0:0:{FCAC4A91-7FB6-4ED7-8FFF-C1EEC3A0475A}|Website.Client\\Website.Client.csproj|solutionrelative:website.client\\website.client.csproj||{FA3CD31E-987B-443A-9B81-186104E8DAC1}|" }, { - "AbsoluteMoniker": "D:0:0:{FCAC4A91-7FB6-4ED7-8FFF-C1EEC3A0475A}|Website.Client\\Website.Client.csproj|c:\\users\\mgj32\\documents\\drinksmachine\\website\\website.client\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "AbsoluteMoniker": "D:0:0:{FCAC4A91-7FB6-4ED7-8FFF-C1EEC3A0475A}|Website.Client\\Website.Client.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website.client\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", "RelativeMoniker": "D:0:0:{FCAC4A91-7FB6-4ED7-8FFF-C1EEC3A0475A}|Website.Client\\Website.Client.csproj|solutionrelative:website.client\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\drinksmachine\\website\\website\\properties\\launchsettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}", + "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website\\properties\\launchsettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}", "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\properties\\launchsettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}" } ], @@ -86,239 +94,280 @@ "DocumentGroups": [ { "DockedWidth": 200, - "SelectedChildIndex": 1, + "SelectedChildIndex": 3, "Children": [ { "$type": "Document", - "DocumentIndex": 8, + "DocumentIndex": 3, + "Title": "Website", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Website.csproj", + "RelativeDocumentMoniker": "Website\\Website.csproj", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Website.csproj", + "RelativeToolTip": "Website\\Website.csproj", + "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000758|", + "WhenOpened": "2025-02-13T11:37:54.291Z", + "EditorCaption": "" + }, + { + "$type": "Document", + "DocumentIndex": 1, + "Title": "ControllerService.cs", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Services\\ControllerService.cs", + "RelativeDocumentMoniker": "Website\\Services\\ControllerService.cs", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Services\\ControllerService.cs", + "RelativeToolTip": "Website\\Services\\ControllerService.cs", + "ViewState": "AgIAAAMAAAAAAAAAAAAAADAAAAAAAAAAAAAAAA==", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", + "WhenOpened": "2025-02-13T11:26:13.583Z", + "EditorCaption": "" + }, + { + "$type": "Document", + "DocumentIndex": 10, "Title": "Weather.razor", - "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Components\\Pages\\Weather.razor", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Components\\Pages\\Weather.razor", "RelativeDocumentMoniker": "Website\\Components\\Pages\\Weather.razor", - "ToolTip": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Components\\Pages\\Weather.razor", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Components\\Pages\\Weather.razor", "RelativeToolTip": "Website\\Components\\Pages\\Weather.razor", "ViewState": "AgIAAAAAAAAAAAAAAAAAACoAAAAFAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000759|", - "WhenOpened": "2025-01-05T14:23:14.302Z" + "WhenOpened": "2025-01-12T08:25:16.776Z", + "EditorCaption": "" }, { "$type": "Document", "DocumentIndex": 0, "Title": "Home.razor", - "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Components\\Pages\\Home.razor", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Components\\Pages\\Home.razor", "RelativeDocumentMoniker": "Website\\Components\\Pages\\Home.razor", - "ToolTip": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Components\\Pages\\Home.razor", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Components\\Pages\\Home.razor", "RelativeToolTip": "Website\\Components\\Pages\\Home.razor", - "ViewState": "AgIAAAAAAAAAAAAAAAAAABQAAABEAAAAAAAAAA==", + "ViewState": "AgIAAFcAAAAAAAAAAAAAAKIAAAAhAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000759|", - "WhenOpened": "2025-01-05T14:23:03.291Z", + "WhenOpened": "2025-01-12T08:25:16.84Z", "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 9, + "DocumentIndex": 11, "Title": "Alcohols.json", - "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Alcohols.json", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Alcohols.json", "RelativeDocumentMoniker": "Website\\wwwroot\\data\\Alcohols.json", - "ToolTip": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Alcohols.json", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Alcohols.json", "RelativeToolTip": "Website\\wwwroot\\data\\Alcohols.json", "ViewState": "AgIAAAAAAAAAAAAAAAAAADQAAAAAAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|", - "WhenOpened": "2024-12-26T13:51:39.187Z" + "WhenOpened": "2025-01-12T08:25:16.849Z", + "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 3, + "DocumentIndex": 2, "Title": "DrinkDataService.cs", - "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Services\\DrinkDataService.cs", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Services\\DrinkDataService.cs", "RelativeDocumentMoniker": "Website\\Services\\DrinkDataService.cs", - "ToolTip": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Services\\DrinkDataService.cs", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Services\\DrinkDataService.cs", "RelativeToolTip": "Website\\Services\\DrinkDataService.cs", "ViewState": "AgIAAAAAAAAAAAAAAAAAABYAAAAAAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-12-26T12:48:30.506Z", + "WhenOpened": "2025-01-12T08:25:16.861Z", "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 10, + "DocumentIndex": 12, "Title": "MainLayout.razor", - "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Components\\Layout\\MainLayout.razor", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Components\\Layout\\MainLayout.razor", "RelativeDocumentMoniker": "Website\\Components\\Layout\\MainLayout.razor", - "ToolTip": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Components\\Layout\\MainLayout.razor", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Components\\Layout\\MainLayout.razor", "RelativeToolTip": "Website\\Components\\Layout\\MainLayout.razor", "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000759|", - "WhenOpened": "2025-01-05T14:37:47.238Z" + "WhenOpened": "2025-01-12T08:25:16.868Z", + "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 1, + "DocumentIndex": 5, "Title": "Drinks.json", - "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Drinks.json", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Drinks.json", "RelativeDocumentMoniker": "Website\\wwwroot\\data\\Drinks.json", - "ToolTip": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Drinks.json", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Drinks.json", "RelativeToolTip": "Website\\wwwroot\\data\\Drinks.json", - "ViewState": "AgIAACoAAAAAAAAAAAAAAFAAAAADAAAAAAAAAA==", + "ViewState": "AgIAAAAAAAAAAAAAAAAAAFcAAAAXAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|", - "WhenOpened": "2025-01-05T14:57:01.728Z", + "WhenOpened": "2025-01-12T08:25:16.874Z", "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 7, + "DocumentIndex": 9, "Title": "Liquids.json", - "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Liquids.json", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Liquids.json", "RelativeDocumentMoniker": "Website\\wwwroot\\data\\Liquids.json", - "ToolTip": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Liquids.json", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Liquids.json", "RelativeToolTip": "Website\\wwwroot\\data\\Liquids.json", "ViewState": "AgIAAAAAAAAAAAAAAAAYwCkAAAABAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|", - "WhenOpened": "2024-12-26T20:12:29.076Z" + "WhenOpened": "2025-01-12T08:25:16.883Z", + "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 2, + "DocumentIndex": 4, "Title": "Program.cs", - "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Program.cs", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Program.cs", "RelativeDocumentMoniker": "Website\\Program.cs", - "ToolTip": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Program.cs", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Program.cs", "RelativeToolTip": "Website\\Program.cs", "ViewState": "AgIAAAAAAAAAAAAAAAAAAAwAAAAAAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-12-26T13:12:45.453Z", + "WhenOpened": "2025-01-12T08:25:16.89Z", "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 5, + "DocumentIndex": 7, "Title": "Alcohol.cs", - "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Models\\Alcohol.cs", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Models\\Alcohol.cs", "RelativeDocumentMoniker": "Website\\Models\\Alcohol.cs", - "ToolTip": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Models\\Alcohol.cs", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Models\\Alcohol.cs", "RelativeToolTip": "Website\\Models\\Alcohol.cs", "ViewState": "AgIAAAAAAAAAAAAAAAAAAAYAAAAkAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2025-01-05T14:29:05.881Z" + "WhenOpened": "2025-01-12T08:25:16.897Z", + "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 16, + "DocumentIndex": 18, "Title": "Website.Client.csproj", - "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\Website.Client.csproj", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\Website.Client.csproj", "RelativeDocumentMoniker": "Website.Client\\Website.Client.csproj", - "ToolTip": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\Website.Client.csproj", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\Website.Client.csproj", "RelativeToolTip": "Website.Client\\Website.Client.csproj", "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000758|", - "WhenOpened": "2025-01-05T14:36:02.309Z" + "WhenOpened": "2025-01-12T08:25:16.909Z", + "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 4, + "DocumentIndex": 6, "Title": "Drink.cs", - "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Models\\Drink.cs", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Models\\Drink.cs", "RelativeDocumentMoniker": "Website\\Models\\Drink.cs", - "ToolTip": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Models\\Drink.cs", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Models\\Drink.cs", "RelativeToolTip": "Website\\Models\\Drink.cs", "ViewState": "AgIAAAAAAAAAAAAAAAAAAAoAAAAAAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2025-01-05T14:29:13.809Z" + "WhenOpened": "2025-01-12T08:25:17.029Z", + "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 6, + "DocumentIndex": 8, "Title": "Liquid.cs", - "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Models\\Liquid.cs", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Models\\Liquid.cs", "RelativeDocumentMoniker": "Website\\Models\\Liquid.cs", - "ToolTip": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Models\\Liquid.cs", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Models\\Liquid.cs", "RelativeToolTip": "Website\\Models\\Liquid.cs", "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2025-01-05T14:29:22.672Z" + "WhenOpened": "2025-01-12T08:25:17.04Z", + "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 15, + "DocumentIndex": 17, "Title": "Routes.razor", - "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Components\\Routes.razor", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Components\\Routes.razor", "RelativeDocumentMoniker": "Website\\Components\\Routes.razor", - "ToolTip": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Components\\Routes.razor", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Components\\Routes.razor", "RelativeToolTip": "Website\\Components\\Routes.razor", "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000759|", - "WhenOpened": "2025-01-05T14:37:12.175Z" + "WhenOpened": "2025-01-12T08:25:17.046Z", + "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 14, + "DocumentIndex": 16, "Title": "App.razor", - "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Components\\App.razor", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Components\\App.razor", "RelativeDocumentMoniker": "Website\\Components\\App.razor", - "ToolTip": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Components\\App.razor", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Components\\App.razor", "RelativeToolTip": "Website\\Components\\App.razor", "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000759|", - "WhenOpened": "2025-01-05T14:37:14.611Z" + "WhenOpened": "2025-01-12T08:25:17.054Z", + "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 13, + "DocumentIndex": 15, "Title": "_Imports.razor", - "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Components\\_Imports.razor", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Components\\_Imports.razor", "RelativeDocumentMoniker": "Website\\Components\\_Imports.razor", - "ToolTip": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Components\\_Imports.razor", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Components\\_Imports.razor", "RelativeToolTip": "Website\\Components\\_Imports.razor", "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000759|", - "WhenOpened": "2025-01-05T14:37:16.482Z" + "WhenOpened": "2025-01-12T08:25:17.061Z", + "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 12, + "DocumentIndex": 14, "Title": "Error.razor", - "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Components\\Pages\\Error.razor", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Components\\Pages\\Error.razor", "RelativeDocumentMoniker": "Website\\Components\\Pages\\Error.razor", - "ToolTip": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Components\\Pages\\Error.razor", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Components\\Pages\\Error.razor", "RelativeToolTip": "Website\\Components\\Pages\\Error.razor", "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000759|", - "WhenOpened": "2025-01-05T14:37:31.157Z" + "WhenOpened": "2025-01-12T08:25:17.069Z", + "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 11, + "DocumentIndex": 13, "Title": "NavMenu.razor", - "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Components\\Layout\\NavMenu.razor", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Components\\Layout\\NavMenu.razor", "RelativeDocumentMoniker": "Website\\Components\\Layout\\NavMenu.razor", - "ToolTip": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Components\\Layout\\NavMenu.razor", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Components\\Layout\\NavMenu.razor", "RelativeToolTip": "Website\\Components\\Layout\\NavMenu.razor", "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000759|", - "WhenOpened": "2025-01-05T14:37:33.498Z" + "WhenOpened": "2025-01-12T08:25:17.076Z", + "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 17, + "DocumentIndex": 19, "Title": "Program.cs", - "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\Program.cs", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\Program.cs", "RelativeDocumentMoniker": "Website.Client\\Program.cs", - "ToolTip": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\Program.cs", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\Program.cs", "RelativeToolTip": "Website.Client\\Program.cs", "ViewState": "AgIAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-12-25T11:46:57.594Z" + "WhenOpened": "2025-01-12T08:25:17.085Z", + "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 18, + "DocumentIndex": 20, "Title": "launchSettings.json", - "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Properties\\launchSettings.json", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Properties\\launchSettings.json", "RelativeDocumentMoniker": "Website\\Properties\\launchSettings.json", - "ToolTip": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Properties\\launchSettings.json", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Properties\\launchSettings.json", "RelativeToolTip": "Website\\Properties\\launchSettings.json", "ViewState": "AgIAAAAAAAAAAAAAAAAAAB4AAAAAAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|", - "WhenOpened": "2024-12-26T20:47:09.884Z" + "WhenOpened": "2025-01-12T08:25:17.092Z", + "EditorCaption": "" } ] } diff --git a/Website/.vs/Website/v17/DocumentLayout.json b/Website/.vs/Website/v17/DocumentLayout.json index 32164a5..05ddfb9 100644 --- a/Website/.vs/Website/v17/DocumentLayout.json +++ b/Website/.vs/Website/v17/DocumentLayout.json @@ -1,81 +1,89 @@ { "Version": 1, - "WorkspaceRootPath": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\", + "WorkspaceRootPath": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\", "Documents": [ { - "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\drinksmachine\\website\\website\\components\\pages\\home.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}", + "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website\\components\\pages\\home.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}", "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\components\\pages\\home.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}" }, { - "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\drinksmachine\\website\\website\\wwwroot\\data\\drinks.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}", - "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\wwwroot\\data\\drinks.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}" + "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website\\services\\controllerservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\services\\controllerservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\drinksmachine\\website\\website\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website\\services\\drinkdataservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\services\\drinkdataservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + }, + { + "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website\\website.csproj||{FA3CD31E-987B-443A-9B81-186104E8DAC1}|", + "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\website.csproj||{FA3CD31E-987B-443A-9B81-186104E8DAC1}|" + }, + { + "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\drinksmachine\\website\\website\\services\\drinkdataservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\services\\drinkdataservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website\\wwwroot\\data\\drinks.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}", + "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\wwwroot\\data\\drinks.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}" }, { - "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\drinksmachine\\website\\website\\models\\drink.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website\\models\\drink.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\models\\drink.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\drinksmachine\\website\\website\\models\\alcohol.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website\\models\\alcohol.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\models\\alcohol.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\drinksmachine\\website\\website\\models\\liquid.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website\\models\\liquid.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\models\\liquid.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\drinksmachine\\website\\website\\wwwroot\\data\\liquids.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}", + "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website\\wwwroot\\data\\liquids.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}", "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\wwwroot\\data\\liquids.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}" }, { - "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\drinksmachine\\website\\website\\components\\pages\\weather.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}", + "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website\\components\\pages\\weather.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}", "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\components\\pages\\weather.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}" }, { - "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\drinksmachine\\website\\website\\wwwroot\\data\\alcohols.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}", + "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website\\wwwroot\\data\\alcohols.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}", "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\wwwroot\\data\\alcohols.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}" }, { - "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\drinksmachine\\website\\website\\components\\layout\\mainlayout.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}", + "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website\\components\\layout\\mainlayout.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}", "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\components\\layout\\mainlayout.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}" }, { - "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\drinksmachine\\website\\website\\components\\layout\\navmenu.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}", + "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website\\components\\layout\\navmenu.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}", "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\components\\layout\\navmenu.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}" }, { - "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\drinksmachine\\website\\website\\components\\pages\\error.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}", + "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website\\components\\pages\\error.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}", "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\components\\pages\\error.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}" }, { - "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\drinksmachine\\website\\website\\components\\_imports.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}", + "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website\\components\\_imports.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}", "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\components\\_imports.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}" }, { - "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\drinksmachine\\website\\website\\components\\app.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}", + "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website\\components\\app.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}", "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\components\\app.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}" }, { - "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\drinksmachine\\website\\website\\components\\routes.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}", + "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website\\components\\routes.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}", "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\components\\routes.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}" }, { - "AbsoluteMoniker": "D:0:0:{FCAC4A91-7FB6-4ED7-8FFF-C1EEC3A0475A}|Website.Client\\Website.Client.csproj|c:\\users\\mgj32\\documents\\drinksmachine\\website\\website.client\\website.client.csproj||{FA3CD31E-987B-443A-9B81-186104E8DAC1}|", + "AbsoluteMoniker": "D:0:0:{FCAC4A91-7FB6-4ED7-8FFF-C1EEC3A0475A}|Website.Client\\Website.Client.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website.client\\website.client.csproj||{FA3CD31E-987B-443A-9B81-186104E8DAC1}|", "RelativeMoniker": "D:0:0:{FCAC4A91-7FB6-4ED7-8FFF-C1EEC3A0475A}|Website.Client\\Website.Client.csproj|solutionrelative:website.client\\website.client.csproj||{FA3CD31E-987B-443A-9B81-186104E8DAC1}|" }, { - "AbsoluteMoniker": "D:0:0:{FCAC4A91-7FB6-4ED7-8FFF-C1EEC3A0475A}|Website.Client\\Website.Client.csproj|c:\\users\\mgj32\\documents\\drinksmachine\\website\\website.client\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "AbsoluteMoniker": "D:0:0:{FCAC4A91-7FB6-4ED7-8FFF-C1EEC3A0475A}|Website.Client\\Website.Client.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website.client\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", "RelativeMoniker": "D:0:0:{FCAC4A91-7FB6-4ED7-8FFF-C1EEC3A0475A}|Website.Client\\Website.Client.csproj|solutionrelative:website.client\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\drinksmachine\\website\\website\\properties\\launchsettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}", + "AbsoluteMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|c:\\users\\mgj32\\documents\\github\\drinksmachine\\website\\website\\properties\\launchsettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}", "RelativeMoniker": "D:0:0:{084F13A9-0DD5-4770-9F93-5F9A7F2F8575}|Website\\Website.csproj|solutionrelative:website\\properties\\launchsettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}" } ], @@ -86,239 +94,280 @@ "DocumentGroups": [ { "DockedWidth": 200, - "SelectedChildIndex": 1, + "SelectedChildIndex": 3, "Children": [ { "$type": "Document", - "DocumentIndex": 8, + "DocumentIndex": 3, + "Title": "Website", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Website.csproj", + "RelativeDocumentMoniker": "Website\\Website.csproj", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Website.csproj", + "RelativeToolTip": "Website\\Website.csproj", + "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000758|", + "WhenOpened": "2025-02-13T11:37:54.291Z", + "EditorCaption": "" + }, + { + "$type": "Document", + "DocumentIndex": 1, + "Title": "ControllerService.cs", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Services\\ControllerService.cs", + "RelativeDocumentMoniker": "Website\\Services\\ControllerService.cs", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Services\\ControllerService.cs", + "RelativeToolTip": "Website\\Services\\ControllerService.cs", + "ViewState": "AgIAAAMAAAAAAAAAAAAAADAAAAAAAAAAAAAAAA==", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", + "WhenOpened": "2025-02-13T11:26:13.583Z", + "EditorCaption": "" + }, + { + "$type": "Document", + "DocumentIndex": 10, "Title": "Weather.razor", - "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Components\\Pages\\Weather.razor", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Components\\Pages\\Weather.razor", "RelativeDocumentMoniker": "Website\\Components\\Pages\\Weather.razor", - "ToolTip": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Components\\Pages\\Weather.razor", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Components\\Pages\\Weather.razor", "RelativeToolTip": "Website\\Components\\Pages\\Weather.razor", "ViewState": "AgIAAAAAAAAAAAAAAAAAACoAAAAFAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000759|", - "WhenOpened": "2025-01-05T14:23:14.302Z" + "WhenOpened": "2025-01-12T08:25:16.776Z", + "EditorCaption": "" }, { "$type": "Document", "DocumentIndex": 0, "Title": "Home.razor", - "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Components\\Pages\\Home.razor", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Components\\Pages\\Home.razor", "RelativeDocumentMoniker": "Website\\Components\\Pages\\Home.razor", - "ToolTip": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Components\\Pages\\Home.razor", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Components\\Pages\\Home.razor", "RelativeToolTip": "Website\\Components\\Pages\\Home.razor", - "ViewState": "AgIAAAAAAAAAAAAAAAAAABQAAABEAAAAAAAAAA==", + "ViewState": "AgIAAFcAAAAAAAAAAAAAAKIAAAAhAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000759|", - "WhenOpened": "2025-01-05T14:23:03.291Z", + "WhenOpened": "2025-01-12T08:25:16.84Z", "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 9, + "DocumentIndex": 11, "Title": "Alcohols.json", - "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Alcohols.json", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Alcohols.json", "RelativeDocumentMoniker": "Website\\wwwroot\\data\\Alcohols.json", - "ToolTip": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Alcohols.json", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Alcohols.json", "RelativeToolTip": "Website\\wwwroot\\data\\Alcohols.json", "ViewState": "AgIAAAAAAAAAAAAAAAAAADQAAAAAAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|", - "WhenOpened": "2024-12-26T13:51:39.187Z" + "WhenOpened": "2025-01-12T08:25:16.849Z", + "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 3, + "DocumentIndex": 2, "Title": "DrinkDataService.cs", - "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Services\\DrinkDataService.cs", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Services\\DrinkDataService.cs", "RelativeDocumentMoniker": "Website\\Services\\DrinkDataService.cs", - "ToolTip": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Services\\DrinkDataService.cs", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Services\\DrinkDataService.cs", "RelativeToolTip": "Website\\Services\\DrinkDataService.cs", "ViewState": "AgIAAAAAAAAAAAAAAAAAABYAAAAAAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-12-26T12:48:30.506Z", + "WhenOpened": "2025-01-12T08:25:16.861Z", "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 10, + "DocumentIndex": 12, "Title": "MainLayout.razor", - "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Components\\Layout\\MainLayout.razor", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Components\\Layout\\MainLayout.razor", "RelativeDocumentMoniker": "Website\\Components\\Layout\\MainLayout.razor", - "ToolTip": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Components\\Layout\\MainLayout.razor", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Components\\Layout\\MainLayout.razor", "RelativeToolTip": "Website\\Components\\Layout\\MainLayout.razor", "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000759|", - "WhenOpened": "2025-01-05T14:37:47.238Z" + "WhenOpened": "2025-01-12T08:25:16.868Z", + "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 1, + "DocumentIndex": 5, "Title": "Drinks.json", - "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Drinks.json", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Drinks.json", "RelativeDocumentMoniker": "Website\\wwwroot\\data\\Drinks.json", - "ToolTip": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Drinks.json", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Drinks.json", "RelativeToolTip": "Website\\wwwroot\\data\\Drinks.json", - "ViewState": "AgIAACoAAAAAAAAAAAAAAFAAAAADAAAAAAAAAA==", + "ViewState": "AgIAAAAAAAAAAAAAAAAAAFcAAAAXAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|", - "WhenOpened": "2025-01-05T14:57:01.728Z", + "WhenOpened": "2025-01-12T08:25:16.874Z", "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 7, + "DocumentIndex": 9, "Title": "Liquids.json", - "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Liquids.json", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Liquids.json", "RelativeDocumentMoniker": "Website\\wwwroot\\data\\Liquids.json", - "ToolTip": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Liquids.json", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Liquids.json", "RelativeToolTip": "Website\\wwwroot\\data\\Liquids.json", "ViewState": "AgIAAAAAAAAAAAAAAAAYwCkAAAABAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|", - "WhenOpened": "2024-12-26T20:12:29.076Z" + "WhenOpened": "2025-01-12T08:25:16.883Z", + "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 2, + "DocumentIndex": 4, "Title": "Program.cs", - "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Program.cs", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Program.cs", "RelativeDocumentMoniker": "Website\\Program.cs", - "ToolTip": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Program.cs", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Program.cs", "RelativeToolTip": "Website\\Program.cs", "ViewState": "AgIAAAAAAAAAAAAAAAAAAAwAAAAAAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-12-26T13:12:45.453Z", + "WhenOpened": "2025-01-12T08:25:16.89Z", "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 5, + "DocumentIndex": 7, "Title": "Alcohol.cs", - "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Models\\Alcohol.cs", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Models\\Alcohol.cs", "RelativeDocumentMoniker": "Website\\Models\\Alcohol.cs", - "ToolTip": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Models\\Alcohol.cs", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Models\\Alcohol.cs", "RelativeToolTip": "Website\\Models\\Alcohol.cs", "ViewState": "AgIAAAAAAAAAAAAAAAAAAAYAAAAkAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2025-01-05T14:29:05.881Z" + "WhenOpened": "2025-01-12T08:25:16.897Z", + "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 16, + "DocumentIndex": 18, "Title": "Website.Client.csproj", - "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\Website.Client.csproj", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\Website.Client.csproj", "RelativeDocumentMoniker": "Website.Client\\Website.Client.csproj", - "ToolTip": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\Website.Client.csproj", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\Website.Client.csproj", "RelativeToolTip": "Website.Client\\Website.Client.csproj", "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000758|", - "WhenOpened": "2025-01-05T14:36:02.309Z" + "WhenOpened": "2025-01-12T08:25:16.909Z", + "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 4, + "DocumentIndex": 6, "Title": "Drink.cs", - "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Models\\Drink.cs", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Models\\Drink.cs", "RelativeDocumentMoniker": "Website\\Models\\Drink.cs", - "ToolTip": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Models\\Drink.cs", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Models\\Drink.cs", "RelativeToolTip": "Website\\Models\\Drink.cs", "ViewState": "AgIAAAAAAAAAAAAAAAAAAAoAAAAAAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2025-01-05T14:29:13.809Z" + "WhenOpened": "2025-01-12T08:25:17.029Z", + "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 6, + "DocumentIndex": 8, "Title": "Liquid.cs", - "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Models\\Liquid.cs", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Models\\Liquid.cs", "RelativeDocumentMoniker": "Website\\Models\\Liquid.cs", - "ToolTip": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Models\\Liquid.cs", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Models\\Liquid.cs", "RelativeToolTip": "Website\\Models\\Liquid.cs", "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2025-01-05T14:29:22.672Z" + "WhenOpened": "2025-01-12T08:25:17.04Z", + "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 15, + "DocumentIndex": 17, "Title": "Routes.razor", - "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Components\\Routes.razor", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Components\\Routes.razor", "RelativeDocumentMoniker": "Website\\Components\\Routes.razor", - "ToolTip": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Components\\Routes.razor", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Components\\Routes.razor", "RelativeToolTip": "Website\\Components\\Routes.razor", "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000759|", - "WhenOpened": "2025-01-05T14:37:12.175Z" + "WhenOpened": "2025-01-12T08:25:17.046Z", + "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 14, + "DocumentIndex": 16, "Title": "App.razor", - "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Components\\App.razor", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Components\\App.razor", "RelativeDocumentMoniker": "Website\\Components\\App.razor", - "ToolTip": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Components\\App.razor", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Components\\App.razor", "RelativeToolTip": "Website\\Components\\App.razor", "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000759|", - "WhenOpened": "2025-01-05T14:37:14.611Z" + "WhenOpened": "2025-01-12T08:25:17.054Z", + "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 13, + "DocumentIndex": 15, "Title": "_Imports.razor", - "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Components\\_Imports.razor", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Components\\_Imports.razor", "RelativeDocumentMoniker": "Website\\Components\\_Imports.razor", - "ToolTip": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Components\\_Imports.razor", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Components\\_Imports.razor", "RelativeToolTip": "Website\\Components\\_Imports.razor", "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000759|", - "WhenOpened": "2025-01-05T14:37:16.482Z" + "WhenOpened": "2025-01-12T08:25:17.061Z", + "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 12, + "DocumentIndex": 14, "Title": "Error.razor", - "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Components\\Pages\\Error.razor", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Components\\Pages\\Error.razor", "RelativeDocumentMoniker": "Website\\Components\\Pages\\Error.razor", - "ToolTip": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Components\\Pages\\Error.razor", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Components\\Pages\\Error.razor", "RelativeToolTip": "Website\\Components\\Pages\\Error.razor", "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000759|", - "WhenOpened": "2025-01-05T14:37:31.157Z" + "WhenOpened": "2025-01-12T08:25:17.069Z", + "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 11, + "DocumentIndex": 13, "Title": "NavMenu.razor", - "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Components\\Layout\\NavMenu.razor", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Components\\Layout\\NavMenu.razor", "RelativeDocumentMoniker": "Website\\Components\\Layout\\NavMenu.razor", - "ToolTip": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Components\\Layout\\NavMenu.razor", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Components\\Layout\\NavMenu.razor", "RelativeToolTip": "Website\\Components\\Layout\\NavMenu.razor", "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000759|", - "WhenOpened": "2025-01-05T14:37:33.498Z" + "WhenOpened": "2025-01-12T08:25:17.076Z", + "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 17, + "DocumentIndex": 19, "Title": "Program.cs", - "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\Program.cs", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\Program.cs", "RelativeDocumentMoniker": "Website.Client\\Program.cs", - "ToolTip": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\Program.cs", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\Program.cs", "RelativeToolTip": "Website.Client\\Program.cs", "ViewState": "AgIAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-12-25T11:46:57.594Z" + "WhenOpened": "2025-01-12T08:25:17.085Z", + "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 18, + "DocumentIndex": 20, "Title": "launchSettings.json", - "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Properties\\launchSettings.json", + "DocumentMoniker": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Properties\\launchSettings.json", "RelativeDocumentMoniker": "Website\\Properties\\launchSettings.json", - "ToolTip": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Properties\\launchSettings.json", + "ToolTip": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Properties\\launchSettings.json", "RelativeToolTip": "Website\\Properties\\launchSettings.json", "ViewState": "AgIAAAAAAAAAAAAAAAAAAB4AAAAAAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|", - "WhenOpened": "2024-12-26T20:47:09.884Z" + "WhenOpened": "2025-01-12T08:25:17.092Z", + "EditorCaption": "" } ] } diff --git a/Website/Website.Client/bin/Debug/net8.0/Website.Client.dll b/Website/Website.Client/bin/Debug/net8.0/Website.Client.dll index ca7fcf3..246adb0 100644 Binary files a/Website/Website.Client/bin/Debug/net8.0/Website.Client.dll and b/Website/Website.Client/bin/Debug/net8.0/Website.Client.dll differ diff --git a/Website/Website.Client/bin/Debug/net8.0/Website.Client.pdb b/Website/Website.Client/bin/Debug/net8.0/Website.Client.pdb index 83e3568..b5e4b05 100644 Binary files a/Website/Website.Client/bin/Debug/net8.0/Website.Client.pdb and b/Website/Website.Client/bin/Debug/net8.0/Website.Client.pdb differ diff --git a/Website/Website.Client/bin/Debug/net8.0/Website.Client.staticwebassets.endpoints.json b/Website/Website.Client/bin/Debug/net8.0/Website.Client.staticwebassets.endpoints.json index cf9eeb9..55108cb 100644 --- a/Website/Website.Client/bin/Debug/net8.0/Website.Client.staticwebassets.endpoints.json +++ b/Website/Website.Client/bin/Debug/net8.0/Website.Client.staticwebassets.endpoints.json @@ -29,7 +29,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -80,7 +80,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -125,7 +125,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -166,7 +166,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -217,7 +217,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -262,7 +262,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -303,7 +303,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -354,7 +354,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -399,7 +399,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -440,7 +440,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -491,7 +491,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -536,7 +536,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -577,7 +577,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -628,7 +628,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -673,7 +673,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -714,7 +714,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -765,7 +765,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -810,7 +810,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -851,7 +851,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -902,7 +902,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -947,7 +947,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -988,7 +988,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -1039,7 +1039,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1084,7 +1084,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1125,7 +1125,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -1176,7 +1176,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1221,7 +1221,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1262,7 +1262,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -1313,7 +1313,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1358,7 +1358,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1399,7 +1399,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -1450,7 +1450,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1495,7 +1495,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1536,7 +1536,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -1587,7 +1587,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1632,7 +1632,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1673,7 +1673,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -1724,7 +1724,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1769,7 +1769,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1810,7 +1810,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -1861,7 +1861,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1906,7 +1906,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1947,7 +1947,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -1998,7 +1998,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2043,7 +2043,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2084,7 +2084,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -2135,7 +2135,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2180,7 +2180,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2221,7 +2221,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -2272,7 +2272,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2317,7 +2317,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2358,7 +2358,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -2409,7 +2409,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2454,7 +2454,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2495,7 +2495,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -2546,7 +2546,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2591,7 +2591,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2632,7 +2632,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -2683,7 +2683,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2728,7 +2728,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2769,7 +2769,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -2820,7 +2820,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2865,7 +2865,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2906,7 +2906,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -2957,7 +2957,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3002,7 +3002,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3043,7 +3043,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -3094,7 +3094,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3139,7 +3139,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3180,7 +3180,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -3231,7 +3231,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3276,7 +3276,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3317,7 +3317,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -3368,7 +3368,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3413,7 +3413,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3454,7 +3454,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -3505,7 +3505,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3550,7 +3550,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3591,7 +3591,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -3642,7 +3642,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3687,7 +3687,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3728,7 +3728,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -3779,7 +3779,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3824,7 +3824,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3865,7 +3865,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -3916,7 +3916,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3961,7 +3961,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4002,7 +4002,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -4053,7 +4053,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4098,7 +4098,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4139,7 +4139,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -4190,7 +4190,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4235,7 +4235,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4276,7 +4276,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -4327,7 +4327,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4372,7 +4372,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4413,7 +4413,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -4464,7 +4464,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4509,7 +4509,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4550,7 +4550,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -4601,7 +4601,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4646,7 +4646,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4687,7 +4687,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -4738,7 +4738,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4783,7 +4783,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4824,7 +4824,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -4875,7 +4875,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4920,7 +4920,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4961,7 +4961,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -5012,7 +5012,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5057,7 +5057,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5098,7 +5098,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -5149,7 +5149,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5194,7 +5194,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5235,7 +5235,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -5286,7 +5286,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5331,7 +5331,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5372,7 +5372,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -5423,7 +5423,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5468,7 +5468,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5509,7 +5509,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -5560,7 +5560,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5605,7 +5605,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5646,7 +5646,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -5697,7 +5697,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5742,7 +5742,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5783,7 +5783,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -5834,7 +5834,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5879,7 +5879,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5920,7 +5920,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -5971,7 +5971,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6016,7 +6016,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6057,7 +6057,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -6108,7 +6108,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6153,7 +6153,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6194,7 +6194,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -6245,7 +6245,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6290,7 +6290,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6331,7 +6331,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -6382,7 +6382,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6427,7 +6427,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6468,7 +6468,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -6519,7 +6519,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6564,7 +6564,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6605,7 +6605,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -6656,7 +6656,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6701,7 +6701,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6742,7 +6742,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -6793,7 +6793,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6838,7 +6838,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6879,7 +6879,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -6930,7 +6930,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6975,7 +6975,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7016,7 +7016,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -7067,7 +7067,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7112,7 +7112,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7153,7 +7153,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -7204,7 +7204,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7249,7 +7249,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7290,7 +7290,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -7341,7 +7341,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7386,7 +7386,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7427,7 +7427,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -7478,7 +7478,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7523,7 +7523,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7564,7 +7564,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -7615,7 +7615,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7660,7 +7660,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7701,7 +7701,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -7752,7 +7752,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7797,7 +7797,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7838,7 +7838,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -7889,7 +7889,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7934,7 +7934,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7975,7 +7975,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -8026,7 +8026,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8071,7 +8071,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8112,7 +8112,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -8163,7 +8163,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8208,7 +8208,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8249,7 +8249,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -8300,7 +8300,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8345,7 +8345,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8386,7 +8386,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -8437,7 +8437,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8482,7 +8482,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8523,7 +8523,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -8574,7 +8574,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8619,7 +8619,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8660,7 +8660,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -8711,7 +8711,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8756,7 +8756,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8797,7 +8797,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -8848,7 +8848,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8893,7 +8893,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8934,7 +8934,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -8985,7 +8985,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9030,7 +9030,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9071,7 +9071,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -9122,7 +9122,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9167,7 +9167,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9208,7 +9208,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -9259,7 +9259,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9304,7 +9304,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9345,7 +9345,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -9396,7 +9396,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9441,7 +9441,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9482,7 +9482,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -9533,7 +9533,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9578,7 +9578,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9619,7 +9619,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -9670,7 +9670,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9715,7 +9715,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9756,7 +9756,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -9807,7 +9807,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9852,7 +9852,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9893,7 +9893,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -9944,7 +9944,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9989,7 +9989,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10030,7 +10030,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10081,7 +10081,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10126,7 +10126,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10167,7 +10167,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10218,7 +10218,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10263,7 +10263,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10304,7 +10304,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10355,7 +10355,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10400,7 +10400,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10441,7 +10441,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10492,7 +10492,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10537,7 +10537,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10578,7 +10578,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10629,7 +10629,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10674,7 +10674,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10715,7 +10715,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10766,7 +10766,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10811,7 +10811,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10852,7 +10852,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10903,7 +10903,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10948,7 +10948,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10989,7 +10989,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11040,7 +11040,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11085,7 +11085,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11126,7 +11126,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11177,7 +11177,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11222,7 +11222,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11263,7 +11263,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11314,7 +11314,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11359,7 +11359,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11400,7 +11400,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11451,7 +11451,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11496,7 +11496,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11537,7 +11537,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11588,7 +11588,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11633,7 +11633,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11674,7 +11674,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11725,7 +11725,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11770,7 +11770,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11811,7 +11811,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11862,7 +11862,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11907,7 +11907,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11948,7 +11948,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11999,7 +11999,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12044,7 +12044,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12085,7 +12085,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12136,7 +12136,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12181,7 +12181,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12222,7 +12222,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12273,7 +12273,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12318,7 +12318,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12359,7 +12359,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12410,7 +12410,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12455,7 +12455,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12496,7 +12496,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12547,7 +12547,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12592,7 +12592,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12633,7 +12633,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12684,7 +12684,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12729,7 +12729,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12770,7 +12770,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12821,7 +12821,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12866,7 +12866,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12907,7 +12907,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12958,7 +12958,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13003,7 +13003,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13044,7 +13044,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13095,7 +13095,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13140,7 +13140,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13181,7 +13181,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13232,7 +13232,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13277,7 +13277,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13318,7 +13318,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13369,7 +13369,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13414,7 +13414,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13455,7 +13455,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13506,7 +13506,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13551,7 +13551,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13592,7 +13592,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13643,7 +13643,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13688,7 +13688,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13729,7 +13729,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13780,7 +13780,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13825,7 +13825,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13866,7 +13866,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13917,7 +13917,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13962,7 +13962,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14003,7 +14003,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -14054,7 +14054,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14099,7 +14099,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14140,7 +14140,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -14191,7 +14191,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14236,7 +14236,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14277,7 +14277,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -14328,7 +14328,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14373,7 +14373,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14414,7 +14414,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -14465,7 +14465,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14510,7 +14510,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14551,7 +14551,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -14602,7 +14602,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14647,7 +14647,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14688,7 +14688,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -14739,7 +14739,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -14784,7 +14784,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -14825,7 +14825,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -14876,7 +14876,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14921,7 +14921,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14962,7 +14962,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -15013,7 +15013,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -15058,7 +15058,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -15099,7 +15099,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -15150,7 +15150,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -15195,7 +15195,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -15236,7 +15236,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -15287,7 +15287,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15332,7 +15332,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15373,7 +15373,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -15424,7 +15424,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15469,7 +15469,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15510,7 +15510,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -15561,7 +15561,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15606,7 +15606,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15647,7 +15647,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -15698,7 +15698,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15743,7 +15743,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15784,7 +15784,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -15835,7 +15835,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15880,7 +15880,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15921,7 +15921,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -15972,7 +15972,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16017,7 +16017,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16058,7 +16058,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -16109,7 +16109,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16154,7 +16154,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16195,7 +16195,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -16246,7 +16246,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16291,7 +16291,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16332,7 +16332,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -16383,7 +16383,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16428,7 +16428,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16469,7 +16469,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -16520,7 +16520,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16565,7 +16565,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16606,7 +16606,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -16657,7 +16657,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16702,7 +16702,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16743,7 +16743,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -16794,7 +16794,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16839,7 +16839,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16880,7 +16880,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -16931,7 +16931,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16976,7 +16976,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17017,7 +17017,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -17068,7 +17068,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17113,7 +17113,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17154,7 +17154,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -17205,7 +17205,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17250,7 +17250,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17291,7 +17291,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -17342,7 +17342,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17387,7 +17387,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17428,7 +17428,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -17479,7 +17479,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17524,7 +17524,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17565,7 +17565,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -17616,7 +17616,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17661,7 +17661,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17702,7 +17702,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -17753,7 +17753,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17798,7 +17798,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17839,7 +17839,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -17890,7 +17890,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17935,7 +17935,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17976,7 +17976,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -18027,7 +18027,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18072,7 +18072,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18113,7 +18113,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -18164,7 +18164,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18209,7 +18209,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18250,7 +18250,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -18301,7 +18301,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18346,7 +18346,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18387,7 +18387,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -18438,7 +18438,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18483,7 +18483,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18524,7 +18524,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -18575,7 +18575,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18620,7 +18620,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18661,7 +18661,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -18712,7 +18712,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18757,7 +18757,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18798,7 +18798,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -18849,7 +18849,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18894,7 +18894,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18935,7 +18935,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -18986,7 +18986,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19031,7 +19031,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19072,7 +19072,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -19123,7 +19123,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19168,7 +19168,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19209,7 +19209,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -19260,7 +19260,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19305,7 +19305,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19346,7 +19346,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -19397,7 +19397,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19442,7 +19442,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19483,7 +19483,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -19534,7 +19534,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19579,7 +19579,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19620,7 +19620,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -19671,7 +19671,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19716,7 +19716,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19757,7 +19757,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -19808,7 +19808,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19853,7 +19853,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19894,7 +19894,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -19945,7 +19945,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19990,7 +19990,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20031,7 +20031,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -20082,7 +20082,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20127,7 +20127,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20168,7 +20168,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -20219,7 +20219,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20264,7 +20264,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20305,7 +20305,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -20356,7 +20356,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20401,7 +20401,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20442,7 +20442,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -20493,7 +20493,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20538,7 +20538,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20579,7 +20579,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -20630,7 +20630,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20675,7 +20675,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20716,7 +20716,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -20767,7 +20767,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20812,7 +20812,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20853,7 +20853,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -20904,7 +20904,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20949,7 +20949,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20990,7 +20990,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -21041,7 +21041,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21086,7 +21086,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21127,7 +21127,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -21178,7 +21178,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21223,7 +21223,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21264,7 +21264,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -21315,7 +21315,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21360,7 +21360,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21401,7 +21401,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -21452,7 +21452,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21497,7 +21497,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21538,7 +21538,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -21589,7 +21589,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21634,7 +21634,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21675,7 +21675,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -21726,7 +21726,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21771,7 +21771,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21812,7 +21812,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -21863,7 +21863,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21908,7 +21908,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21949,7 +21949,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -22000,7 +22000,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22045,7 +22045,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22086,7 +22086,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -22137,7 +22137,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22182,7 +22182,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22223,7 +22223,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -22274,7 +22274,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22319,7 +22319,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22360,7 +22360,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -22411,7 +22411,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22456,7 +22456,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22497,7 +22497,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -22548,7 +22548,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22593,7 +22593,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22634,7 +22634,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -22685,7 +22685,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22730,7 +22730,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22771,7 +22771,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -22822,7 +22822,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22867,7 +22867,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22908,7 +22908,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -22959,7 +22959,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23004,7 +23004,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23045,7 +23045,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -23096,7 +23096,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23141,7 +23141,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23182,7 +23182,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -23233,7 +23233,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23278,7 +23278,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23319,7 +23319,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -23370,7 +23370,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23415,7 +23415,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23456,7 +23456,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -23507,7 +23507,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23552,7 +23552,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23593,7 +23593,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -23644,7 +23644,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23689,7 +23689,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23730,7 +23730,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -23781,7 +23781,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23826,7 +23826,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23867,7 +23867,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -23918,7 +23918,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23963,7 +23963,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24004,7 +24004,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -24055,7 +24055,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24100,7 +24100,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24141,7 +24141,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -24192,7 +24192,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24237,7 +24237,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24278,7 +24278,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -24329,7 +24329,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24374,7 +24374,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24415,7 +24415,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -24466,7 +24466,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24511,7 +24511,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24552,7 +24552,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -24603,7 +24603,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24648,7 +24648,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24689,7 +24689,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -24740,7 +24740,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24785,7 +24785,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24826,7 +24826,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -24877,7 +24877,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24922,7 +24922,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24963,7 +24963,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -25014,7 +25014,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25059,7 +25059,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25100,7 +25100,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -25151,7 +25151,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25196,7 +25196,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25237,7 +25237,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -25288,7 +25288,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25333,7 +25333,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25374,7 +25374,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -25425,7 +25425,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25470,7 +25470,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25511,7 +25511,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -25562,7 +25562,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25607,7 +25607,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25648,7 +25648,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -25699,7 +25699,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25744,7 +25744,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25773,7 +25773,7 @@ }, { "Name": "Content-Length", - "Value": "13744" + "Value": "13708" }, { "Name": "Content-Type", @@ -25781,17 +25781,17 @@ }, { "Name": "ETag", - "Value": "\"y90LQ1XOjd1YuFrTuyoh7VP2K62Z9WiA9VnwHTsxbUA=\"" + "Value": "\"kN5prTHUq5BdesgOuR7HHU5YivSfWgWJrmk1qh5px+Y=\"" }, { "Name": "Last-Modified", - "Value": "Mon, 06 Jan 2025 20:17:43 GMT" + "Value": "Sun, 12 Jan 2025 08:25:55 GMT" } ], "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-y90LQ1XOjd1YuFrTuyoh7VP2K62Z9WiA9VnwHTsxbUA=" + "Value": "sha256-kN5prTHUq5BdesgOuR7HHU5YivSfWgWJrmk1qh5px+Y=" } ] }, @@ -25802,7 +25802,7 @@ { "Name": "Content-Encoding", "Value": "gzip", - "Quality": "0.000122729504" + "Quality": "0.000122369065" } ], "ResponseHeaders": [ @@ -25820,7 +25820,7 @@ }, { "Name": "Content-Length", - "Value": "8147" + "Value": "8171" }, { "Name": "Content-Type", @@ -25828,15 +25828,15 @@ }, { "Name": "ETag", - "Value": "\"NuyN9d1WdTIIDg0+5iPfqIm/DQTC//5fjhArq6ERPew=\"" + "Value": "\"0Ts+i6BxwQg5VigAn66kr/Aa5aB0Dgm6ouWKdb0CjL8=\"" }, { "Name": "ETag", - "Value": "W/\"y90LQ1XOjd1YuFrTuyoh7VP2K62Z9WiA9VnwHTsxbUA=\"" + "Value": "W/\"kN5prTHUq5BdesgOuR7HHU5YivSfWgWJrmk1qh5px+Y=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Vary", @@ -25846,7 +25846,7 @@ "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-y90LQ1XOjd1YuFrTuyoh7VP2K62Z9WiA9VnwHTsxbUA=" + "Value": "sha256-kN5prTHUq5BdesgOuR7HHU5YivSfWgWJrmk1qh5px+Y=" } ] }, @@ -25869,7 +25869,7 @@ }, { "Name": "Content-Length", - "Value": "8147" + "Value": "8171" }, { "Name": "Content-Type", @@ -25877,11 +25877,11 @@ }, { "Name": "ETag", - "Value": "\"NuyN9d1WdTIIDg0+5iPfqIm/DQTC//5fjhArq6ERPew=\"" + "Value": "\"0Ts+i6BxwQg5VigAn66kr/Aa5aB0Dgm6ouWKdb0CjL8=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Vary", @@ -25891,7 +25891,7 @@ "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-NuyN9d1WdTIIDg0+5iPfqIm/DQTC//5fjhArq6ERPew=" + "Value": "sha256-0Ts+i6BxwQg5VigAn66kr/Aa5aB0Dgm6ouWKdb0CjL8=" } ] }, @@ -25918,17 +25918,17 @@ }, { "Name": "ETag", - "Value": "\"HyZwsW4UVFnIClpKUxnFEsCE8theJnFkFvXLIOazz8o=\"" + "Value": "\"qreRmD3AaRcxH89/sDwu0cieOk5oKuyAE0Iw0Kgl3AI=\"" }, { "Name": "Last-Modified", - "Value": "Mon, 06 Jan 2025 20:17:43 GMT" + "Value": "Sun, 12 Jan 2025 08:25:56 GMT" } ], "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-HyZwsW4UVFnIClpKUxnFEsCE8theJnFkFvXLIOazz8o=" + "Value": "sha256-qreRmD3AaRcxH89/sDwu0cieOk5oKuyAE0Iw0Kgl3AI=" } ] }, @@ -25939,7 +25939,7 @@ { "Name": "Content-Encoding", "Value": "gzip", - "Quality": "0.000312891114" + "Quality": "0.000313676286" } ], "ResponseHeaders": [ @@ -25957,7 +25957,7 @@ }, { "Name": "Content-Length", - "Value": "3195" + "Value": "3187" }, { "Name": "Content-Type", @@ -25965,15 +25965,15 @@ }, { "Name": "ETag", - "Value": "\"qzvjo5dVy/KTbkkiyrJE2zXpCTtvtGBXSABVUQqJu0A=\"" + "Value": "\"XvnIhUNaHqwdDBvM02D2m6kdaTon90GpEMDnZPA6iig=\"" }, { "Name": "ETag", - "Value": "W/\"HyZwsW4UVFnIClpKUxnFEsCE8theJnFkFvXLIOazz8o=\"" + "Value": "W/\"qreRmD3AaRcxH89/sDwu0cieOk5oKuyAE0Iw0Kgl3AI=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Vary", @@ -25983,7 +25983,7 @@ "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-HyZwsW4UVFnIClpKUxnFEsCE8theJnFkFvXLIOazz8o=" + "Value": "sha256-qreRmD3AaRcxH89/sDwu0cieOk5oKuyAE0Iw0Kgl3AI=" } ] }, @@ -26006,7 +26006,7 @@ }, { "Name": "Content-Length", - "Value": "3195" + "Value": "3187" }, { "Name": "Content-Type", @@ -26014,11 +26014,11 @@ }, { "Name": "ETag", - "Value": "\"qzvjo5dVy/KTbkkiyrJE2zXpCTtvtGBXSABVUQqJu0A=\"" + "Value": "\"XvnIhUNaHqwdDBvM02D2m6kdaTon90GpEMDnZPA6iig=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Vary", @@ -26028,7 +26028,7 @@ "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-qzvjo5dVy/KTbkkiyrJE2zXpCTtvtGBXSABVUQqJu0A=" + "Value": "sha256-XvnIhUNaHqwdDBvM02D2m6kdaTon90GpEMDnZPA6iig=" } ] }, @@ -26059,7 +26059,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -26110,7 +26110,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -26155,7 +26155,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -26192,17 +26192,17 @@ }, { "Name": "ETag", - "Value": "\"RIQ71+SUEU7vQh1b0X6fiyhsPORbHy37rmdcLdNdRyw=\"" + "Value": "\"aR50SrASaz4eGw63ClC/hEWc4U6i/cVeDurkUBx3YgU=\"" }, { "Name": "Last-Modified", - "Value": "Mon, 06 Jan 2025 20:17:43 GMT" + "Value": "Sun, 12 Jan 2025 08:25:57 GMT" } ], "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-RIQ71+SUEU7vQh1b0X6fiyhsPORbHy37rmdcLdNdRyw=" + "Value": "sha256-aR50SrASaz4eGw63ClC/hEWc4U6i/cVeDurkUBx3YgU=" } ] }, @@ -26213,7 +26213,7 @@ { "Name": "Content-Encoding", "Value": "gzip", - "Quality": "0.000112283854" + "Quality": "0.000112296463" } ], "ResponseHeaders": [ @@ -26231,7 +26231,7 @@ }, { "Name": "Content-Length", - "Value": "8905" + "Value": "8904" }, { "Name": "Content-Type", @@ -26239,15 +26239,15 @@ }, { "Name": "ETag", - "Value": "\"uV4ShmUYVdxAYCxGWPECurVqcrToer02GTkjFjPgfZY=\"" + "Value": "\"92ukI3V5NaXTmJBn1B5pSPReUXFadsg9v9UxpO00lz8=\"" }, { "Name": "ETag", - "Value": "W/\"RIQ71+SUEU7vQh1b0X6fiyhsPORbHy37rmdcLdNdRyw=\"" + "Value": "W/\"aR50SrASaz4eGw63ClC/hEWc4U6i/cVeDurkUBx3YgU=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Vary", @@ -26257,7 +26257,7 @@ "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-RIQ71+SUEU7vQh1b0X6fiyhsPORbHy37rmdcLdNdRyw=" + "Value": "sha256-aR50SrASaz4eGw63ClC/hEWc4U6i/cVeDurkUBx3YgU=" } ] }, @@ -26280,7 +26280,7 @@ }, { "Name": "Content-Length", - "Value": "8905" + "Value": "8904" }, { "Name": "Content-Type", @@ -26288,11 +26288,11 @@ }, { "Name": "ETag", - "Value": "\"uV4ShmUYVdxAYCxGWPECurVqcrToer02GTkjFjPgfZY=\"" + "Value": "\"92ukI3V5NaXTmJBn1B5pSPReUXFadsg9v9UxpO00lz8=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Vary", @@ -26302,7 +26302,7 @@ "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-uV4ShmUYVdxAYCxGWPECurVqcrToer02GTkjFjPgfZY=" + "Value": "sha256-92ukI3V5NaXTmJBn1B5pSPReUXFadsg9v9UxpO00lz8=" } ] }, @@ -26384,7 +26384,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 21 Oct 2024 23:54:38 GMT" }, { "Name": "Vary", @@ -26429,7 +26429,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 21 Oct 2024 23:54:38 GMT" }, { "Name": "Vary", @@ -26458,7 +26458,7 @@ }, { "Name": "Content-Length", - "Value": "35807" + "Value": "35803" }, { "Name": "Content-Type", @@ -26521,7 +26521,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:08 GMT" }, { "Name": "Vary", @@ -26566,7 +26566,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:08 GMT" }, { "Name": "Vary", @@ -26658,7 +26658,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:08 GMT" }, { "Name": "Vary", @@ -26703,7 +26703,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:08 GMT" }, { "Name": "Vary", @@ -26732,7 +26732,7 @@ }, { "Name": "Content-Length", - "Value": "160106" + "Value": "160089" }, { "Name": "Content-Type", @@ -26795,7 +26795,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:40 GMT" }, { "Name": "Vary", @@ -26840,7 +26840,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:40 GMT" }, { "Name": "Vary", @@ -26932,7 +26932,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:40 GMT" }, { "Name": "Vary", @@ -26977,7 +26977,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:40 GMT" }, { "Name": "Vary", @@ -27006,7 +27006,7 @@ }, { "Name": "Content-Length", - "Value": "223151" + "Value": "223147" }, { "Name": "Content-Type", @@ -27069,7 +27069,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:14 GMT" }, { "Name": "Vary", @@ -27114,7 +27114,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:14 GMT" }, { "Name": "Vary", @@ -27206,7 +27206,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:14 GMT" }, { "Name": "Vary", @@ -27251,7 +27251,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:14 GMT" }, { "Name": "Vary", @@ -27280,7 +27280,7 @@ }, { "Name": "Content-Length", - "Value": "1336" + "Value": "1322" }, { "Name": "Content-Type", @@ -27343,7 +27343,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 18:59:44 GMT" }, { "Name": "Vary", @@ -27388,7 +27388,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 18:59:44 GMT" }, { "Name": "Vary", @@ -27480,7 +27480,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Vary", @@ -27525,7 +27525,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Vary", @@ -27617,7 +27617,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Vary", @@ -27662,7 +27662,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Vary", @@ -27754,7 +27754,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Vary", @@ -27799,7 +27799,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Vary", @@ -27840,7 +27840,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -27891,7 +27891,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -27936,7 +27936,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -27977,7 +27977,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -28028,7 +28028,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -28073,7 +28073,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -28114,7 +28114,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:55 GMT" } ], "EndpointProperties": [ @@ -28151,7 +28151,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:55 GMT" } ], "EndpointProperties": [ @@ -28196,7 +28196,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:55 GMT" } ], "EndpointProperties": [ @@ -28233,7 +28233,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:55 GMT" } ], "EndpointProperties": [ diff --git a/Website/Website.Client/bin/Debug/net8.0/Website.Client.staticwebassets.runtime.json b/Website/Website.Client/bin/Debug/net8.0/Website.Client.staticwebassets.runtime.json index 80abd10..af0e124 100644 --- a/Website/Website.Client/bin/Debug/net8.0/Website.Client.staticwebassets.runtime.json +++ b/Website/Website.Client/bin/Debug/net8.0/Website.Client.staticwebassets.runtime.json @@ -1 +1 @@ -{"ContentRoots":["C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\wwwroot\\","C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\","C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\"],"Root":{"Children":{"appsettings.Development.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"appsettings.Development.json"},"Patterns":null},"appsettings.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"appsettings.json"},"Patterns":null},"_framework":{"Children":{"blazor.webassembly.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/blazor.webassembly.js"},"Patterns":null},"Microsoft.AspNetCore.Authorization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Authorization.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.Forms.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.Forms.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.Web.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.WebAssembly.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm"},"Patterns":null},"Microsoft.AspNetCore.Metadata.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Metadata.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.Binder.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Binder.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.FileExtensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.FileExtensions.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Json.wasm"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.DependencyInjection.wasm"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.FileProviders.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileProviders.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.FileProviders.Physical.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileProviders.Physical.wasm"},"Patterns":null},"Microsoft.Extensions.FileSystemGlobbing.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileSystemGlobbing.wasm"},"Patterns":null},"Microsoft.Extensions.Logging.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Logging.wasm"},"Patterns":null},"Microsoft.Extensions.Logging.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Logging.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.Options.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Options.wasm"},"Patterns":null},"Microsoft.Extensions.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Primitives.wasm"},"Patterns":null},"Microsoft.JSInterop.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.JSInterop.wasm"},"Patterns":null},"Microsoft.JSInterop.WebAssembly.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.JSInterop.WebAssembly.wasm"},"Patterns":null},"System.IO.Pipelines.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipelines.wasm"},"Patterns":null},"Microsoft.CSharp.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.CSharp.wasm"},"Patterns":null},"Microsoft.VisualBasic.Core.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.VisualBasic.Core.wasm"},"Patterns":null},"Microsoft.VisualBasic.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.VisualBasic.wasm"},"Patterns":null},"Microsoft.Win32.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Win32.Primitives.wasm"},"Patterns":null},"Microsoft.Win32.Registry.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Win32.Registry.wasm"},"Patterns":null},"System.AppContext.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.AppContext.wasm"},"Patterns":null},"System.Buffers.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Buffers.wasm"},"Patterns":null},"System.Collections.Concurrent.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Concurrent.wasm"},"Patterns":null},"System.Collections.Immutable.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Immutable.wasm"},"Patterns":null},"System.Collections.NonGeneric.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.NonGeneric.wasm"},"Patterns":null},"System.Collections.Specialized.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Specialized.wasm"},"Patterns":null},"System.Collections.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.wasm"},"Patterns":null},"System.ComponentModel.Annotations.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.Annotations.wasm"},"Patterns":null},"System.ComponentModel.DataAnnotations.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.DataAnnotations.wasm"},"Patterns":null},"System.ComponentModel.EventBasedAsync.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.EventBasedAsync.wasm"},"Patterns":null},"System.ComponentModel.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.Primitives.wasm"},"Patterns":null},"System.ComponentModel.TypeConverter.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.TypeConverter.wasm"},"Patterns":null},"System.ComponentModel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.wasm"},"Patterns":null},"System.Configuration.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Configuration.wasm"},"Patterns":null},"System.Console.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Console.wasm"},"Patterns":null},"System.Core.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Core.wasm"},"Patterns":null},"System.Data.Common.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.Common.wasm"},"Patterns":null},"System.Data.DataSetExtensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.DataSetExtensions.wasm"},"Patterns":null},"System.Data.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.wasm"},"Patterns":null},"System.Diagnostics.Contracts.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Contracts.wasm"},"Patterns":null},"System.Diagnostics.Debug.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Debug.wasm"},"Patterns":null},"System.Diagnostics.DiagnosticSource.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.DiagnosticSource.wasm"},"Patterns":null},"System.Diagnostics.FileVersionInfo.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.FileVersionInfo.wasm"},"Patterns":null},"System.Diagnostics.Process.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Process.wasm"},"Patterns":null},"System.Diagnostics.StackTrace.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.StackTrace.wasm"},"Patterns":null},"System.Diagnostics.TextWriterTraceListener.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.TextWriterTraceListener.wasm"},"Patterns":null},"System.Diagnostics.Tools.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Tools.wasm"},"Patterns":null},"System.Diagnostics.TraceSource.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.TraceSource.wasm"},"Patterns":null},"System.Diagnostics.Tracing.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Tracing.wasm"},"Patterns":null},"System.Drawing.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Drawing.Primitives.wasm"},"Patterns":null},"System.Drawing.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Drawing.wasm"},"Patterns":null},"System.Dynamic.Runtime.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Dynamic.Runtime.wasm"},"Patterns":null},"System.Formats.Asn1.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Formats.Asn1.wasm"},"Patterns":null},"System.Formats.Tar.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Formats.Tar.wasm"},"Patterns":null},"System.Globalization.Calendars.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.Calendars.wasm"},"Patterns":null},"System.Globalization.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.Extensions.wasm"},"Patterns":null},"System.Globalization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.wasm"},"Patterns":null},"System.IO.Compression.Brotli.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.Brotli.wasm"},"Patterns":null},"System.IO.Compression.FileSystem.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.FileSystem.wasm"},"Patterns":null},"System.IO.Compression.ZipFile.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.ZipFile.wasm"},"Patterns":null},"System.IO.Compression.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.wasm"},"Patterns":null},"System.IO.FileSystem.AccessControl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.AccessControl.wasm"},"Patterns":null},"System.IO.FileSystem.DriveInfo.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.DriveInfo.wasm"},"Patterns":null},"System.IO.FileSystem.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.Primitives.wasm"},"Patterns":null},"System.IO.FileSystem.Watcher.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.Watcher.wasm"},"Patterns":null},"System.IO.FileSystem.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.wasm"},"Patterns":null},"System.IO.IsolatedStorage.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.IsolatedStorage.wasm"},"Patterns":null},"System.IO.MemoryMappedFiles.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.MemoryMappedFiles.wasm"},"Patterns":null},"System.IO.Pipes.AccessControl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipes.AccessControl.wasm"},"Patterns":null},"System.IO.Pipes.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipes.wasm"},"Patterns":null},"System.IO.UnmanagedMemoryStream.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.UnmanagedMemoryStream.wasm"},"Patterns":null},"System.IO.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.wasm"},"Patterns":null},"System.Linq.Expressions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Expressions.wasm"},"Patterns":null},"System.Linq.Parallel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Parallel.wasm"},"Patterns":null},"System.Linq.Queryable.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Queryable.wasm"},"Patterns":null},"System.Linq.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.wasm"},"Patterns":null},"System.Memory.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Memory.wasm"},"Patterns":null},"System.Net.Http.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Http.Json.wasm"},"Patterns":null},"System.Net.Http.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Http.wasm"},"Patterns":null},"System.Net.HttpListener.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.HttpListener.wasm"},"Patterns":null},"System.Net.Mail.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Mail.wasm"},"Patterns":null},"System.Net.NameResolution.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.NameResolution.wasm"},"Patterns":null},"System.Net.NetworkInformation.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.NetworkInformation.wasm"},"Patterns":null},"System.Net.Ping.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Ping.wasm"},"Patterns":null},"System.Net.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Primitives.wasm"},"Patterns":null},"System.Net.Quic.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Quic.wasm"},"Patterns":null},"System.Net.Requests.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Requests.wasm"},"Patterns":null},"System.Net.Security.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Security.wasm"},"Patterns":null},"System.Net.ServicePoint.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.ServicePoint.wasm"},"Patterns":null},"System.Net.Sockets.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Sockets.wasm"},"Patterns":null},"System.Net.WebClient.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebClient.wasm"},"Patterns":null},"System.Net.WebHeaderCollection.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebHeaderCollection.wasm"},"Patterns":null},"System.Net.WebProxy.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebProxy.wasm"},"Patterns":null},"System.Net.WebSockets.Client.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebSockets.Client.wasm"},"Patterns":null},"System.Net.WebSockets.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebSockets.wasm"},"Patterns":null},"System.Net.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.wasm"},"Patterns":null},"System.Numerics.Vectors.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Numerics.Vectors.wasm"},"Patterns":null},"System.Numerics.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Numerics.wasm"},"Patterns":null},"System.ObjectModel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ObjectModel.wasm"},"Patterns":null},"System.Private.DataContractSerialization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.DataContractSerialization.wasm"},"Patterns":null},"System.Private.Uri.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Uri.wasm"},"Patterns":null},"System.Private.Xml.Linq.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Xml.Linq.wasm"},"Patterns":null},"System.Private.Xml.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Xml.wasm"},"Patterns":null},"System.Reflection.DispatchProxy.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.DispatchProxy.wasm"},"Patterns":null},"System.Reflection.Emit.ILGeneration.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.ILGeneration.wasm"},"Patterns":null},"System.Reflection.Emit.Lightweight.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.Lightweight.wasm"},"Patterns":null},"System.Reflection.Emit.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.wasm"},"Patterns":null},"System.Reflection.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Extensions.wasm"},"Patterns":null},"System.Reflection.Metadata.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Metadata.wasm"},"Patterns":null},"System.Reflection.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Primitives.wasm"},"Patterns":null},"System.Reflection.TypeExtensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.TypeExtensions.wasm"},"Patterns":null},"System.Reflection.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.wasm"},"Patterns":null},"System.Resources.Reader.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.Reader.wasm"},"Patterns":null},"System.Resources.ResourceManager.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.ResourceManager.wasm"},"Patterns":null},"System.Resources.Writer.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.Writer.wasm"},"Patterns":null},"System.Runtime.CompilerServices.Unsafe.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.CompilerServices.Unsafe.wasm"},"Patterns":null},"System.Runtime.CompilerServices.VisualC.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.CompilerServices.VisualC.wasm"},"Patterns":null},"System.Runtime.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Extensions.wasm"},"Patterns":null},"System.Runtime.Handles.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Handles.wasm"},"Patterns":null},"System.Runtime.InteropServices.JavaScript.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.JavaScript.wasm"},"Patterns":null},"System.Runtime.InteropServices.RuntimeInformation.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.RuntimeInformation.wasm"},"Patterns":null},"System.Runtime.InteropServices.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.wasm"},"Patterns":null},"System.Runtime.Intrinsics.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Intrinsics.wasm"},"Patterns":null},"System.Runtime.Loader.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Loader.wasm"},"Patterns":null},"System.Runtime.Numerics.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Numerics.wasm"},"Patterns":null},"System.Runtime.Serialization.Formatters.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Formatters.wasm"},"Patterns":null},"System.Runtime.Serialization.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Json.wasm"},"Patterns":null},"System.Runtime.Serialization.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Primitives.wasm"},"Patterns":null},"System.Runtime.Serialization.Xml.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Xml.wasm"},"Patterns":null},"System.Runtime.Serialization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.wasm"},"Patterns":null},"System.Runtime.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.wasm"},"Patterns":null},"System.Security.AccessControl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.AccessControl.wasm"},"Patterns":null},"System.Security.Claims.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Claims.wasm"},"Patterns":null},"System.Security.Cryptography.Algorithms.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Algorithms.wasm"},"Patterns":null},"System.Security.Cryptography.Cng.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Cng.wasm"},"Patterns":null},"System.Security.Cryptography.Csp.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Csp.wasm"},"Patterns":null},"System.Security.Cryptography.Encoding.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Encoding.wasm"},"Patterns":null},"System.Security.Cryptography.OpenSsl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.OpenSsl.wasm"},"Patterns":null},"System.Security.Cryptography.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Primitives.wasm"},"Patterns":null},"System.Security.Cryptography.X509Certificates.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.X509Certificates.wasm"},"Patterns":null},"System.Security.Cryptography.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.wasm"},"Patterns":null},"System.Security.Principal.Windows.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Principal.Windows.wasm"},"Patterns":null},"System.Security.Principal.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Principal.wasm"},"Patterns":null},"System.Security.SecureString.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.SecureString.wasm"},"Patterns":null},"System.Security.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.wasm"},"Patterns":null},"System.ServiceModel.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ServiceModel.Web.wasm"},"Patterns":null},"System.ServiceProcess.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ServiceProcess.wasm"},"Patterns":null},"System.Text.Encoding.CodePages.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.CodePages.wasm"},"Patterns":null},"System.Text.Encoding.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.Extensions.wasm"},"Patterns":null},"System.Text.Encoding.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.wasm"},"Patterns":null},"System.Text.Encodings.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encodings.Web.wasm"},"Patterns":null},"System.Text.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Json.wasm"},"Patterns":null},"System.Text.RegularExpressions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.RegularExpressions.wasm"},"Patterns":null},"System.Threading.Channels.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Channels.wasm"},"Patterns":null},"System.Threading.Overlapped.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Overlapped.wasm"},"Patterns":null},"System.Threading.Tasks.Dataflow.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Dataflow.wasm"},"Patterns":null},"System.Threading.Tasks.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Extensions.wasm"},"Patterns":null},"System.Threading.Tasks.Parallel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Parallel.wasm"},"Patterns":null},"System.Threading.Tasks.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.wasm"},"Patterns":null},"System.Threading.Thread.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Thread.wasm"},"Patterns":null},"System.Threading.ThreadPool.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.ThreadPool.wasm"},"Patterns":null},"System.Threading.Timer.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Timer.wasm"},"Patterns":null},"System.Threading.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.wasm"},"Patterns":null},"System.Transactions.Local.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Transactions.Local.wasm"},"Patterns":null},"System.Transactions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Transactions.wasm"},"Patterns":null},"System.ValueTuple.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ValueTuple.wasm"},"Patterns":null},"System.Web.HttpUtility.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Web.HttpUtility.wasm"},"Patterns":null},"System.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Web.wasm"},"Patterns":null},"System.Windows.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Windows.wasm"},"Patterns":null},"System.Xml.Linq.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.Linq.wasm"},"Patterns":null},"System.Xml.ReaderWriter.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.ReaderWriter.wasm"},"Patterns":null},"System.Xml.Serialization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.Serialization.wasm"},"Patterns":null},"System.Xml.XDocument.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XDocument.wasm"},"Patterns":null},"System.Xml.XPath.XDocument.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XPath.XDocument.wasm"},"Patterns":null},"System.Xml.XPath.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XPath.wasm"},"Patterns":null},"System.Xml.XmlDocument.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XmlDocument.wasm"},"Patterns":null},"System.Xml.XmlSerializer.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XmlSerializer.wasm"},"Patterns":null},"System.Xml.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.wasm"},"Patterns":null},"System.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.wasm"},"Patterns":null},"WindowsBase.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/WindowsBase.wasm"},"Patterns":null},"mscorlib.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/mscorlib.wasm"},"Patterns":null},"netstandard.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/netstandard.wasm"},"Patterns":null},"System.Private.CoreLib.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.CoreLib.wasm"},"Patterns":null},"dotnet.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.js"},"Patterns":null},"dotnet.js.map":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.js.map"},"Patterns":null},"dotnet.native.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.native.js"},"Patterns":null},"dotnet.native.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.native.wasm"},"Patterns":null},"dotnet.runtime.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.runtime.js"},"Patterns":null},"dotnet.runtime.js.map":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.runtime.js.map"},"Patterns":null},"icudt_CJK.dat":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_CJK.dat"},"Patterns":null},"icudt_EFIGS.dat":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_EFIGS.dat"},"Patterns":null},"icudt_no_CJK.dat":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_no_CJK.dat"},"Patterns":null},"emcc-props.json":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/emcc-props.json"},"Patterns":null},"Website.Client.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Website.Client.wasm"},"Patterns":null},"Website.Client.pdb":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Website.Client.pdb"},"Patterns":null},"blazor.boot.json":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/blazor.boot.json"},"Patterns":null},"blazor.webassembly.js.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"2hd3hup4x7-mv535bwyet.gz"},"Patterns":null},"Microsoft.AspNetCore.Authorization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"k3ev4p268n-n5pslkucsz.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"s7mmlewj7a-zuiq2k1loo.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.Forms.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"smfeiin53n-jm55dcm579.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"peoessjq6m-dd74gkrng6.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.WebAssembly.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qa6yar6pcc-71qb4r2d2s.gz"},"Patterns":null},"Microsoft.AspNetCore.Metadata.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"op0tvtzk7u-qd66sllxhh.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7w5so08yb1-4njtqvtvgx.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"hbdopticmc-8kr5d0tjmo.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.Binder.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ayfnxaw2xn-0r3amze666.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.FileExtensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"t08ccg8vt4-en8mb8dgz5.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ci3kptexkj-yy6f57640l.gz"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"w0pjq2d1lz-xqsu2wsvba.gz"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"m1nhgyj3ij-kgyjb8k43h.gz"},"Patterns":null},"Microsoft.Extensions.FileProviders.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"tkl29nk5xg-1c7ksbormu.gz"},"Patterns":null},"Microsoft.Extensions.FileProviders.Physical.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7ju68gy5ye-rpvltkbyzt.gz"},"Patterns":null},"Microsoft.Extensions.FileSystemGlobbing.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"rgwxdst7lg-i464dwxnbb.gz"},"Patterns":null},"Microsoft.Extensions.Logging.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gu54mkd5rz-xlpspxuy08.gz"},"Patterns":null},"Microsoft.Extensions.Logging.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"j7qy09g2sc-icotprrmdv.gz"},"Patterns":null},"Microsoft.Extensions.Options.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fwfzkhuqt8-jt8xzja2dj.gz"},"Patterns":null},"Microsoft.Extensions.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ca5aa9q9i4-lsakbjp1fg.gz"},"Patterns":null},"Microsoft.JSInterop.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5hmh5cfrjo-h1b8h0vt7q.gz"},"Patterns":null},"Microsoft.JSInterop.WebAssembly.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"d5q87850bj-p7vg34owcn.gz"},"Patterns":null},"System.IO.Pipelines.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"0bp2h8ufhq-iudrcw56e1.gz"},"Patterns":null},"Microsoft.CSharp.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"x9g0ghziow-fgi1l05bvr.gz"},"Patterns":null},"Microsoft.VisualBasic.Core.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fxogqfms1a-4tebkgrdgm.gz"},"Patterns":null},"Microsoft.VisualBasic.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"d53r06wrnt-z5tte9hbl9.gz"},"Patterns":null},"Microsoft.Win32.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"bokgch25i1-ggby92gbf5.gz"},"Patterns":null},"Microsoft.Win32.Registry.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ch98c0vyyx-l1dpo0yxvc.gz"},"Patterns":null},"System.AppContext.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"i8idrx1mcn-mhv3ru1aoa.gz"},"Patterns":null},"System.Buffers.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"l5txsii5i1-wlim793jkw.gz"},"Patterns":null},"System.Collections.Concurrent.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"bfqrylll5s-i1lssuj9i7.gz"},"Patterns":null},"System.Collections.Immutable.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"zfps9zsm5w-u0yuhvep8l.gz"},"Patterns":null},"System.Collections.NonGeneric.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4m61xkkzic-wgqopll9rf.gz"},"Patterns":null},"System.Collections.Specialized.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"rnkwus257z-sn8l98c62u.gz"},"Patterns":null},"System.Collections.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"wjr06919zi-nie06qj6qo.gz"},"Patterns":null},"System.ComponentModel.Annotations.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6a14p9cnfm-7vq6uvcllp.gz"},"Patterns":null},"System.ComponentModel.DataAnnotations.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"3do1xgb209-ix9s17e4oa.gz"},"Patterns":null},"System.ComponentModel.EventBasedAsync.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"lcw25evezq-21e6uomdqg.gz"},"Patterns":null},"System.ComponentModel.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6hh6ezf247-akyqtilzco.gz"},"Patterns":null},"System.ComponentModel.TypeConverter.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"3iplrib5f1-ek4hlhdqkj.gz"},"Patterns":null},"System.ComponentModel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"lpxbc0xcwu-yfl2eaopkw.gz"},"Patterns":null},"System.Configuration.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5x2hw9hlph-67lwahgksx.gz"},"Patterns":null},"System.Console.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"cdusluos85-e4ovel0up8.gz"},"Patterns":null},"System.Core.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"xa46nctul2-6oo2lq0wqm.gz"},"Patterns":null},"System.Data.Common.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"t60y82b8ct-kbvoyvfq27.gz"},"Patterns":null},"System.Data.DataSetExtensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"bapsepfweu-o2o4ch8qxi.gz"},"Patterns":null},"System.Data.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"pykw33j66j-tg72k81p9v.gz"},"Patterns":null},"System.Diagnostics.Contracts.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"tlmphuct5q-mjwur1vb3v.gz"},"Patterns":null},"System.Diagnostics.Debug.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"b8331giksb-5rlkx55y19.gz"},"Patterns":null},"System.Diagnostics.DiagnosticSource.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"768lripqfk-7hqmuqq5cq.gz"},"Patterns":null},"System.Diagnostics.FileVersionInfo.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mjknyr1kew-grrk3hrp1l.gz"},"Patterns":null},"System.Diagnostics.Process.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"xyzushs1kt-gpvopyyhdq.gz"},"Patterns":null},"System.Diagnostics.StackTrace.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"il91pt7pko-wnrtcnhpgl.gz"},"Patterns":null},"System.Diagnostics.TextWriterTraceListener.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"sozkbt969q-6vo46yau5z.gz"},"Patterns":null},"System.Diagnostics.Tools.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"z1lx69f3yb-3z6j1wct71.gz"},"Patterns":null},"System.Diagnostics.TraceSource.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"r8ctv4wyd5-4l2fl1axw2.gz"},"Patterns":null},"System.Diagnostics.Tracing.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"o6lqquoipu-ncsccugyw8.gz"},"Patterns":null},"System.Drawing.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"xrv7w5idw0-g7amuh118t.gz"},"Patterns":null},"System.Drawing.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mh2ichqmqf-o1fazgbrf7.gz"},"Patterns":null},"System.Dynamic.Runtime.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8c7w0qgkmn-onxt1qlo23.gz"},"Patterns":null},"System.Formats.Asn1.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"olpuoe44o4-ipp8gya1fy.gz"},"Patterns":null},"System.Formats.Tar.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"md2p5n8p8v-vb374cvsdq.gz"},"Patterns":null},"System.Globalization.Calendars.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gix98vlg0x-sagqyj2lx6.gz"},"Patterns":null},"System.Globalization.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"15dfqkray5-yxrd07gwvl.gz"},"Patterns":null},"System.Globalization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"oqajmlwnnp-1ul0j5zyts.gz"},"Patterns":null},"System.IO.Compression.Brotli.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"0knkqd933w-sv4ivqpdih.gz"},"Patterns":null},"System.IO.Compression.FileSystem.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8ipet00v1f-9vh2vkrqrk.gz"},"Patterns":null},"System.IO.Compression.ZipFile.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"detkbca685-vauvbpg47n.gz"},"Patterns":null},"System.IO.Compression.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6e33x6oap5-cub3louzqd.gz"},"Patterns":null},"System.IO.FileSystem.AccessControl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5g80oqiykv-drckq1wkq3.gz"},"Patterns":null},"System.IO.FileSystem.DriveInfo.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5d75awqi98-0yldq48nb4.gz"},"Patterns":null},"System.IO.FileSystem.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7zj9q3kwy5-6dbzlzi6uo.gz"},"Patterns":null},"System.IO.FileSystem.Watcher.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7bwqdgi3te-oj9i08g6lz.gz"},"Patterns":null},"System.IO.FileSystem.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"0irw3zla49-kqtqolm4wa.gz"},"Patterns":null},"System.IO.IsolatedStorage.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"1huhr2mzyn-ve69vgf5kz.gz"},"Patterns":null},"System.IO.MemoryMappedFiles.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ctxyflpotb-bx37hgrj5q.gz"},"Patterns":null},"System.IO.Pipes.AccessControl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"omv3nzbl98-bk9vrw4i46.gz"},"Patterns":null},"System.IO.Pipes.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"meqxxnnqvx-n33yixsck6.gz"},"Patterns":null},"System.IO.UnmanagedMemoryStream.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"oq9wi4ailw-ac8xrryfy7.gz"},"Patterns":null},"System.IO.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jm470z3phm-674jwrdv5k.gz"},"Patterns":null},"System.Linq.Expressions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"a79tq9ynwt-8i9v2949fr.gz"},"Patterns":null},"System.Linq.Parallel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7vh4rfs37c-uqq1toshjs.gz"},"Patterns":null},"System.Linq.Queryable.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jjzi0e2tbs-4mn95jeqkz.gz"},"Patterns":null},"System.Linq.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8eh5y9tp1c-bqy8sv168l.gz"},"Patterns":null},"System.Memory.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"g76rrh4lgu-00lkbcsi6k.gz"},"Patterns":null},"System.Net.Http.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"b1j4g2aidh-gwhgic1g4s.gz"},"Patterns":null},"System.Net.Http.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ijk0xpt1h4-8t67dotvrh.gz"},"Patterns":null},"System.Net.HttpListener.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"otznmcnlz5-ir65hlfb8z.gz"},"Patterns":null},"System.Net.Mail.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"yac1w3vy2r-u6tb74qjwk.gz"},"Patterns":null},"System.Net.NameResolution.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"vbrlhg9h7i-bipvwufop2.gz"},"Patterns":null},"System.Net.NetworkInformation.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"1ibz4kqyc0-uovh5g3v63.gz"},"Patterns":null},"System.Net.Ping.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"kv7akofu7p-xbwtybogqw.gz"},"Patterns":null},"System.Net.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ycs4dc86o6-5x057ultqg.gz"},"Patterns":null},"System.Net.Quic.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6i5reauy9a-tnxw0hw66n.gz"},"Patterns":null},"System.Net.Requests.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"dfaw8i07sg-p7aqa3ydbf.gz"},"Patterns":null},"System.Net.Security.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"zd2msg63jn-9pmm5e0uc6.gz"},"Patterns":null},"System.Net.ServicePoint.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jd5ybzr9lh-61v0nen4hx.gz"},"Patterns":null},"System.Net.Sockets.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5nc9t7881e-gbqoxsv40r.gz"},"Patterns":null},"System.Net.WebClient.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ghz44jcq0l-fcia9ky19l.gz"},"Patterns":null},"System.Net.WebHeaderCollection.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"tuyn985nz3-6286hgwuqh.gz"},"Patterns":null},"System.Net.WebProxy.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"i4ep49nzwb-djpann52a6.gz"},"Patterns":null},"System.Net.WebSockets.Client.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ygbwol6ubw-lkvy8locnf.gz"},"Patterns":null},"System.Net.WebSockets.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"btvfot68ru-box0kt0ygr.gz"},"Patterns":null},"System.Net.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"324w13xuvo-bi4ws36sl2.gz"},"Patterns":null},"System.Numerics.Vectors.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ucejdgoot3-pweg4f9jik.gz"},"Patterns":null},"System.Numerics.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jeaodzfja7-fzteml2ksa.gz"},"Patterns":null},"System.ObjectModel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"g2f3ayhkgf-oi5its9v0z.gz"},"Patterns":null},"System.Private.DataContractSerialization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"nvk83tidwv-1jyxr7kwjo.gz"},"Patterns":null},"System.Private.Uri.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"hz83gb6xmq-4fwiisng6i.gz"},"Patterns":null},"System.Private.Xml.Linq.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4gf6l5tac6-dgkgnxso4m.gz"},"Patterns":null},"System.Private.Xml.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8ezvspfqzk-66ysrn2owv.gz"},"Patterns":null},"System.Reflection.DispatchProxy.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qc9qcqr5s2-kgscmlv3if.gz"},"Patterns":null},"System.Reflection.Emit.ILGeneration.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"f0ajty1722-8hlod3by22.gz"},"Patterns":null},"System.Reflection.Emit.Lightweight.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"16gkmd3qyn-u3evpglqtv.gz"},"Patterns":null},"System.Reflection.Emit.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"36hb6ks61s-xcolejwqh0.gz"},"Patterns":null},"System.Reflection.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qsapjifxrx-oepwslok2k.gz"},"Patterns":null},"System.Reflection.Metadata.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"snmkueee03-zll5ovyn4j.gz"},"Patterns":null},"System.Reflection.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"z5n0i80wxd-ajsaevzb4n.gz"},"Patterns":null},"System.Reflection.TypeExtensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6lf2ddmv1l-gyfyt6ifle.gz"},"Patterns":null},"System.Reflection.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"hb8ye351nd-05yfgzvmh7.gz"},"Patterns":null},"System.Resources.Reader.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8qc79e3nu4-x35pd1xcsk.gz"},"Patterns":null},"System.Resources.ResourceManager.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"69b0nullub-1hzkk1v31b.gz"},"Patterns":null},"System.Resources.Writer.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"24f91srh18-gmkxofgq6z.gz"},"Patterns":null},"System.Runtime.CompilerServices.Unsafe.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"g88hfs9ug7-99j5jlhtlf.gz"},"Patterns":null},"System.Runtime.CompilerServices.VisualC.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"d6zxzoeihc-z2tqksfwxn.gz"},"Patterns":null},"System.Runtime.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"u457dfzv6h-hsooj5ku5u.gz"},"Patterns":null},"System.Runtime.Handles.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"h68ufmkaki-x1zwj8gq0q.gz"},"Patterns":null},"System.Runtime.InteropServices.JavaScript.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"favjpgserh-t14slsf5gb.gz"},"Patterns":null},"System.Runtime.InteropServices.RuntimeInformation.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ui13sigocd-j622qnirva.gz"},"Patterns":null},"System.Runtime.InteropServices.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"3oxhwn0e7e-arf11keiq9.gz"},"Patterns":null},"System.Runtime.Intrinsics.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"smsafl7fbj-s2a2n0v8v5.gz"},"Patterns":null},"System.Runtime.Loader.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6nmjb2ga9x-1iz0927hqc.gz"},"Patterns":null},"System.Runtime.Numerics.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mdl3czdiv2-qvepw4e78q.gz"},"Patterns":null},"System.Runtime.Serialization.Formatters.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4wku2hu407-h26lzyu81w.gz"},"Patterns":null},"System.Runtime.Serialization.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"yk3g2cnkjp-gpcerlv545.gz"},"Patterns":null},"System.Runtime.Serialization.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qjiio5xtyo-9ywk5zf0ye.gz"},"Patterns":null},"System.Runtime.Serialization.Xml.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"acd83xah5k-cg50v6hv4d.gz"},"Patterns":null},"System.Runtime.Serialization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8s5drhusp6-xduo6mn7ma.gz"},"Patterns":null},"System.Runtime.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8js2b3ikzg-iz9521x4d5.gz"},"Patterns":null},"System.Security.AccessControl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"evz4x8kkgb-w83xci1s0e.gz"},"Patterns":null},"System.Security.Claims.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"sossmjk0pb-mgppqoca94.gz"},"Patterns":null},"System.Security.Cryptography.Algorithms.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"witjyutmr6-lyl6xulxjq.gz"},"Patterns":null},"System.Security.Cryptography.Cng.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qk4td0onpg-is3vw3toke.gz"},"Patterns":null},"System.Security.Cryptography.Csp.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"zilwrgikc8-77wcsbalfb.gz"},"Patterns":null},"System.Security.Cryptography.Encoding.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"hg075kso0q-ylyh0nvuhn.gz"},"Patterns":null},"System.Security.Cryptography.OpenSsl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"w5w0qiszg7-035cxkpjqr.gz"},"Patterns":null},"System.Security.Cryptography.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"e27pp01hks-8sy06h2xub.gz"},"Patterns":null},"System.Security.Cryptography.X509Certificates.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ahhmji10vw-982lmixj89.gz"},"Patterns":null},"System.Security.Cryptography.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"nafpk38rqn-77xcltn6z8.gz"},"Patterns":null},"System.Security.Principal.Windows.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qkrje1evcx-r50so417ua.gz"},"Patterns":null},"System.Security.Principal.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4ep2tuqqvh-nwmq9c0dxp.gz"},"Patterns":null},"System.Security.SecureString.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"1hblptriwp-a1bvfrdfb0.gz"},"Patterns":null},"System.Security.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"kt165yc41q-r0ybprwbdo.gz"},"Patterns":null},"System.ServiceModel.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qikbjqw5lg-ice8a74mfp.gz"},"Patterns":null},"System.ServiceProcess.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7tlppx7xm5-ces8qi4jdv.gz"},"Patterns":null},"System.Text.Encoding.CodePages.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"pfvio6s8o4-wnm0lr2dr8.gz"},"Patterns":null},"System.Text.Encoding.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8nmyr3nvr7-5bq2cvr3hg.gz"},"Patterns":null},"System.Text.Encoding.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"wgok0adxrd-eyx33pgiad.gz"},"Patterns":null},"System.Text.Encodings.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8d128emwtl-9x7dptacey.gz"},"Patterns":null},"System.Text.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"w42pov7xtq-ppd2fidtln.gz"},"Patterns":null},"System.Text.RegularExpressions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8st2mjmvff-3e7pdp88zp.gz"},"Patterns":null},"System.Threading.Channels.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8jhparz1fs-1udekzdv05.gz"},"Patterns":null},"System.Threading.Overlapped.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qzrso9t6qt-o0ci7lcesp.gz"},"Patterns":null},"System.Threading.Tasks.Dataflow.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"xxdvu4kns6-esmmfynicw.gz"},"Patterns":null},"System.Threading.Tasks.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"m5ulbl575g-grhpsybruk.gz"},"Patterns":null},"System.Threading.Tasks.Parallel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"k3twv17qn3-y8m4zhesg5.gz"},"Patterns":null},"System.Threading.Tasks.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mq15jbnpmi-nr23lugli1.gz"},"Patterns":null},"System.Threading.Thread.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"li26yqjeam-83w11tdkvv.gz"},"Patterns":null},"System.Threading.ThreadPool.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"62z0o2i9pb-turgxoxt8a.gz"},"Patterns":null},"System.Threading.Timer.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"28xa66ni2k-wyvnqt03fv.gz"},"Patterns":null},"System.Threading.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"k7jsgweg71-cf1vupxs9i.gz"},"Patterns":null},"System.Transactions.Local.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4if7lrerku-033xejool8.gz"},"Patterns":null},"System.Transactions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"sdk1at7c6v-yk1d03z5nw.gz"},"Patterns":null},"System.ValueTuple.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"nrej3ggqhh-ooru0eoira.gz"},"Patterns":null},"System.Web.HttpUtility.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6ckavr9kyn-9pqt1af9za.gz"},"Patterns":null},"System.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5fh9d1idcu-osnb0kzr6n.gz"},"Patterns":null},"System.Windows.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5kj1e1duz5-ob6wu8zdxc.gz"},"Patterns":null},"System.Xml.Linq.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"kblqw9fpct-v5c0vzhnig.gz"},"Patterns":null},"System.Xml.ReaderWriter.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"rzmowmdt16-md2abzowf3.gz"},"Patterns":null},"System.Xml.Serialization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"h2p06rhgip-8nymyky8vt.gz"},"Patterns":null},"System.Xml.XDocument.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"113hg5hh18-h3yeys7sb7.gz"},"Patterns":null},"System.Xml.XPath.XDocument.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"bhjajimbgl-xdmaord4ni.gz"},"Patterns":null},"System.Xml.XPath.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"04a487v8dk-nizy1jf1r0.gz"},"Patterns":null},"System.Xml.XmlDocument.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"c95lybnc83-quym58pgua.gz"},"Patterns":null},"System.Xml.XmlSerializer.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"3vnwcuaexo-gqix7qqjto.gz"},"Patterns":null},"System.Xml.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mxr0e4p5kt-igj5a0xdr6.gz"},"Patterns":null},"System.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"086u6yzl35-hqi8x6bymk.gz"},"Patterns":null},"WindowsBase.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gskpo8ls9g-ide822gizw.gz"},"Patterns":null},"mscorlib.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"57n2zserhj-twlt8rxgl3.gz"},"Patterns":null},"netstandard.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"9e3m4lhpqa-mq4q4k2a4q.gz"},"Patterns":null},"System.Private.CoreLib.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"vejzz9omd4-rcys532pwr.gz"},"Patterns":null},"dotnet.js.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8j9ggs5dy9-rqxhp8973g.gz"},"Patterns":null},"dotnet.js.map.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"dj9qgodrn5-387laeplku.gz"},"Patterns":null},"dotnet.native.js.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fjvbv9yavq-xteh9p4yli.gz"},"Patterns":null},"dotnet.native.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"9u0at65pop-keyssdiug3.gz"},"Patterns":null},"dotnet.runtime.js.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jpwc78p5ga-xjx70hiola.gz"},"Patterns":null},"dotnet.runtime.js.map.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fzzqt028uw-zqgqlj6bjk.gz"},"Patterns":null},"icudt_CJK.dat.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"tup6oou17a-tjcz0u77k5.gz"},"Patterns":null},"icudt_EFIGS.dat.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gkw3yb3vs4-tptq2av103.gz"},"Patterns":null},"icudt_no_CJK.dat.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"i2c8nfdtsk-lfu7j35m59.gz"},"Patterns":null},"emcc-props.json.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"0qg8z4cu2n-oyz0vx2fzb.gz"},"Patterns":null},"Website.Client.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"06xhlk2478-10qtdtf8da.gz"},"Patterns":null},"Website.Client.pdb.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"306m1unmgj-j2j1jdk9ss.gz"},"Patterns":null},"blazor.boot.json.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gai494obq8-kufizuu150.gz"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}} \ No newline at end of file +{"ContentRoots":["C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\wwwroot\\","C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\","C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\"],"Root":{"Children":{"appsettings.Development.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"appsettings.Development.json"},"Patterns":null},"appsettings.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"appsettings.json"},"Patterns":null},"_framework":{"Children":{"blazor.webassembly.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/blazor.webassembly.js"},"Patterns":null},"Microsoft.AspNetCore.Authorization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Authorization.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.Forms.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.Forms.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.Web.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.WebAssembly.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm"},"Patterns":null},"Microsoft.AspNetCore.Metadata.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Metadata.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.Binder.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Binder.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.FileExtensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.FileExtensions.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Json.wasm"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.DependencyInjection.wasm"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.FileProviders.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileProviders.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.FileProviders.Physical.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileProviders.Physical.wasm"},"Patterns":null},"Microsoft.Extensions.FileSystemGlobbing.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileSystemGlobbing.wasm"},"Patterns":null},"Microsoft.Extensions.Logging.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Logging.wasm"},"Patterns":null},"Microsoft.Extensions.Logging.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Logging.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.Options.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Options.wasm"},"Patterns":null},"Microsoft.Extensions.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Primitives.wasm"},"Patterns":null},"Microsoft.JSInterop.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.JSInterop.wasm"},"Patterns":null},"Microsoft.JSInterop.WebAssembly.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.JSInterop.WebAssembly.wasm"},"Patterns":null},"System.IO.Pipelines.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipelines.wasm"},"Patterns":null},"Microsoft.CSharp.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.CSharp.wasm"},"Patterns":null},"Microsoft.VisualBasic.Core.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.VisualBasic.Core.wasm"},"Patterns":null},"Microsoft.VisualBasic.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.VisualBasic.wasm"},"Patterns":null},"Microsoft.Win32.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Win32.Primitives.wasm"},"Patterns":null},"Microsoft.Win32.Registry.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Win32.Registry.wasm"},"Patterns":null},"System.AppContext.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.AppContext.wasm"},"Patterns":null},"System.Buffers.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Buffers.wasm"},"Patterns":null},"System.Collections.Concurrent.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Concurrent.wasm"},"Patterns":null},"System.Collections.Immutable.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Immutable.wasm"},"Patterns":null},"System.Collections.NonGeneric.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.NonGeneric.wasm"},"Patterns":null},"System.Collections.Specialized.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Specialized.wasm"},"Patterns":null},"System.Collections.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.wasm"},"Patterns":null},"System.ComponentModel.Annotations.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.Annotations.wasm"},"Patterns":null},"System.ComponentModel.DataAnnotations.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.DataAnnotations.wasm"},"Patterns":null},"System.ComponentModel.EventBasedAsync.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.EventBasedAsync.wasm"},"Patterns":null},"System.ComponentModel.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.Primitives.wasm"},"Patterns":null},"System.ComponentModel.TypeConverter.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.TypeConverter.wasm"},"Patterns":null},"System.ComponentModel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.wasm"},"Patterns":null},"System.Configuration.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Configuration.wasm"},"Patterns":null},"System.Console.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Console.wasm"},"Patterns":null},"System.Core.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Core.wasm"},"Patterns":null},"System.Data.Common.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.Common.wasm"},"Patterns":null},"System.Data.DataSetExtensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.DataSetExtensions.wasm"},"Patterns":null},"System.Data.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.wasm"},"Patterns":null},"System.Diagnostics.Contracts.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Contracts.wasm"},"Patterns":null},"System.Diagnostics.Debug.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Debug.wasm"},"Patterns":null},"System.Diagnostics.DiagnosticSource.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.DiagnosticSource.wasm"},"Patterns":null},"System.Diagnostics.FileVersionInfo.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.FileVersionInfo.wasm"},"Patterns":null},"System.Diagnostics.Process.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Process.wasm"},"Patterns":null},"System.Diagnostics.StackTrace.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.StackTrace.wasm"},"Patterns":null},"System.Diagnostics.TextWriterTraceListener.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.TextWriterTraceListener.wasm"},"Patterns":null},"System.Diagnostics.Tools.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Tools.wasm"},"Patterns":null},"System.Diagnostics.TraceSource.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.TraceSource.wasm"},"Patterns":null},"System.Diagnostics.Tracing.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Tracing.wasm"},"Patterns":null},"System.Drawing.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Drawing.Primitives.wasm"},"Patterns":null},"System.Drawing.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Drawing.wasm"},"Patterns":null},"System.Dynamic.Runtime.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Dynamic.Runtime.wasm"},"Patterns":null},"System.Formats.Asn1.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Formats.Asn1.wasm"},"Patterns":null},"System.Formats.Tar.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Formats.Tar.wasm"},"Patterns":null},"System.Globalization.Calendars.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.Calendars.wasm"},"Patterns":null},"System.Globalization.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.Extensions.wasm"},"Patterns":null},"System.Globalization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.wasm"},"Patterns":null},"System.IO.Compression.Brotli.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.Brotli.wasm"},"Patterns":null},"System.IO.Compression.FileSystem.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.FileSystem.wasm"},"Patterns":null},"System.IO.Compression.ZipFile.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.ZipFile.wasm"},"Patterns":null},"System.IO.Compression.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.wasm"},"Patterns":null},"System.IO.FileSystem.AccessControl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.AccessControl.wasm"},"Patterns":null},"System.IO.FileSystem.DriveInfo.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.DriveInfo.wasm"},"Patterns":null},"System.IO.FileSystem.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.Primitives.wasm"},"Patterns":null},"System.IO.FileSystem.Watcher.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.Watcher.wasm"},"Patterns":null},"System.IO.FileSystem.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.wasm"},"Patterns":null},"System.IO.IsolatedStorage.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.IsolatedStorage.wasm"},"Patterns":null},"System.IO.MemoryMappedFiles.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.MemoryMappedFiles.wasm"},"Patterns":null},"System.IO.Pipes.AccessControl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipes.AccessControl.wasm"},"Patterns":null},"System.IO.Pipes.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipes.wasm"},"Patterns":null},"System.IO.UnmanagedMemoryStream.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.UnmanagedMemoryStream.wasm"},"Patterns":null},"System.IO.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.wasm"},"Patterns":null},"System.Linq.Expressions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Expressions.wasm"},"Patterns":null},"System.Linq.Parallel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Parallel.wasm"},"Patterns":null},"System.Linq.Queryable.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Queryable.wasm"},"Patterns":null},"System.Linq.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.wasm"},"Patterns":null},"System.Memory.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Memory.wasm"},"Patterns":null},"System.Net.Http.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Http.Json.wasm"},"Patterns":null},"System.Net.Http.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Http.wasm"},"Patterns":null},"System.Net.HttpListener.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.HttpListener.wasm"},"Patterns":null},"System.Net.Mail.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Mail.wasm"},"Patterns":null},"System.Net.NameResolution.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.NameResolution.wasm"},"Patterns":null},"System.Net.NetworkInformation.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.NetworkInformation.wasm"},"Patterns":null},"System.Net.Ping.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Ping.wasm"},"Patterns":null},"System.Net.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Primitives.wasm"},"Patterns":null},"System.Net.Quic.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Quic.wasm"},"Patterns":null},"System.Net.Requests.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Requests.wasm"},"Patterns":null},"System.Net.Security.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Security.wasm"},"Patterns":null},"System.Net.ServicePoint.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.ServicePoint.wasm"},"Patterns":null},"System.Net.Sockets.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Sockets.wasm"},"Patterns":null},"System.Net.WebClient.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebClient.wasm"},"Patterns":null},"System.Net.WebHeaderCollection.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebHeaderCollection.wasm"},"Patterns":null},"System.Net.WebProxy.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebProxy.wasm"},"Patterns":null},"System.Net.WebSockets.Client.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebSockets.Client.wasm"},"Patterns":null},"System.Net.WebSockets.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebSockets.wasm"},"Patterns":null},"System.Net.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.wasm"},"Patterns":null},"System.Numerics.Vectors.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Numerics.Vectors.wasm"},"Patterns":null},"System.Numerics.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Numerics.wasm"},"Patterns":null},"System.ObjectModel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ObjectModel.wasm"},"Patterns":null},"System.Private.DataContractSerialization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.DataContractSerialization.wasm"},"Patterns":null},"System.Private.Uri.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Uri.wasm"},"Patterns":null},"System.Private.Xml.Linq.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Xml.Linq.wasm"},"Patterns":null},"System.Private.Xml.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Xml.wasm"},"Patterns":null},"System.Reflection.DispatchProxy.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.DispatchProxy.wasm"},"Patterns":null},"System.Reflection.Emit.ILGeneration.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.ILGeneration.wasm"},"Patterns":null},"System.Reflection.Emit.Lightweight.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.Lightweight.wasm"},"Patterns":null},"System.Reflection.Emit.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.wasm"},"Patterns":null},"System.Reflection.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Extensions.wasm"},"Patterns":null},"System.Reflection.Metadata.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Metadata.wasm"},"Patterns":null},"System.Reflection.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Primitives.wasm"},"Patterns":null},"System.Reflection.TypeExtensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.TypeExtensions.wasm"},"Patterns":null},"System.Reflection.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.wasm"},"Patterns":null},"System.Resources.Reader.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.Reader.wasm"},"Patterns":null},"System.Resources.ResourceManager.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.ResourceManager.wasm"},"Patterns":null},"System.Resources.Writer.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.Writer.wasm"},"Patterns":null},"System.Runtime.CompilerServices.Unsafe.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.CompilerServices.Unsafe.wasm"},"Patterns":null},"System.Runtime.CompilerServices.VisualC.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.CompilerServices.VisualC.wasm"},"Patterns":null},"System.Runtime.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Extensions.wasm"},"Patterns":null},"System.Runtime.Handles.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Handles.wasm"},"Patterns":null},"System.Runtime.InteropServices.JavaScript.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.JavaScript.wasm"},"Patterns":null},"System.Runtime.InteropServices.RuntimeInformation.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.RuntimeInformation.wasm"},"Patterns":null},"System.Runtime.InteropServices.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.wasm"},"Patterns":null},"System.Runtime.Intrinsics.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Intrinsics.wasm"},"Patterns":null},"System.Runtime.Loader.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Loader.wasm"},"Patterns":null},"System.Runtime.Numerics.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Numerics.wasm"},"Patterns":null},"System.Runtime.Serialization.Formatters.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Formatters.wasm"},"Patterns":null},"System.Runtime.Serialization.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Json.wasm"},"Patterns":null},"System.Runtime.Serialization.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Primitives.wasm"},"Patterns":null},"System.Runtime.Serialization.Xml.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Xml.wasm"},"Patterns":null},"System.Runtime.Serialization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.wasm"},"Patterns":null},"System.Runtime.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.wasm"},"Patterns":null},"System.Security.AccessControl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.AccessControl.wasm"},"Patterns":null},"System.Security.Claims.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Claims.wasm"},"Patterns":null},"System.Security.Cryptography.Algorithms.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Algorithms.wasm"},"Patterns":null},"System.Security.Cryptography.Cng.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Cng.wasm"},"Patterns":null},"System.Security.Cryptography.Csp.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Csp.wasm"},"Patterns":null},"System.Security.Cryptography.Encoding.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Encoding.wasm"},"Patterns":null},"System.Security.Cryptography.OpenSsl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.OpenSsl.wasm"},"Patterns":null},"System.Security.Cryptography.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Primitives.wasm"},"Patterns":null},"System.Security.Cryptography.X509Certificates.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.X509Certificates.wasm"},"Patterns":null},"System.Security.Cryptography.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.wasm"},"Patterns":null},"System.Security.Principal.Windows.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Principal.Windows.wasm"},"Patterns":null},"System.Security.Principal.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Principal.wasm"},"Patterns":null},"System.Security.SecureString.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.SecureString.wasm"},"Patterns":null},"System.Security.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.wasm"},"Patterns":null},"System.ServiceModel.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ServiceModel.Web.wasm"},"Patterns":null},"System.ServiceProcess.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ServiceProcess.wasm"},"Patterns":null},"System.Text.Encoding.CodePages.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.CodePages.wasm"},"Patterns":null},"System.Text.Encoding.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.Extensions.wasm"},"Patterns":null},"System.Text.Encoding.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.wasm"},"Patterns":null},"System.Text.Encodings.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encodings.Web.wasm"},"Patterns":null},"System.Text.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Json.wasm"},"Patterns":null},"System.Text.RegularExpressions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.RegularExpressions.wasm"},"Patterns":null},"System.Threading.Channels.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Channels.wasm"},"Patterns":null},"System.Threading.Overlapped.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Overlapped.wasm"},"Patterns":null},"System.Threading.Tasks.Dataflow.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Dataflow.wasm"},"Patterns":null},"System.Threading.Tasks.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Extensions.wasm"},"Patterns":null},"System.Threading.Tasks.Parallel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Parallel.wasm"},"Patterns":null},"System.Threading.Tasks.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.wasm"},"Patterns":null},"System.Threading.Thread.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Thread.wasm"},"Patterns":null},"System.Threading.ThreadPool.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.ThreadPool.wasm"},"Patterns":null},"System.Threading.Timer.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Timer.wasm"},"Patterns":null},"System.Threading.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.wasm"},"Patterns":null},"System.Transactions.Local.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Transactions.Local.wasm"},"Patterns":null},"System.Transactions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Transactions.wasm"},"Patterns":null},"System.ValueTuple.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ValueTuple.wasm"},"Patterns":null},"System.Web.HttpUtility.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Web.HttpUtility.wasm"},"Patterns":null},"System.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Web.wasm"},"Patterns":null},"System.Windows.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Windows.wasm"},"Patterns":null},"System.Xml.Linq.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.Linq.wasm"},"Patterns":null},"System.Xml.ReaderWriter.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.ReaderWriter.wasm"},"Patterns":null},"System.Xml.Serialization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.Serialization.wasm"},"Patterns":null},"System.Xml.XDocument.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XDocument.wasm"},"Patterns":null},"System.Xml.XPath.XDocument.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XPath.XDocument.wasm"},"Patterns":null},"System.Xml.XPath.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XPath.wasm"},"Patterns":null},"System.Xml.XmlDocument.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XmlDocument.wasm"},"Patterns":null},"System.Xml.XmlSerializer.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XmlSerializer.wasm"},"Patterns":null},"System.Xml.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.wasm"},"Patterns":null},"System.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.wasm"},"Patterns":null},"WindowsBase.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/WindowsBase.wasm"},"Patterns":null},"mscorlib.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/mscorlib.wasm"},"Patterns":null},"netstandard.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/netstandard.wasm"},"Patterns":null},"System.Private.CoreLib.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.CoreLib.wasm"},"Patterns":null},"dotnet.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.js"},"Patterns":null},"dotnet.js.map":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.js.map"},"Patterns":null},"dotnet.native.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.native.js"},"Patterns":null},"dotnet.native.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.native.wasm"},"Patterns":null},"dotnet.runtime.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.runtime.js"},"Patterns":null},"dotnet.runtime.js.map":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.runtime.js.map"},"Patterns":null},"icudt_CJK.dat":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_CJK.dat"},"Patterns":null},"icudt_EFIGS.dat":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_EFIGS.dat"},"Patterns":null},"icudt_no_CJK.dat":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_no_CJK.dat"},"Patterns":null},"emcc-props.json":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/emcc-props.json"},"Patterns":null},"Website.Client.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Website.Client.wasm"},"Patterns":null},"Website.Client.pdb":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Website.Client.pdb"},"Patterns":null},"blazor.boot.json":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/blazor.boot.json"},"Patterns":null},"blazor.webassembly.js.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"2hd3hup4x7-mv535bwyet.gz"},"Patterns":null},"Microsoft.AspNetCore.Authorization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"k3ev4p268n-n5pslkucsz.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"s7mmlewj7a-zuiq2k1loo.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.Forms.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"smfeiin53n-jm55dcm579.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"peoessjq6m-dd74gkrng6.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.WebAssembly.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qa6yar6pcc-71qb4r2d2s.gz"},"Patterns":null},"Microsoft.AspNetCore.Metadata.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"op0tvtzk7u-qd66sllxhh.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7w5so08yb1-4njtqvtvgx.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"hbdopticmc-8kr5d0tjmo.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.Binder.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ayfnxaw2xn-0r3amze666.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.FileExtensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"t08ccg8vt4-en8mb8dgz5.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ci3kptexkj-yy6f57640l.gz"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"w0pjq2d1lz-xqsu2wsvba.gz"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"m1nhgyj3ij-kgyjb8k43h.gz"},"Patterns":null},"Microsoft.Extensions.FileProviders.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"tkl29nk5xg-1c7ksbormu.gz"},"Patterns":null},"Microsoft.Extensions.FileProviders.Physical.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7ju68gy5ye-rpvltkbyzt.gz"},"Patterns":null},"Microsoft.Extensions.FileSystemGlobbing.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"rgwxdst7lg-i464dwxnbb.gz"},"Patterns":null},"Microsoft.Extensions.Logging.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gu54mkd5rz-xlpspxuy08.gz"},"Patterns":null},"Microsoft.Extensions.Logging.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"j7qy09g2sc-icotprrmdv.gz"},"Patterns":null},"Microsoft.Extensions.Options.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fwfzkhuqt8-jt8xzja2dj.gz"},"Patterns":null},"Microsoft.Extensions.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ca5aa9q9i4-lsakbjp1fg.gz"},"Patterns":null},"Microsoft.JSInterop.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5hmh5cfrjo-h1b8h0vt7q.gz"},"Patterns":null},"Microsoft.JSInterop.WebAssembly.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"d5q87850bj-p7vg34owcn.gz"},"Patterns":null},"System.IO.Pipelines.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"0bp2h8ufhq-iudrcw56e1.gz"},"Patterns":null},"Microsoft.CSharp.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"x9g0ghziow-fgi1l05bvr.gz"},"Patterns":null},"Microsoft.VisualBasic.Core.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fxogqfms1a-4tebkgrdgm.gz"},"Patterns":null},"Microsoft.VisualBasic.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"d53r06wrnt-z5tte9hbl9.gz"},"Patterns":null},"Microsoft.Win32.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"bokgch25i1-ggby92gbf5.gz"},"Patterns":null},"Microsoft.Win32.Registry.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ch98c0vyyx-l1dpo0yxvc.gz"},"Patterns":null},"System.AppContext.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"i8idrx1mcn-mhv3ru1aoa.gz"},"Patterns":null},"System.Buffers.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"l5txsii5i1-wlim793jkw.gz"},"Patterns":null},"System.Collections.Concurrent.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"bfqrylll5s-i1lssuj9i7.gz"},"Patterns":null},"System.Collections.Immutable.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"zfps9zsm5w-u0yuhvep8l.gz"},"Patterns":null},"System.Collections.NonGeneric.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4m61xkkzic-wgqopll9rf.gz"},"Patterns":null},"System.Collections.Specialized.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"rnkwus257z-sn8l98c62u.gz"},"Patterns":null},"System.Collections.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"wjr06919zi-nie06qj6qo.gz"},"Patterns":null},"System.ComponentModel.Annotations.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6a14p9cnfm-7vq6uvcllp.gz"},"Patterns":null},"System.ComponentModel.DataAnnotations.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"3do1xgb209-ix9s17e4oa.gz"},"Patterns":null},"System.ComponentModel.EventBasedAsync.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"lcw25evezq-21e6uomdqg.gz"},"Patterns":null},"System.ComponentModel.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6hh6ezf247-akyqtilzco.gz"},"Patterns":null},"System.ComponentModel.TypeConverter.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"3iplrib5f1-ek4hlhdqkj.gz"},"Patterns":null},"System.ComponentModel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"lpxbc0xcwu-yfl2eaopkw.gz"},"Patterns":null},"System.Configuration.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5x2hw9hlph-67lwahgksx.gz"},"Patterns":null},"System.Console.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"cdusluos85-e4ovel0up8.gz"},"Patterns":null},"System.Core.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"xa46nctul2-6oo2lq0wqm.gz"},"Patterns":null},"System.Data.Common.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"t60y82b8ct-kbvoyvfq27.gz"},"Patterns":null},"System.Data.DataSetExtensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"bapsepfweu-o2o4ch8qxi.gz"},"Patterns":null},"System.Data.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"pykw33j66j-tg72k81p9v.gz"},"Patterns":null},"System.Diagnostics.Contracts.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"tlmphuct5q-mjwur1vb3v.gz"},"Patterns":null},"System.Diagnostics.Debug.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"b8331giksb-5rlkx55y19.gz"},"Patterns":null},"System.Diagnostics.DiagnosticSource.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"768lripqfk-7hqmuqq5cq.gz"},"Patterns":null},"System.Diagnostics.FileVersionInfo.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mjknyr1kew-grrk3hrp1l.gz"},"Patterns":null},"System.Diagnostics.Process.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"xyzushs1kt-gpvopyyhdq.gz"},"Patterns":null},"System.Diagnostics.StackTrace.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"il91pt7pko-wnrtcnhpgl.gz"},"Patterns":null},"System.Diagnostics.TextWriterTraceListener.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"sozkbt969q-6vo46yau5z.gz"},"Patterns":null},"System.Diagnostics.Tools.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"z1lx69f3yb-3z6j1wct71.gz"},"Patterns":null},"System.Diagnostics.TraceSource.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"r8ctv4wyd5-4l2fl1axw2.gz"},"Patterns":null},"System.Diagnostics.Tracing.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"o6lqquoipu-ncsccugyw8.gz"},"Patterns":null},"System.Drawing.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"xrv7w5idw0-g7amuh118t.gz"},"Patterns":null},"System.Drawing.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mh2ichqmqf-o1fazgbrf7.gz"},"Patterns":null},"System.Dynamic.Runtime.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8c7w0qgkmn-onxt1qlo23.gz"},"Patterns":null},"System.Formats.Asn1.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"olpuoe44o4-ipp8gya1fy.gz"},"Patterns":null},"System.Formats.Tar.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"md2p5n8p8v-vb374cvsdq.gz"},"Patterns":null},"System.Globalization.Calendars.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gix98vlg0x-sagqyj2lx6.gz"},"Patterns":null},"System.Globalization.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"15dfqkray5-yxrd07gwvl.gz"},"Patterns":null},"System.Globalization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"oqajmlwnnp-1ul0j5zyts.gz"},"Patterns":null},"System.IO.Compression.Brotli.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"0knkqd933w-sv4ivqpdih.gz"},"Patterns":null},"System.IO.Compression.FileSystem.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8ipet00v1f-9vh2vkrqrk.gz"},"Patterns":null},"System.IO.Compression.ZipFile.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"detkbca685-vauvbpg47n.gz"},"Patterns":null},"System.IO.Compression.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6e33x6oap5-cub3louzqd.gz"},"Patterns":null},"System.IO.FileSystem.AccessControl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5g80oqiykv-drckq1wkq3.gz"},"Patterns":null},"System.IO.FileSystem.DriveInfo.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5d75awqi98-0yldq48nb4.gz"},"Patterns":null},"System.IO.FileSystem.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7zj9q3kwy5-6dbzlzi6uo.gz"},"Patterns":null},"System.IO.FileSystem.Watcher.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7bwqdgi3te-oj9i08g6lz.gz"},"Patterns":null},"System.IO.FileSystem.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"0irw3zla49-kqtqolm4wa.gz"},"Patterns":null},"System.IO.IsolatedStorage.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"1huhr2mzyn-ve69vgf5kz.gz"},"Patterns":null},"System.IO.MemoryMappedFiles.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ctxyflpotb-bx37hgrj5q.gz"},"Patterns":null},"System.IO.Pipes.AccessControl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"omv3nzbl98-bk9vrw4i46.gz"},"Patterns":null},"System.IO.Pipes.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"meqxxnnqvx-n33yixsck6.gz"},"Patterns":null},"System.IO.UnmanagedMemoryStream.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"oq9wi4ailw-ac8xrryfy7.gz"},"Patterns":null},"System.IO.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jm470z3phm-674jwrdv5k.gz"},"Patterns":null},"System.Linq.Expressions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"a79tq9ynwt-8i9v2949fr.gz"},"Patterns":null},"System.Linq.Parallel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7vh4rfs37c-uqq1toshjs.gz"},"Patterns":null},"System.Linq.Queryable.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jjzi0e2tbs-4mn95jeqkz.gz"},"Patterns":null},"System.Linq.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8eh5y9tp1c-bqy8sv168l.gz"},"Patterns":null},"System.Memory.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"g76rrh4lgu-00lkbcsi6k.gz"},"Patterns":null},"System.Net.Http.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"b1j4g2aidh-gwhgic1g4s.gz"},"Patterns":null},"System.Net.Http.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ijk0xpt1h4-8t67dotvrh.gz"},"Patterns":null},"System.Net.HttpListener.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"otznmcnlz5-ir65hlfb8z.gz"},"Patterns":null},"System.Net.Mail.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"yac1w3vy2r-u6tb74qjwk.gz"},"Patterns":null},"System.Net.NameResolution.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"vbrlhg9h7i-bipvwufop2.gz"},"Patterns":null},"System.Net.NetworkInformation.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"1ibz4kqyc0-uovh5g3v63.gz"},"Patterns":null},"System.Net.Ping.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"kv7akofu7p-xbwtybogqw.gz"},"Patterns":null},"System.Net.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ycs4dc86o6-5x057ultqg.gz"},"Patterns":null},"System.Net.Quic.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6i5reauy9a-tnxw0hw66n.gz"},"Patterns":null},"System.Net.Requests.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"dfaw8i07sg-p7aqa3ydbf.gz"},"Patterns":null},"System.Net.Security.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"zd2msg63jn-9pmm5e0uc6.gz"},"Patterns":null},"System.Net.ServicePoint.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jd5ybzr9lh-61v0nen4hx.gz"},"Patterns":null},"System.Net.Sockets.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5nc9t7881e-gbqoxsv40r.gz"},"Patterns":null},"System.Net.WebClient.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ghz44jcq0l-fcia9ky19l.gz"},"Patterns":null},"System.Net.WebHeaderCollection.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"tuyn985nz3-6286hgwuqh.gz"},"Patterns":null},"System.Net.WebProxy.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"i4ep49nzwb-djpann52a6.gz"},"Patterns":null},"System.Net.WebSockets.Client.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ygbwol6ubw-lkvy8locnf.gz"},"Patterns":null},"System.Net.WebSockets.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"btvfot68ru-box0kt0ygr.gz"},"Patterns":null},"System.Net.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"324w13xuvo-bi4ws36sl2.gz"},"Patterns":null},"System.Numerics.Vectors.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ucejdgoot3-pweg4f9jik.gz"},"Patterns":null},"System.Numerics.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jeaodzfja7-fzteml2ksa.gz"},"Patterns":null},"System.ObjectModel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"g2f3ayhkgf-oi5its9v0z.gz"},"Patterns":null},"System.Private.DataContractSerialization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"nvk83tidwv-1jyxr7kwjo.gz"},"Patterns":null},"System.Private.Uri.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"hz83gb6xmq-4fwiisng6i.gz"},"Patterns":null},"System.Private.Xml.Linq.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4gf6l5tac6-dgkgnxso4m.gz"},"Patterns":null},"System.Private.Xml.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8ezvspfqzk-66ysrn2owv.gz"},"Patterns":null},"System.Reflection.DispatchProxy.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qc9qcqr5s2-kgscmlv3if.gz"},"Patterns":null},"System.Reflection.Emit.ILGeneration.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"f0ajty1722-8hlod3by22.gz"},"Patterns":null},"System.Reflection.Emit.Lightweight.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"16gkmd3qyn-u3evpglqtv.gz"},"Patterns":null},"System.Reflection.Emit.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"36hb6ks61s-xcolejwqh0.gz"},"Patterns":null},"System.Reflection.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qsapjifxrx-oepwslok2k.gz"},"Patterns":null},"System.Reflection.Metadata.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"snmkueee03-zll5ovyn4j.gz"},"Patterns":null},"System.Reflection.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"z5n0i80wxd-ajsaevzb4n.gz"},"Patterns":null},"System.Reflection.TypeExtensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6lf2ddmv1l-gyfyt6ifle.gz"},"Patterns":null},"System.Reflection.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"hb8ye351nd-05yfgzvmh7.gz"},"Patterns":null},"System.Resources.Reader.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8qc79e3nu4-x35pd1xcsk.gz"},"Patterns":null},"System.Resources.ResourceManager.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"69b0nullub-1hzkk1v31b.gz"},"Patterns":null},"System.Resources.Writer.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"24f91srh18-gmkxofgq6z.gz"},"Patterns":null},"System.Runtime.CompilerServices.Unsafe.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"g88hfs9ug7-99j5jlhtlf.gz"},"Patterns":null},"System.Runtime.CompilerServices.VisualC.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"d6zxzoeihc-z2tqksfwxn.gz"},"Patterns":null},"System.Runtime.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"u457dfzv6h-hsooj5ku5u.gz"},"Patterns":null},"System.Runtime.Handles.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"h68ufmkaki-x1zwj8gq0q.gz"},"Patterns":null},"System.Runtime.InteropServices.JavaScript.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"favjpgserh-t14slsf5gb.gz"},"Patterns":null},"System.Runtime.InteropServices.RuntimeInformation.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ui13sigocd-j622qnirva.gz"},"Patterns":null},"System.Runtime.InteropServices.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"3oxhwn0e7e-arf11keiq9.gz"},"Patterns":null},"System.Runtime.Intrinsics.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"smsafl7fbj-s2a2n0v8v5.gz"},"Patterns":null},"System.Runtime.Loader.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6nmjb2ga9x-1iz0927hqc.gz"},"Patterns":null},"System.Runtime.Numerics.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mdl3czdiv2-qvepw4e78q.gz"},"Patterns":null},"System.Runtime.Serialization.Formatters.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4wku2hu407-h26lzyu81w.gz"},"Patterns":null},"System.Runtime.Serialization.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"yk3g2cnkjp-gpcerlv545.gz"},"Patterns":null},"System.Runtime.Serialization.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qjiio5xtyo-9ywk5zf0ye.gz"},"Patterns":null},"System.Runtime.Serialization.Xml.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"acd83xah5k-cg50v6hv4d.gz"},"Patterns":null},"System.Runtime.Serialization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8s5drhusp6-xduo6mn7ma.gz"},"Patterns":null},"System.Runtime.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8js2b3ikzg-iz9521x4d5.gz"},"Patterns":null},"System.Security.AccessControl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"evz4x8kkgb-w83xci1s0e.gz"},"Patterns":null},"System.Security.Claims.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"sossmjk0pb-mgppqoca94.gz"},"Patterns":null},"System.Security.Cryptography.Algorithms.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"witjyutmr6-lyl6xulxjq.gz"},"Patterns":null},"System.Security.Cryptography.Cng.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qk4td0onpg-is3vw3toke.gz"},"Patterns":null},"System.Security.Cryptography.Csp.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"zilwrgikc8-77wcsbalfb.gz"},"Patterns":null},"System.Security.Cryptography.Encoding.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"hg075kso0q-ylyh0nvuhn.gz"},"Patterns":null},"System.Security.Cryptography.OpenSsl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"w5w0qiszg7-035cxkpjqr.gz"},"Patterns":null},"System.Security.Cryptography.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"e27pp01hks-8sy06h2xub.gz"},"Patterns":null},"System.Security.Cryptography.X509Certificates.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ahhmji10vw-982lmixj89.gz"},"Patterns":null},"System.Security.Cryptography.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"nafpk38rqn-77xcltn6z8.gz"},"Patterns":null},"System.Security.Principal.Windows.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qkrje1evcx-r50so417ua.gz"},"Patterns":null},"System.Security.Principal.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4ep2tuqqvh-nwmq9c0dxp.gz"},"Patterns":null},"System.Security.SecureString.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"1hblptriwp-a1bvfrdfb0.gz"},"Patterns":null},"System.Security.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"kt165yc41q-r0ybprwbdo.gz"},"Patterns":null},"System.ServiceModel.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qikbjqw5lg-ice8a74mfp.gz"},"Patterns":null},"System.ServiceProcess.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7tlppx7xm5-ces8qi4jdv.gz"},"Patterns":null},"System.Text.Encoding.CodePages.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"pfvio6s8o4-wnm0lr2dr8.gz"},"Patterns":null},"System.Text.Encoding.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8nmyr3nvr7-5bq2cvr3hg.gz"},"Patterns":null},"System.Text.Encoding.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"wgok0adxrd-eyx33pgiad.gz"},"Patterns":null},"System.Text.Encodings.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8d128emwtl-9x7dptacey.gz"},"Patterns":null},"System.Text.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"w42pov7xtq-ppd2fidtln.gz"},"Patterns":null},"System.Text.RegularExpressions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8st2mjmvff-3e7pdp88zp.gz"},"Patterns":null},"System.Threading.Channels.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8jhparz1fs-1udekzdv05.gz"},"Patterns":null},"System.Threading.Overlapped.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qzrso9t6qt-o0ci7lcesp.gz"},"Patterns":null},"System.Threading.Tasks.Dataflow.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"xxdvu4kns6-esmmfynicw.gz"},"Patterns":null},"System.Threading.Tasks.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"m5ulbl575g-grhpsybruk.gz"},"Patterns":null},"System.Threading.Tasks.Parallel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"k3twv17qn3-y8m4zhesg5.gz"},"Patterns":null},"System.Threading.Tasks.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mq15jbnpmi-nr23lugli1.gz"},"Patterns":null},"System.Threading.Thread.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"li26yqjeam-83w11tdkvv.gz"},"Patterns":null},"System.Threading.ThreadPool.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"62z0o2i9pb-turgxoxt8a.gz"},"Patterns":null},"System.Threading.Timer.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"28xa66ni2k-wyvnqt03fv.gz"},"Patterns":null},"System.Threading.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"k7jsgweg71-cf1vupxs9i.gz"},"Patterns":null},"System.Transactions.Local.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4if7lrerku-033xejool8.gz"},"Patterns":null},"System.Transactions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"sdk1at7c6v-yk1d03z5nw.gz"},"Patterns":null},"System.ValueTuple.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"nrej3ggqhh-ooru0eoira.gz"},"Patterns":null},"System.Web.HttpUtility.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6ckavr9kyn-9pqt1af9za.gz"},"Patterns":null},"System.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5fh9d1idcu-osnb0kzr6n.gz"},"Patterns":null},"System.Windows.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5kj1e1duz5-ob6wu8zdxc.gz"},"Patterns":null},"System.Xml.Linq.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"kblqw9fpct-v5c0vzhnig.gz"},"Patterns":null},"System.Xml.ReaderWriter.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"rzmowmdt16-md2abzowf3.gz"},"Patterns":null},"System.Xml.Serialization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"h2p06rhgip-8nymyky8vt.gz"},"Patterns":null},"System.Xml.XDocument.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"113hg5hh18-h3yeys7sb7.gz"},"Patterns":null},"System.Xml.XPath.XDocument.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"bhjajimbgl-xdmaord4ni.gz"},"Patterns":null},"System.Xml.XPath.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"04a487v8dk-nizy1jf1r0.gz"},"Patterns":null},"System.Xml.XmlDocument.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"c95lybnc83-quym58pgua.gz"},"Patterns":null},"System.Xml.XmlSerializer.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"3vnwcuaexo-gqix7qqjto.gz"},"Patterns":null},"System.Xml.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mxr0e4p5kt-igj5a0xdr6.gz"},"Patterns":null},"System.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"086u6yzl35-hqi8x6bymk.gz"},"Patterns":null},"WindowsBase.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gskpo8ls9g-ide822gizw.gz"},"Patterns":null},"mscorlib.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"57n2zserhj-twlt8rxgl3.gz"},"Patterns":null},"netstandard.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"9e3m4lhpqa-mq4q4k2a4q.gz"},"Patterns":null},"System.Private.CoreLib.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"vejzz9omd4-rcys532pwr.gz"},"Patterns":null},"dotnet.js.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8j9ggs5dy9-rqxhp8973g.gz"},"Patterns":null},"dotnet.js.map.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"dj9qgodrn5-387laeplku.gz"},"Patterns":null},"dotnet.native.js.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fjvbv9yavq-xteh9p4yli.gz"},"Patterns":null},"dotnet.native.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"9u0at65pop-keyssdiug3.gz"},"Patterns":null},"dotnet.runtime.js.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jpwc78p5ga-xjx70hiola.gz"},"Patterns":null},"dotnet.runtime.js.map.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fzzqt028uw-zqgqlj6bjk.gz"},"Patterns":null},"icudt_CJK.dat.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"tup6oou17a-tjcz0u77k5.gz"},"Patterns":null},"icudt_EFIGS.dat.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gkw3yb3vs4-tptq2av103.gz"},"Patterns":null},"icudt_no_CJK.dat.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"i2c8nfdtsk-lfu7j35m59.gz"},"Patterns":null},"emcc-props.json.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"0qg8z4cu2n-oyz0vx2fzb.gz"},"Patterns":null},"Website.Client.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"06xhlk2478-uje4l4996j.gz"},"Patterns":null},"Website.Client.pdb.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"306m1unmgj-ww338guy0i.gz"},"Patterns":null},"blazor.boot.json.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gai494obq8-dz35bobq3v.gz"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}} \ No newline at end of file diff --git a/Website/Website.Client/bin/Debug/net8.0/wwwroot/_framework/Website.Client.pdb b/Website/Website.Client/bin/Debug/net8.0/wwwroot/_framework/Website.Client.pdb index 83e3568..b5e4b05 100644 Binary files a/Website/Website.Client/bin/Debug/net8.0/wwwroot/_framework/Website.Client.pdb and b/Website/Website.Client/bin/Debug/net8.0/wwwroot/_framework/Website.Client.pdb differ diff --git a/Website/Website.Client/bin/Debug/net8.0/wwwroot/_framework/Website.Client.pdb.gz b/Website/Website.Client/bin/Debug/net8.0/wwwroot/_framework/Website.Client.pdb.gz index e1d233c..c22cb86 100644 Binary files a/Website/Website.Client/bin/Debug/net8.0/wwwroot/_framework/Website.Client.pdb.gz and b/Website/Website.Client/bin/Debug/net8.0/wwwroot/_framework/Website.Client.pdb.gz differ diff --git a/Website/Website.Client/bin/Debug/net8.0/wwwroot/_framework/Website.Client.wasm b/Website/Website.Client/bin/Debug/net8.0/wwwroot/_framework/Website.Client.wasm index 514ea11..377fba7 100644 Binary files a/Website/Website.Client/bin/Debug/net8.0/wwwroot/_framework/Website.Client.wasm and b/Website/Website.Client/bin/Debug/net8.0/wwwroot/_framework/Website.Client.wasm differ diff --git a/Website/Website.Client/bin/Debug/net8.0/wwwroot/_framework/Website.Client.wasm.gz b/Website/Website.Client/bin/Debug/net8.0/wwwroot/_framework/Website.Client.wasm.gz index 62ce8d4..c640cf3 100644 Binary files a/Website/Website.Client/bin/Debug/net8.0/wwwroot/_framework/Website.Client.wasm.gz and b/Website/Website.Client/bin/Debug/net8.0/wwwroot/_framework/Website.Client.wasm.gz differ diff --git a/Website/Website.Client/bin/Debug/net8.0/wwwroot/_framework/blazor.boot.json b/Website/Website.Client/bin/Debug/net8.0/wwwroot/_framework/blazor.boot.json index 3ff01b7..20a5e57 100644 --- a/Website/Website.Client/bin/Debug/net8.0/wwwroot/_framework/blazor.boot.json +++ b/Website/Website.Client/bin/Debug/net8.0/wwwroot/_framework/blazor.boot.json @@ -1,7 +1,7 @@ { "mainAssemblyName": "Website.Client", "resources": { - "hash": "sha256-ZEZIl5Pr0ZikjhPCl+5j0UY+ZFoN8xzmRD/tQWt2rMc=", + "hash": "sha256-SA2U37SsVQ60ZaNiuDtKn04fepWWcd7TOipAD8QcTi4=", "jsModuleNative": { "dotnet.native.js": "sha256-VdKq87/z5NIxZKmuM+fv38XF+RcEb/bg3jVBwQSfwP4=" }, @@ -209,10 +209,10 @@ "mscorlib.wasm": "sha256-04e4k5XU8HWGB/dq/2+j84xzzGPflTs0IYWI0OxogVc=", "netstandard.wasm": "sha256-gnGZURPnoSmjXuYNCOJi5tt8qn2LRImWgue1Ru3/TDQ=", "System.Private.CoreLib.wasm": "sha256-6w3jYr0arcp8jnt4aeqh+AmqrLA6q7jl9rQYAwLzE0M=", - "Website.Client.wasm": "sha256-HyZwsW4UVFnIClpKUxnFEsCE8theJnFkFvXLIOazz8o=" + "Website.Client.wasm": "sha256-qreRmD3AaRcxH89/sDwu0cieOk5oKuyAE0Iw0Kgl3AI=" }, "pdb": { - "Website.Client.pdb": "sha256-y90LQ1XOjd1YuFrTuyoh7VP2K62Z9WiA9VnwHTsxbUA=" + "Website.Client.pdb": "sha256-kN5prTHUq5BdesgOuR7HHU5YivSfWgWJrmk1qh5px+Y=" } }, "cacheBootResources": true, diff --git a/Website/Website.Client/bin/Debug/net8.0/wwwroot/_framework/blazor.boot.json.gz b/Website/Website.Client/bin/Debug/net8.0/wwwroot/_framework/blazor.boot.json.gz index 7889400..5cac5f3 100644 Binary files a/Website/Website.Client/bin/Debug/net8.0/wwwroot/_framework/blazor.boot.json.gz and b/Website/Website.Client/bin/Debug/net8.0/wwwroot/_framework/blazor.boot.json.gz differ diff --git a/Website/Website.Client/obj/Debug/net8.0/Website.Client.AssemblyInfo.cs b/Website/Website.Client/obj/Debug/net8.0/Website.Client.AssemblyInfo.cs index 6044067..5d8ec00 100644 --- a/Website/Website.Client/obj/Debug/net8.0/Website.Client.AssemblyInfo.cs +++ b/Website/Website.Client/obj/Debug/net8.0/Website.Client.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("Website.Client")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5ec25b3c8f067a5c8c5186283ee381e850edb805")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0a35d88b1bb9afe63e5dc49e226fb7a2898fe4d9")] [assembly: System.Reflection.AssemblyProductAttribute("Website.Client")] [assembly: System.Reflection.AssemblyTitleAttribute("Website.Client")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/Website/Website.Client/obj/Debug/net8.0/Website.Client.AssemblyInfoInputs.cache b/Website/Website.Client/obj/Debug/net8.0/Website.Client.AssemblyInfoInputs.cache index 160dc90..03798d2 100644 --- a/Website/Website.Client/obj/Debug/net8.0/Website.Client.AssemblyInfoInputs.cache +++ b/Website/Website.Client/obj/Debug/net8.0/Website.Client.AssemblyInfoInputs.cache @@ -1 +1 @@ -3192d5b8f6ac6c671ed60173dd3ae3e94e13435daa9e41b1ea8fb5fc3bed4ba7 +e77f7b673ac64e549df839a001fc71292b5a42f7b1cafa52b2d76f859d5ad84c diff --git a/Website/Website.Client/obj/Debug/net8.0/Website.Client.GeneratedMSBuildEditorConfig.editorconfig b/Website/Website.Client/obj/Debug/net8.0/Website.Client.GeneratedMSBuildEditorConfig.editorconfig index 8171e70..2275708 100644 --- a/Website/Website.Client/obj/Debug/net8.0/Website.Client.GeneratedMSBuildEditorConfig.editorconfig +++ b/Website/Website.Client/obj/Debug/net8.0/Website.Client.GeneratedMSBuildEditorConfig.editorconfig @@ -13,17 +13,17 @@ build_property.EnforceExtendedAnalyzerRules = build_property._SupportedPlatformList = browser build_property.RootNamespace = Website.Client build_property.RootNamespace = Website.Client -build_property.ProjectDir = C:\Users\mgj32\Documents\DrinksMachine\Website\Website.Client\ +build_property.ProjectDir = C:\Users\mgj32\Documents\GitHub\DrinksMachine\Website\Website.Client\ build_property.EnableComHosting = build_property.EnableGeneratedComInterfaceComImportInterop = false build_property.RazorLangVersion = 8.0 build_property.SupportLocalizedComponentNames = build_property.GenerateRazorMetadataSourceChecksumAttributes = -build_property.MSBuildProjectDirectory = C:\Users\mgj32\Documents\DrinksMachine\Website\Website.Client +build_property.MSBuildProjectDirectory = C:\Users\mgj32\Documents\GitHub\DrinksMachine\Website\Website.Client build_property._RazorSourceGeneratorDebug = build_property.EffectiveAnalysisLevelStyle = 8.0 build_property.EnableCodeStyleSeverity = -[C:/Users/mgj32/Documents/DrinksMachine/Website/Website.Client/_Imports.razor] +[C:/Users/mgj32/Documents/GitHub/DrinksMachine/Website/Website.Client/_Imports.razor] build_metadata.AdditionalFiles.TargetPath = X0ltcG9ydHMucmF6b3I= build_metadata.AdditionalFiles.CssScope = diff --git a/Website/Website.Client/obj/Debug/net8.0/Website.Client.assets.cache b/Website/Website.Client/obj/Debug/net8.0/Website.Client.assets.cache index 55b9c45..3bd19ba 100644 Binary files a/Website/Website.Client/obj/Debug/net8.0/Website.Client.assets.cache and b/Website/Website.Client/obj/Debug/net8.0/Website.Client.assets.cache differ diff --git a/Website/Website.Client/obj/Debug/net8.0/Website.Client.csproj.FileListAbsolute.txt b/Website/Website.Client/obj/Debug/net8.0/Website.Client.csproj.FileListAbsolute.txt index 10b20df..5797f30 100644 --- a/Website/Website.Client/obj/Debug/net8.0/Website.Client.csproj.FileListAbsolute.txt +++ b/Website/Website.Client/obj/Debug/net8.0/Website.Client.csproj.FileListAbsolute.txt @@ -2066,9 +2066,9 @@ C:\Users\mgj32\Documents\DrinksMachine\Website\Website.Client\obj\Debug\net8.0\W C:\Users\mgj32\Documents\DrinksMachine\Website\Website.Client\obj\Debug\net8.0\refint\Website.Client.dll C:\Users\mgj32\Documents\DrinksMachine\Website\Website.Client\obj\Debug\net8.0\Website.Client.pdb C:\Users\mgj32\Documents\DrinksMachine\Website\Website.Client\obj\Debug\net8.0\ref\Website.Client.dll -C:\Users\mgj32\Documents\GitHub\DrinksMachine\Website\Website.Client\obj\Debug\net8.0\compressed\06xhlk2478-38c86zjpt3.gz -C:\Users\mgj32\Documents\GitHub\DrinksMachine\Website\Website.Client\obj\Debug\net8.0\compressed\306m1unmgj-b75bwzocai.gz -C:\Users\mgj32\Documents\GitHub\DrinksMachine\Website\Website.Client\obj\Debug\net8.0\compressed\gai494obq8-gxbcone546.gz C:\Users\mgj32\Documents\DrinksMachine\Website\Website.Client\obj\Debug\net8.0\compressed\06xhlk2478-10qtdtf8da.gz C:\Users\mgj32\Documents\DrinksMachine\Website\Website.Client\obj\Debug\net8.0\compressed\306m1unmgj-j2j1jdk9ss.gz C:\Users\mgj32\Documents\DrinksMachine\Website\Website.Client\obj\Debug\net8.0\compressed\gai494obq8-kufizuu150.gz +C:\Users\mgj32\Documents\GitHub\DrinksMachine\Website\Website.Client\obj\Debug\net8.0\compressed\06xhlk2478-uje4l4996j.gz +C:\Users\mgj32\Documents\GitHub\DrinksMachine\Website\Website.Client\obj\Debug\net8.0\compressed\306m1unmgj-ww338guy0i.gz +C:\Users\mgj32\Documents\GitHub\DrinksMachine\Website\Website.Client\obj\Debug\net8.0\compressed\gai494obq8-dz35bobq3v.gz diff --git a/Website/Website.Client/obj/Debug/net8.0/Website.Client.dll b/Website/Website.Client/obj/Debug/net8.0/Website.Client.dll index ca7fcf3..246adb0 100644 Binary files a/Website/Website.Client/obj/Debug/net8.0/Website.Client.dll and b/Website/Website.Client/obj/Debug/net8.0/Website.Client.dll differ diff --git a/Website/Website.Client/obj/Debug/net8.0/Website.Client.pdb b/Website/Website.Client/obj/Debug/net8.0/Website.Client.pdb index 83e3568..b5e4b05 100644 Binary files a/Website/Website.Client/obj/Debug/net8.0/Website.Client.pdb and b/Website/Website.Client/obj/Debug/net8.0/Website.Client.pdb differ diff --git a/Website/Website.Client/obj/Debug/net8.0/Website.Client.sourcelink.json b/Website/Website.Client/obj/Debug/net8.0/Website.Client.sourcelink.json index 94bb1bf..abaf1f5 100644 --- a/Website/Website.Client/obj/Debug/net8.0/Website.Client.sourcelink.json +++ b/Website/Website.Client/obj/Debug/net8.0/Website.Client.sourcelink.json @@ -1 +1 @@ -{"documents":{"C:\\Users\\mgj32\\Documents\\DrinksMachine\\*":"https://raw.githubusercontent.com/sjory3/DrinksMachine/5ec25b3c8f067a5c8c5186283ee381e850edb805/*"}} \ No newline at end of file +{"documents":{"C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\*":"https://raw.githubusercontent.com/sjory3/DrinksMachine/713458d318d139fad6e25e8ed31e8b0c0e09225e/*"}} \ No newline at end of file diff --git a/Website/Website.Client/obj/Debug/net8.0/blazor.boot.json b/Website/Website.Client/obj/Debug/net8.0/blazor.boot.json index 3ff01b7..20a5e57 100644 --- a/Website/Website.Client/obj/Debug/net8.0/blazor.boot.json +++ b/Website/Website.Client/obj/Debug/net8.0/blazor.boot.json @@ -1,7 +1,7 @@ { "mainAssemblyName": "Website.Client", "resources": { - "hash": "sha256-ZEZIl5Pr0ZikjhPCl+5j0UY+ZFoN8xzmRD/tQWt2rMc=", + "hash": "sha256-SA2U37SsVQ60ZaNiuDtKn04fepWWcd7TOipAD8QcTi4=", "jsModuleNative": { "dotnet.native.js": "sha256-VdKq87/z5NIxZKmuM+fv38XF+RcEb/bg3jVBwQSfwP4=" }, @@ -209,10 +209,10 @@ "mscorlib.wasm": "sha256-04e4k5XU8HWGB/dq/2+j84xzzGPflTs0IYWI0OxogVc=", "netstandard.wasm": "sha256-gnGZURPnoSmjXuYNCOJi5tt8qn2LRImWgue1Ru3/TDQ=", "System.Private.CoreLib.wasm": "sha256-6w3jYr0arcp8jnt4aeqh+AmqrLA6q7jl9rQYAwLzE0M=", - "Website.Client.wasm": "sha256-HyZwsW4UVFnIClpKUxnFEsCE8theJnFkFvXLIOazz8o=" + "Website.Client.wasm": "sha256-qreRmD3AaRcxH89/sDwu0cieOk5oKuyAE0Iw0Kgl3AI=" }, "pdb": { - "Website.Client.pdb": "sha256-y90LQ1XOjd1YuFrTuyoh7VP2K62Z9WiA9VnwHTsxbUA=" + "Website.Client.pdb": "sha256-kN5prTHUq5BdesgOuR7HHU5YivSfWgWJrmk1qh5px+Y=" } }, "cacheBootResources": true, diff --git a/Website/Website.Client/obj/Debug/net8.0/compressed/06xhlk2478-38c86zjpt3.gz b/Website/Website.Client/obj/Debug/net8.0/compressed/06xhlk2478-38c86zjpt3.gz deleted file mode 100644 index 762fb9d..0000000 Binary files a/Website/Website.Client/obj/Debug/net8.0/compressed/06xhlk2478-38c86zjpt3.gz and /dev/null differ diff --git a/Website/Website.Client/obj/Debug/net8.0/compressed/06xhlk2478-uje4l4996j.gz b/Website/Website.Client/obj/Debug/net8.0/compressed/06xhlk2478-uje4l4996j.gz new file mode 100644 index 0000000..c640cf3 Binary files /dev/null and b/Website/Website.Client/obj/Debug/net8.0/compressed/06xhlk2478-uje4l4996j.gz differ diff --git a/Website/Website.Client/obj/Debug/net8.0/compressed/306m1unmgj-b75bwzocai.gz b/Website/Website.Client/obj/Debug/net8.0/compressed/306m1unmgj-b75bwzocai.gz deleted file mode 100644 index 63ed4cc..0000000 Binary files a/Website/Website.Client/obj/Debug/net8.0/compressed/306m1unmgj-b75bwzocai.gz and /dev/null differ diff --git a/Website/Website.Client/obj/Debug/net8.0/compressed/306m1unmgj-ww338guy0i.gz b/Website/Website.Client/obj/Debug/net8.0/compressed/306m1unmgj-ww338guy0i.gz new file mode 100644 index 0000000..c22cb86 Binary files /dev/null and b/Website/Website.Client/obj/Debug/net8.0/compressed/306m1unmgj-ww338guy0i.gz differ diff --git a/Website/Website.Client/obj/Debug/net8.0/compressed/gai494obq8-dz35bobq3v.gz b/Website/Website.Client/obj/Debug/net8.0/compressed/gai494obq8-dz35bobq3v.gz new file mode 100644 index 0000000..5cac5f3 Binary files /dev/null and b/Website/Website.Client/obj/Debug/net8.0/compressed/gai494obq8-dz35bobq3v.gz differ diff --git a/Website/Website.Client/obj/Debug/net8.0/compressed/gai494obq8-gxbcone546.gz b/Website/Website.Client/obj/Debug/net8.0/compressed/gai494obq8-gxbcone546.gz deleted file mode 100644 index 583284c..0000000 Binary files a/Website/Website.Client/obj/Debug/net8.0/compressed/gai494obq8-gxbcone546.gz and /dev/null differ diff --git a/Website/Website.Client/obj/Debug/net8.0/ref/Website.Client.dll b/Website/Website.Client/obj/Debug/net8.0/ref/Website.Client.dll index b31564d..48f9653 100644 Binary files a/Website/Website.Client/obj/Debug/net8.0/ref/Website.Client.dll and b/Website/Website.Client/obj/Debug/net8.0/ref/Website.Client.dll differ diff --git a/Website/Website.Client/obj/Debug/net8.0/refint/Website.Client.dll b/Website/Website.Client/obj/Debug/net8.0/refint/Website.Client.dll index b31564d..48f9653 100644 Binary files a/Website/Website.Client/obj/Debug/net8.0/refint/Website.Client.dll and b/Website/Website.Client/obj/Debug/net8.0/refint/Website.Client.dll differ diff --git a/Website/Website.Client/obj/Debug/net8.0/staticwebassets.build.endpoints.json b/Website/Website.Client/obj/Debug/net8.0/staticwebassets.build.endpoints.json index cf9eeb9..55108cb 100644 --- a/Website/Website.Client/obj/Debug/net8.0/staticwebassets.build.endpoints.json +++ b/Website/Website.Client/obj/Debug/net8.0/staticwebassets.build.endpoints.json @@ -29,7 +29,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -80,7 +80,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -125,7 +125,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -166,7 +166,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -217,7 +217,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -262,7 +262,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -303,7 +303,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -354,7 +354,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -399,7 +399,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -440,7 +440,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -491,7 +491,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -536,7 +536,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -577,7 +577,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -628,7 +628,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -673,7 +673,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -714,7 +714,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -765,7 +765,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -810,7 +810,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -851,7 +851,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -902,7 +902,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -947,7 +947,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -988,7 +988,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -1039,7 +1039,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1084,7 +1084,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1125,7 +1125,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -1176,7 +1176,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1221,7 +1221,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1262,7 +1262,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -1313,7 +1313,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1358,7 +1358,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1399,7 +1399,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -1450,7 +1450,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1495,7 +1495,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1536,7 +1536,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -1587,7 +1587,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1632,7 +1632,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1673,7 +1673,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -1724,7 +1724,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1769,7 +1769,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1810,7 +1810,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -1861,7 +1861,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1906,7 +1906,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1947,7 +1947,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -1998,7 +1998,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2043,7 +2043,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2084,7 +2084,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -2135,7 +2135,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2180,7 +2180,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2221,7 +2221,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -2272,7 +2272,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2317,7 +2317,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2358,7 +2358,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -2409,7 +2409,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2454,7 +2454,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2495,7 +2495,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -2546,7 +2546,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2591,7 +2591,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2632,7 +2632,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -2683,7 +2683,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2728,7 +2728,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2769,7 +2769,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -2820,7 +2820,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2865,7 +2865,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2906,7 +2906,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -2957,7 +2957,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3002,7 +3002,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3043,7 +3043,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -3094,7 +3094,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3139,7 +3139,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3180,7 +3180,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -3231,7 +3231,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3276,7 +3276,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3317,7 +3317,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -3368,7 +3368,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3413,7 +3413,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3454,7 +3454,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -3505,7 +3505,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3550,7 +3550,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3591,7 +3591,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -3642,7 +3642,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3687,7 +3687,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3728,7 +3728,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -3779,7 +3779,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3824,7 +3824,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3865,7 +3865,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -3916,7 +3916,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3961,7 +3961,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4002,7 +4002,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -4053,7 +4053,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4098,7 +4098,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4139,7 +4139,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -4190,7 +4190,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4235,7 +4235,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4276,7 +4276,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -4327,7 +4327,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4372,7 +4372,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4413,7 +4413,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -4464,7 +4464,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4509,7 +4509,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4550,7 +4550,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -4601,7 +4601,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4646,7 +4646,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4687,7 +4687,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -4738,7 +4738,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4783,7 +4783,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4824,7 +4824,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -4875,7 +4875,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4920,7 +4920,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4961,7 +4961,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -5012,7 +5012,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5057,7 +5057,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5098,7 +5098,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -5149,7 +5149,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5194,7 +5194,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5235,7 +5235,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -5286,7 +5286,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5331,7 +5331,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5372,7 +5372,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -5423,7 +5423,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5468,7 +5468,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5509,7 +5509,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -5560,7 +5560,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5605,7 +5605,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5646,7 +5646,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -5697,7 +5697,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5742,7 +5742,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5783,7 +5783,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -5834,7 +5834,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5879,7 +5879,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5920,7 +5920,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -5971,7 +5971,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6016,7 +6016,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6057,7 +6057,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -6108,7 +6108,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6153,7 +6153,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6194,7 +6194,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -6245,7 +6245,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6290,7 +6290,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6331,7 +6331,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -6382,7 +6382,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6427,7 +6427,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6468,7 +6468,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -6519,7 +6519,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6564,7 +6564,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6605,7 +6605,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -6656,7 +6656,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6701,7 +6701,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6742,7 +6742,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -6793,7 +6793,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6838,7 +6838,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6879,7 +6879,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -6930,7 +6930,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6975,7 +6975,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7016,7 +7016,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -7067,7 +7067,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7112,7 +7112,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7153,7 +7153,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -7204,7 +7204,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7249,7 +7249,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7290,7 +7290,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -7341,7 +7341,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7386,7 +7386,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7427,7 +7427,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -7478,7 +7478,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7523,7 +7523,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7564,7 +7564,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -7615,7 +7615,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7660,7 +7660,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7701,7 +7701,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -7752,7 +7752,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7797,7 +7797,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7838,7 +7838,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -7889,7 +7889,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7934,7 +7934,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7975,7 +7975,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -8026,7 +8026,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8071,7 +8071,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8112,7 +8112,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -8163,7 +8163,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8208,7 +8208,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8249,7 +8249,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -8300,7 +8300,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8345,7 +8345,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8386,7 +8386,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -8437,7 +8437,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8482,7 +8482,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8523,7 +8523,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -8574,7 +8574,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8619,7 +8619,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8660,7 +8660,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -8711,7 +8711,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8756,7 +8756,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8797,7 +8797,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -8848,7 +8848,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8893,7 +8893,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8934,7 +8934,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -8985,7 +8985,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9030,7 +9030,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9071,7 +9071,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -9122,7 +9122,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9167,7 +9167,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9208,7 +9208,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -9259,7 +9259,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9304,7 +9304,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9345,7 +9345,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -9396,7 +9396,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9441,7 +9441,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9482,7 +9482,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -9533,7 +9533,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9578,7 +9578,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9619,7 +9619,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -9670,7 +9670,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9715,7 +9715,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9756,7 +9756,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -9807,7 +9807,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9852,7 +9852,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9893,7 +9893,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -9944,7 +9944,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9989,7 +9989,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10030,7 +10030,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10081,7 +10081,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10126,7 +10126,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10167,7 +10167,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10218,7 +10218,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10263,7 +10263,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10304,7 +10304,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10355,7 +10355,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10400,7 +10400,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10441,7 +10441,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10492,7 +10492,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10537,7 +10537,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10578,7 +10578,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10629,7 +10629,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10674,7 +10674,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10715,7 +10715,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10766,7 +10766,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10811,7 +10811,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10852,7 +10852,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10903,7 +10903,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10948,7 +10948,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10989,7 +10989,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11040,7 +11040,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11085,7 +11085,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11126,7 +11126,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11177,7 +11177,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11222,7 +11222,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11263,7 +11263,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11314,7 +11314,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11359,7 +11359,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11400,7 +11400,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11451,7 +11451,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11496,7 +11496,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11537,7 +11537,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11588,7 +11588,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11633,7 +11633,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11674,7 +11674,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11725,7 +11725,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11770,7 +11770,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11811,7 +11811,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11862,7 +11862,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11907,7 +11907,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11948,7 +11948,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11999,7 +11999,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12044,7 +12044,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12085,7 +12085,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12136,7 +12136,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12181,7 +12181,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12222,7 +12222,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12273,7 +12273,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12318,7 +12318,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12359,7 +12359,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12410,7 +12410,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12455,7 +12455,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12496,7 +12496,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12547,7 +12547,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12592,7 +12592,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12633,7 +12633,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12684,7 +12684,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12729,7 +12729,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12770,7 +12770,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12821,7 +12821,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12866,7 +12866,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12907,7 +12907,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12958,7 +12958,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13003,7 +13003,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13044,7 +13044,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13095,7 +13095,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13140,7 +13140,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13181,7 +13181,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13232,7 +13232,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13277,7 +13277,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13318,7 +13318,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13369,7 +13369,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13414,7 +13414,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13455,7 +13455,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13506,7 +13506,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13551,7 +13551,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13592,7 +13592,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13643,7 +13643,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13688,7 +13688,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13729,7 +13729,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13780,7 +13780,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13825,7 +13825,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13866,7 +13866,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13917,7 +13917,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13962,7 +13962,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14003,7 +14003,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -14054,7 +14054,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14099,7 +14099,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14140,7 +14140,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -14191,7 +14191,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14236,7 +14236,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14277,7 +14277,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -14328,7 +14328,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14373,7 +14373,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14414,7 +14414,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -14465,7 +14465,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14510,7 +14510,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14551,7 +14551,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -14602,7 +14602,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14647,7 +14647,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14688,7 +14688,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -14739,7 +14739,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -14784,7 +14784,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -14825,7 +14825,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -14876,7 +14876,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14921,7 +14921,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14962,7 +14962,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -15013,7 +15013,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -15058,7 +15058,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -15099,7 +15099,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -15150,7 +15150,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -15195,7 +15195,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -15236,7 +15236,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -15287,7 +15287,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15332,7 +15332,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15373,7 +15373,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -15424,7 +15424,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15469,7 +15469,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15510,7 +15510,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -15561,7 +15561,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15606,7 +15606,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15647,7 +15647,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -15698,7 +15698,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15743,7 +15743,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15784,7 +15784,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -15835,7 +15835,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15880,7 +15880,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15921,7 +15921,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -15972,7 +15972,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16017,7 +16017,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16058,7 +16058,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -16109,7 +16109,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16154,7 +16154,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16195,7 +16195,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -16246,7 +16246,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16291,7 +16291,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16332,7 +16332,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -16383,7 +16383,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16428,7 +16428,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16469,7 +16469,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -16520,7 +16520,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16565,7 +16565,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16606,7 +16606,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -16657,7 +16657,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16702,7 +16702,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16743,7 +16743,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -16794,7 +16794,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16839,7 +16839,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16880,7 +16880,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -16931,7 +16931,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16976,7 +16976,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17017,7 +17017,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -17068,7 +17068,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17113,7 +17113,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17154,7 +17154,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -17205,7 +17205,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17250,7 +17250,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17291,7 +17291,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -17342,7 +17342,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17387,7 +17387,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17428,7 +17428,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -17479,7 +17479,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17524,7 +17524,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17565,7 +17565,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -17616,7 +17616,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17661,7 +17661,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17702,7 +17702,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -17753,7 +17753,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17798,7 +17798,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17839,7 +17839,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -17890,7 +17890,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17935,7 +17935,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17976,7 +17976,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -18027,7 +18027,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18072,7 +18072,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18113,7 +18113,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -18164,7 +18164,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18209,7 +18209,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18250,7 +18250,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -18301,7 +18301,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18346,7 +18346,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18387,7 +18387,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -18438,7 +18438,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18483,7 +18483,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18524,7 +18524,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -18575,7 +18575,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18620,7 +18620,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18661,7 +18661,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -18712,7 +18712,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18757,7 +18757,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18798,7 +18798,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -18849,7 +18849,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18894,7 +18894,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18935,7 +18935,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -18986,7 +18986,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19031,7 +19031,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19072,7 +19072,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -19123,7 +19123,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19168,7 +19168,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19209,7 +19209,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -19260,7 +19260,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19305,7 +19305,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19346,7 +19346,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -19397,7 +19397,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19442,7 +19442,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19483,7 +19483,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -19534,7 +19534,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19579,7 +19579,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19620,7 +19620,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -19671,7 +19671,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19716,7 +19716,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19757,7 +19757,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -19808,7 +19808,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19853,7 +19853,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19894,7 +19894,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -19945,7 +19945,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19990,7 +19990,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20031,7 +20031,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -20082,7 +20082,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20127,7 +20127,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20168,7 +20168,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -20219,7 +20219,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20264,7 +20264,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20305,7 +20305,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -20356,7 +20356,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20401,7 +20401,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20442,7 +20442,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -20493,7 +20493,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20538,7 +20538,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20579,7 +20579,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -20630,7 +20630,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20675,7 +20675,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20716,7 +20716,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -20767,7 +20767,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20812,7 +20812,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20853,7 +20853,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -20904,7 +20904,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20949,7 +20949,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20990,7 +20990,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -21041,7 +21041,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21086,7 +21086,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21127,7 +21127,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -21178,7 +21178,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21223,7 +21223,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21264,7 +21264,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -21315,7 +21315,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21360,7 +21360,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21401,7 +21401,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -21452,7 +21452,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21497,7 +21497,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21538,7 +21538,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -21589,7 +21589,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21634,7 +21634,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21675,7 +21675,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -21726,7 +21726,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21771,7 +21771,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21812,7 +21812,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -21863,7 +21863,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21908,7 +21908,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21949,7 +21949,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -22000,7 +22000,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22045,7 +22045,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22086,7 +22086,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -22137,7 +22137,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22182,7 +22182,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22223,7 +22223,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -22274,7 +22274,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22319,7 +22319,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22360,7 +22360,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -22411,7 +22411,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22456,7 +22456,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22497,7 +22497,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -22548,7 +22548,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22593,7 +22593,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22634,7 +22634,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -22685,7 +22685,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22730,7 +22730,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22771,7 +22771,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -22822,7 +22822,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22867,7 +22867,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22908,7 +22908,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -22959,7 +22959,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23004,7 +23004,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23045,7 +23045,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -23096,7 +23096,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23141,7 +23141,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23182,7 +23182,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -23233,7 +23233,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23278,7 +23278,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23319,7 +23319,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -23370,7 +23370,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23415,7 +23415,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23456,7 +23456,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -23507,7 +23507,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23552,7 +23552,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23593,7 +23593,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -23644,7 +23644,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23689,7 +23689,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23730,7 +23730,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -23781,7 +23781,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23826,7 +23826,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23867,7 +23867,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -23918,7 +23918,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23963,7 +23963,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24004,7 +24004,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -24055,7 +24055,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24100,7 +24100,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24141,7 +24141,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -24192,7 +24192,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24237,7 +24237,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24278,7 +24278,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -24329,7 +24329,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24374,7 +24374,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24415,7 +24415,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -24466,7 +24466,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24511,7 +24511,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24552,7 +24552,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -24603,7 +24603,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24648,7 +24648,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24689,7 +24689,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -24740,7 +24740,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24785,7 +24785,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24826,7 +24826,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -24877,7 +24877,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24922,7 +24922,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24963,7 +24963,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -25014,7 +25014,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25059,7 +25059,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25100,7 +25100,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -25151,7 +25151,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25196,7 +25196,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25237,7 +25237,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -25288,7 +25288,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25333,7 +25333,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25374,7 +25374,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -25425,7 +25425,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25470,7 +25470,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25511,7 +25511,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -25562,7 +25562,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25607,7 +25607,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25648,7 +25648,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -25699,7 +25699,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25744,7 +25744,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25773,7 +25773,7 @@ }, { "Name": "Content-Length", - "Value": "13744" + "Value": "13708" }, { "Name": "Content-Type", @@ -25781,17 +25781,17 @@ }, { "Name": "ETag", - "Value": "\"y90LQ1XOjd1YuFrTuyoh7VP2K62Z9WiA9VnwHTsxbUA=\"" + "Value": "\"kN5prTHUq5BdesgOuR7HHU5YivSfWgWJrmk1qh5px+Y=\"" }, { "Name": "Last-Modified", - "Value": "Mon, 06 Jan 2025 20:17:43 GMT" + "Value": "Sun, 12 Jan 2025 08:25:55 GMT" } ], "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-y90LQ1XOjd1YuFrTuyoh7VP2K62Z9WiA9VnwHTsxbUA=" + "Value": "sha256-kN5prTHUq5BdesgOuR7HHU5YivSfWgWJrmk1qh5px+Y=" } ] }, @@ -25802,7 +25802,7 @@ { "Name": "Content-Encoding", "Value": "gzip", - "Quality": "0.000122729504" + "Quality": "0.000122369065" } ], "ResponseHeaders": [ @@ -25820,7 +25820,7 @@ }, { "Name": "Content-Length", - "Value": "8147" + "Value": "8171" }, { "Name": "Content-Type", @@ -25828,15 +25828,15 @@ }, { "Name": "ETag", - "Value": "\"NuyN9d1WdTIIDg0+5iPfqIm/DQTC//5fjhArq6ERPew=\"" + "Value": "\"0Ts+i6BxwQg5VigAn66kr/Aa5aB0Dgm6ouWKdb0CjL8=\"" }, { "Name": "ETag", - "Value": "W/\"y90LQ1XOjd1YuFrTuyoh7VP2K62Z9WiA9VnwHTsxbUA=\"" + "Value": "W/\"kN5prTHUq5BdesgOuR7HHU5YivSfWgWJrmk1qh5px+Y=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Vary", @@ -25846,7 +25846,7 @@ "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-y90LQ1XOjd1YuFrTuyoh7VP2K62Z9WiA9VnwHTsxbUA=" + "Value": "sha256-kN5prTHUq5BdesgOuR7HHU5YivSfWgWJrmk1qh5px+Y=" } ] }, @@ -25869,7 +25869,7 @@ }, { "Name": "Content-Length", - "Value": "8147" + "Value": "8171" }, { "Name": "Content-Type", @@ -25877,11 +25877,11 @@ }, { "Name": "ETag", - "Value": "\"NuyN9d1WdTIIDg0+5iPfqIm/DQTC//5fjhArq6ERPew=\"" + "Value": "\"0Ts+i6BxwQg5VigAn66kr/Aa5aB0Dgm6ouWKdb0CjL8=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Vary", @@ -25891,7 +25891,7 @@ "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-NuyN9d1WdTIIDg0+5iPfqIm/DQTC//5fjhArq6ERPew=" + "Value": "sha256-0Ts+i6BxwQg5VigAn66kr/Aa5aB0Dgm6ouWKdb0CjL8=" } ] }, @@ -25918,17 +25918,17 @@ }, { "Name": "ETag", - "Value": "\"HyZwsW4UVFnIClpKUxnFEsCE8theJnFkFvXLIOazz8o=\"" + "Value": "\"qreRmD3AaRcxH89/sDwu0cieOk5oKuyAE0Iw0Kgl3AI=\"" }, { "Name": "Last-Modified", - "Value": "Mon, 06 Jan 2025 20:17:43 GMT" + "Value": "Sun, 12 Jan 2025 08:25:56 GMT" } ], "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-HyZwsW4UVFnIClpKUxnFEsCE8theJnFkFvXLIOazz8o=" + "Value": "sha256-qreRmD3AaRcxH89/sDwu0cieOk5oKuyAE0Iw0Kgl3AI=" } ] }, @@ -25939,7 +25939,7 @@ { "Name": "Content-Encoding", "Value": "gzip", - "Quality": "0.000312891114" + "Quality": "0.000313676286" } ], "ResponseHeaders": [ @@ -25957,7 +25957,7 @@ }, { "Name": "Content-Length", - "Value": "3195" + "Value": "3187" }, { "Name": "Content-Type", @@ -25965,15 +25965,15 @@ }, { "Name": "ETag", - "Value": "\"qzvjo5dVy/KTbkkiyrJE2zXpCTtvtGBXSABVUQqJu0A=\"" + "Value": "\"XvnIhUNaHqwdDBvM02D2m6kdaTon90GpEMDnZPA6iig=\"" }, { "Name": "ETag", - "Value": "W/\"HyZwsW4UVFnIClpKUxnFEsCE8theJnFkFvXLIOazz8o=\"" + "Value": "W/\"qreRmD3AaRcxH89/sDwu0cieOk5oKuyAE0Iw0Kgl3AI=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Vary", @@ -25983,7 +25983,7 @@ "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-HyZwsW4UVFnIClpKUxnFEsCE8theJnFkFvXLIOazz8o=" + "Value": "sha256-qreRmD3AaRcxH89/sDwu0cieOk5oKuyAE0Iw0Kgl3AI=" } ] }, @@ -26006,7 +26006,7 @@ }, { "Name": "Content-Length", - "Value": "3195" + "Value": "3187" }, { "Name": "Content-Type", @@ -26014,11 +26014,11 @@ }, { "Name": "ETag", - "Value": "\"qzvjo5dVy/KTbkkiyrJE2zXpCTtvtGBXSABVUQqJu0A=\"" + "Value": "\"XvnIhUNaHqwdDBvM02D2m6kdaTon90GpEMDnZPA6iig=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Vary", @@ -26028,7 +26028,7 @@ "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-qzvjo5dVy/KTbkkiyrJE2zXpCTtvtGBXSABVUQqJu0A=" + "Value": "sha256-XvnIhUNaHqwdDBvM02D2m6kdaTon90GpEMDnZPA6iig=" } ] }, @@ -26059,7 +26059,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -26110,7 +26110,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -26155,7 +26155,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -26192,17 +26192,17 @@ }, { "Name": "ETag", - "Value": "\"RIQ71+SUEU7vQh1b0X6fiyhsPORbHy37rmdcLdNdRyw=\"" + "Value": "\"aR50SrASaz4eGw63ClC/hEWc4U6i/cVeDurkUBx3YgU=\"" }, { "Name": "Last-Modified", - "Value": "Mon, 06 Jan 2025 20:17:43 GMT" + "Value": "Sun, 12 Jan 2025 08:25:57 GMT" } ], "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-RIQ71+SUEU7vQh1b0X6fiyhsPORbHy37rmdcLdNdRyw=" + "Value": "sha256-aR50SrASaz4eGw63ClC/hEWc4U6i/cVeDurkUBx3YgU=" } ] }, @@ -26213,7 +26213,7 @@ { "Name": "Content-Encoding", "Value": "gzip", - "Quality": "0.000112283854" + "Quality": "0.000112296463" } ], "ResponseHeaders": [ @@ -26231,7 +26231,7 @@ }, { "Name": "Content-Length", - "Value": "8905" + "Value": "8904" }, { "Name": "Content-Type", @@ -26239,15 +26239,15 @@ }, { "Name": "ETag", - "Value": "\"uV4ShmUYVdxAYCxGWPECurVqcrToer02GTkjFjPgfZY=\"" + "Value": "\"92ukI3V5NaXTmJBn1B5pSPReUXFadsg9v9UxpO00lz8=\"" }, { "Name": "ETag", - "Value": "W/\"RIQ71+SUEU7vQh1b0X6fiyhsPORbHy37rmdcLdNdRyw=\"" + "Value": "W/\"aR50SrASaz4eGw63ClC/hEWc4U6i/cVeDurkUBx3YgU=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Vary", @@ -26257,7 +26257,7 @@ "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-RIQ71+SUEU7vQh1b0X6fiyhsPORbHy37rmdcLdNdRyw=" + "Value": "sha256-aR50SrASaz4eGw63ClC/hEWc4U6i/cVeDurkUBx3YgU=" } ] }, @@ -26280,7 +26280,7 @@ }, { "Name": "Content-Length", - "Value": "8905" + "Value": "8904" }, { "Name": "Content-Type", @@ -26288,11 +26288,11 @@ }, { "Name": "ETag", - "Value": "\"uV4ShmUYVdxAYCxGWPECurVqcrToer02GTkjFjPgfZY=\"" + "Value": "\"92ukI3V5NaXTmJBn1B5pSPReUXFadsg9v9UxpO00lz8=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Vary", @@ -26302,7 +26302,7 @@ "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-uV4ShmUYVdxAYCxGWPECurVqcrToer02GTkjFjPgfZY=" + "Value": "sha256-92ukI3V5NaXTmJBn1B5pSPReUXFadsg9v9UxpO00lz8=" } ] }, @@ -26384,7 +26384,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 21 Oct 2024 23:54:38 GMT" }, { "Name": "Vary", @@ -26429,7 +26429,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 21 Oct 2024 23:54:38 GMT" }, { "Name": "Vary", @@ -26458,7 +26458,7 @@ }, { "Name": "Content-Length", - "Value": "35807" + "Value": "35803" }, { "Name": "Content-Type", @@ -26521,7 +26521,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:08 GMT" }, { "Name": "Vary", @@ -26566,7 +26566,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:08 GMT" }, { "Name": "Vary", @@ -26658,7 +26658,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:08 GMT" }, { "Name": "Vary", @@ -26703,7 +26703,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:08 GMT" }, { "Name": "Vary", @@ -26732,7 +26732,7 @@ }, { "Name": "Content-Length", - "Value": "160106" + "Value": "160089" }, { "Name": "Content-Type", @@ -26795,7 +26795,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:40 GMT" }, { "Name": "Vary", @@ -26840,7 +26840,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:40 GMT" }, { "Name": "Vary", @@ -26932,7 +26932,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:40 GMT" }, { "Name": "Vary", @@ -26977,7 +26977,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:40 GMT" }, { "Name": "Vary", @@ -27006,7 +27006,7 @@ }, { "Name": "Content-Length", - "Value": "223151" + "Value": "223147" }, { "Name": "Content-Type", @@ -27069,7 +27069,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:14 GMT" }, { "Name": "Vary", @@ -27114,7 +27114,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:14 GMT" }, { "Name": "Vary", @@ -27206,7 +27206,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:14 GMT" }, { "Name": "Vary", @@ -27251,7 +27251,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:14 GMT" }, { "Name": "Vary", @@ -27280,7 +27280,7 @@ }, { "Name": "Content-Length", - "Value": "1336" + "Value": "1322" }, { "Name": "Content-Type", @@ -27343,7 +27343,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 18:59:44 GMT" }, { "Name": "Vary", @@ -27388,7 +27388,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 18:59:44 GMT" }, { "Name": "Vary", @@ -27480,7 +27480,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Vary", @@ -27525,7 +27525,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Vary", @@ -27617,7 +27617,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Vary", @@ -27662,7 +27662,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Vary", @@ -27754,7 +27754,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Vary", @@ -27799,7 +27799,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Vary", @@ -27840,7 +27840,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -27891,7 +27891,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -27936,7 +27936,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -27977,7 +27977,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -28028,7 +28028,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -28073,7 +28073,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -28114,7 +28114,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:55 GMT" } ], "EndpointProperties": [ @@ -28151,7 +28151,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:55 GMT" } ], "EndpointProperties": [ @@ -28196,7 +28196,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:55 GMT" } ], "EndpointProperties": [ @@ -28233,7 +28233,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:55 GMT" } ], "EndpointProperties": [ diff --git a/Website/Website.Client/obj/Debug/net8.0/staticwebassets.build.json b/Website/Website.Client/obj/Debug/net8.0/staticwebassets.build.json index 4237ccc..b309dee 100644 --- a/Website/Website.Client/obj/Debug/net8.0/staticwebassets.build.json +++ b/Website/Website.Client/obj/Debug/net8.0/staticwebassets.build.json @@ -1,6 +1,6 @@ { "Version": 1, - "Hash": "3Bmzs/Qe4ezzEPT9gTHGcHK+Mwm2JXmy57mQobAypHk=", + "Hash": "zS7JQjpsD3soYgDSHeXbr2lgNDBE24M7p6v3etmUcfM=", "Source": "Website.Client", "BasePath": "/", "Mode": "Default", @@ -10,17 +10,17 @@ { "Name": "Website.Client\\wwwroot", "Source": "Website.Client", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\wwwroot\\", "BasePath": "/", "Pattern": "**" } ], "Assets": [ { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.boot.json", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.boot.json", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/blazor.boot.json", "AssetKind": "Build", @@ -31,17 +31,17 @@ "RelatedAsset": "", "AssetTraitName": "WasmResource", "AssetTraitValue": "manifest", - "Fingerprint": "kufizuu150", - "Integrity": "RIQ71+SUEU7vQh1b0X6fiyhsPORbHy37rmdcLdNdRyw=", + "Fingerprint": "dz35bobq3v", + "Integrity": "aR50SrASaz4eGw63ClC/hEWc4U6i/cVeDurkUBx3YgU=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", "OriginalItemSpec": "obj\\Debug\\net8.0\\blazor.boot.json" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.webassembly.js", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.webassembly.js", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/blazor.webassembly.js", "AssetKind": "All", @@ -59,10 +59,10 @@ "OriginalItemSpec": "C:\\Users\\mgj32\\.nuget\\packages\\microsoft.aspnetcore.components.webassembly\\8.0.11\\build\\net8.0\\blazor.webassembly.js" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.js", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.js", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/dotnet.js", "AssetKind": "Build", @@ -80,10 +80,10 @@ "OriginalItemSpec": "C:\\Users\\mgj32\\.nuget\\packages\\microsoft.netcore.app.runtime.mono.browser-wasm\\8.0.11\\runtimes\\browser-wasm\\native\\dotnet.js" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.js.map", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.js.map", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/dotnet.js.map", "AssetKind": "Build", @@ -101,10 +101,10 @@ "OriginalItemSpec": "C:\\Users\\mgj32\\.nuget\\packages\\microsoft.netcore.app.runtime.mono.browser-wasm\\8.0.11\\runtimes\\browser-wasm\\native\\dotnet.js.map" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.native.js", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.native.js", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/dotnet.native.js", "AssetKind": "Build", @@ -122,10 +122,10 @@ "OriginalItemSpec": "C:\\Users\\mgj32\\.nuget\\packages\\microsoft.netcore.app.runtime.mono.browser-wasm\\8.0.11\\runtimes\\browser-wasm\\native\\dotnet.native.js" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.native.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.native.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/dotnet.native.wasm", "AssetKind": "Build", @@ -143,10 +143,10 @@ "OriginalItemSpec": "C:\\Users\\mgj32\\.nuget\\packages\\microsoft.netcore.app.runtime.mono.browser-wasm\\8.0.11\\runtimes\\browser-wasm\\native\\dotnet.native.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.runtime.js", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.runtime.js", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/dotnet.runtime.js", "AssetKind": "Build", @@ -164,10 +164,10 @@ "OriginalItemSpec": "C:\\Users\\mgj32\\.nuget\\packages\\microsoft.netcore.app.runtime.mono.browser-wasm\\8.0.11\\runtimes\\browser-wasm\\native\\dotnet.runtime.js" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.runtime.js.map", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.runtime.js.map", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/dotnet.runtime.js.map", "AssetKind": "Build", @@ -185,10 +185,10 @@ "OriginalItemSpec": "C:\\Users\\mgj32\\.nuget\\packages\\microsoft.netcore.app.runtime.mono.browser-wasm\\8.0.11\\runtimes\\browser-wasm\\native\\dotnet.runtime.js.map" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\emcc-props.json", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\emcc-props.json", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/emcc-props.json", "AssetKind": "Build", @@ -206,10 +206,10 @@ "OriginalItemSpec": "C:\\Users\\mgj32\\.nuget\\packages\\microsoft.netcore.app.runtime.mono.browser-wasm\\8.0.11\\runtimes\\browser-wasm\\native\\src\\emcc-props.json" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_CJK.dat", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_CJK.dat", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/icudt_CJK.dat", "AssetKind": "Build", @@ -227,10 +227,10 @@ "OriginalItemSpec": "C:\\Users\\mgj32\\.nuget\\packages\\microsoft.netcore.app.runtime.mono.browser-wasm\\8.0.11\\runtimes\\browser-wasm\\native\\icudt_CJK.dat" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_EFIGS.dat", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_EFIGS.dat", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/icudt_EFIGS.dat", "AssetKind": "Build", @@ -248,10 +248,10 @@ "OriginalItemSpec": "C:\\Users\\mgj32\\.nuget\\packages\\microsoft.netcore.app.runtime.mono.browser-wasm\\8.0.11\\runtimes\\browser-wasm\\native\\icudt_EFIGS.dat" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_no_CJK.dat", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_no_CJK.dat", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/icudt_no_CJK.dat", "AssetKind": "Build", @@ -269,10 +269,10 @@ "OriginalItemSpec": "C:\\Users\\mgj32\\.nuget\\packages\\microsoft.netcore.app.runtime.mono.browser-wasm\\8.0.11\\runtimes\\browser-wasm\\native\\icudt_no_CJK.dat" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.AspNetCore.Authorization.wasm", "AssetKind": "Build", @@ -287,13 +287,13 @@ "Integrity": "W1OqRV83imd3SG/v4PAlCa5m/3RA9n5ysXT7G46jKKc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.AspNetCore.Authorization.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.AspNetCore.Authorization.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.AspNetCore.Components.Forms.wasm", "AssetKind": "Build", @@ -308,13 +308,13 @@ "Integrity": "uygu36HN/qUHLMopvhHgNiRvJHtoPqdkgtGxxdr1nY8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.AspNetCore.Components.Forms.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.AspNetCore.Components.Forms.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.AspNetCore.Components.wasm", "AssetKind": "Build", @@ -329,13 +329,13 @@ "Integrity": "BbzyjRS+gcf0R8v27CSNdTK4vm9XoqKz4NEhk7LK+dY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.AspNetCore.Components.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.AspNetCore.Components.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.AspNetCore.Components.Web.wasm", "AssetKind": "Build", @@ -350,13 +350,13 @@ "Integrity": "UU6I5F0N8ug+LyO1a+cyei0lfnhnCs+D82yuv75LZ00=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.AspNetCore.Components.Web.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.AspNetCore.Components.Web.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm", "AssetKind": "Build", @@ -371,13 +371,13 @@ "Integrity": "dXe4uTusEtqngejTMWRpHZpLCVz9HGNmy3OIHFQvF04=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.AspNetCore.Components.WebAssembly.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.AspNetCore.Components.WebAssembly.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.AspNetCore.Metadata.wasm", "AssetKind": "Build", @@ -392,13 +392,13 @@ "Integrity": "Mvq2Fy4bw77m1ECnG7otq2ctOhvymfaC9ksNUcgOa7M=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.AspNetCore.Metadata.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.AspNetCore.Metadata.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.CSharp.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.CSharp.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.CSharp.wasm", "AssetKind": "Build", @@ -413,13 +413,13 @@ "Integrity": "Uadhh9ejd0eod083HcpwnJ3OpcrMgcP88Vyftm5/ZkA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.CSharp.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.CSharp.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.Configuration.Abstractions.wasm", "AssetKind": "Build", @@ -434,13 +434,13 @@ "Integrity": "yNdqbqDWGiJo943D7LPak5xryCBEsNH0wtdiuU1R9VE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.Configuration.Abstractions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.Configuration.Abstractions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.Configuration.Binder.wasm", "AssetKind": "Build", @@ -455,13 +455,13 @@ "Integrity": "fNNlyyW44y8Gp6dvOtsvHoVNzpT8lrKmPleg5CDhRAo=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.Configuration.Binder.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.Configuration.Binder.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.Configuration.FileExtensions.wasm", "AssetKind": "Build", @@ -476,13 +476,13 @@ "Integrity": "SrAtaND/3+ZSfueBc9meuKzyFgcamyVA581L4R7Amzs=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.Configuration.FileExtensions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.Configuration.FileExtensions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.Configuration.Json.wasm", "AssetKind": "Build", @@ -497,13 +497,13 @@ "Integrity": "CtLsl9w5UTJXGXTbp+SQxMzt9f/gjQ4EkywrtuCscvU=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.Configuration.Json.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.Configuration.Json.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.Configuration.wasm", "AssetKind": "Build", @@ -518,13 +518,13 @@ "Integrity": "UDGEQR7J3WTfzYMgOzxVIBwFQtKEeJvO8UgrWagypdE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.Configuration.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.Configuration.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm", "AssetKind": "Build", @@ -539,13 +539,13 @@ "Integrity": "NICKEw2hjoBhl1lvxOBh8cxOIN8kkrGHz3pvV1eLLbY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.DependencyInjection.Abstractions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.DependencyInjection.Abstractions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.DependencyInjection.wasm", "AssetKind": "Build", @@ -560,13 +560,13 @@ "Integrity": "CS+QrPLaogl32aUg+ES1Ef5QGKoMyjt3V+wGoiG+tpw=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.DependencyInjection.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.DependencyInjection.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.FileProviders.Abstractions.wasm", "AssetKind": "Build", @@ -581,13 +581,13 @@ "Integrity": "IUopixuV8E09mP+TIgRp/lXEbeacXbUTW7cu0v5B9Tc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.FileProviders.Abstractions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.FileProviders.Abstractions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.FileProviders.Physical.wasm", "AssetKind": "Build", @@ -602,13 +602,13 @@ "Integrity": "MS+zB0xkKhKk/QdE32ZwKtdlrLMLI/y2NAKPUWhcBVg=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.FileProviders.Physical.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.FileProviders.Physical.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.FileSystemGlobbing.wasm", "AssetKind": "Build", @@ -623,13 +623,13 @@ "Integrity": "AnWUKd0qJ8ZNKkRC0AFK2cjjszB7reXiP+bXdIi8bic=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.FileSystemGlobbing.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.FileSystemGlobbing.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.Logging.Abstractions.wasm", "AssetKind": "Build", @@ -644,13 +644,13 @@ "Integrity": "glWux6/5FFNJxVrbRPQ/PhLriEkSd3TllLfjmvZbpKw=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.Logging.Abstractions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.Logging.Abstractions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Logging.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Logging.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.Logging.wasm", "AssetKind": "Build", @@ -665,13 +665,13 @@ "Integrity": "pa0M3exxNvk6g5anUwlaPC99Afawsi1GZvJeU1q/ZGM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.Logging.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.Logging.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Options.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Options.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.Options.wasm", "AssetKind": "Build", @@ -686,13 +686,13 @@ "Integrity": "5/m+yVFGRuY+N4jQnD+QETKH0AfhAsnVze5dJ5ogIVM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.Options.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.Options.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.Primitives.wasm", "AssetKind": "Build", @@ -707,13 +707,13 @@ "Integrity": "pVrYOTfjb2ITls3LKIByW1t8jwOAWFhmkIVDewtJ1GE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.Primitives.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.Extensions.Primitives.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.JSInterop.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.JSInterop.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.JSInterop.wasm", "AssetKind": "Build", @@ -728,13 +728,13 @@ "Integrity": "5cqIyKsdUZ1dHGvNaW58/lWROJnvOdig8Ja6mv1p3Qg=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.JSInterop.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.JSInterop.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.JSInterop.WebAssembly.wasm", "AssetKind": "Build", @@ -749,13 +749,13 @@ "Integrity": "+wpzFJcg/CuYhygrH1ovEDlvYbxiG8U68YLvihiZM34=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.JSInterop.WebAssembly.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.JSInterop.WebAssembly.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.VisualBasic.Core.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.VisualBasic.Core.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.VisualBasic.Core.wasm", "AssetKind": "Build", @@ -770,13 +770,13 @@ "Integrity": "SBz1WgEN4UGzdrCKxLUaNAY5S7cs6RLZTuFDdPkMS6g=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.VisualBasic.Core.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.VisualBasic.Core.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.VisualBasic.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.VisualBasic.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.VisualBasic.wasm", "AssetKind": "Build", @@ -791,13 +791,13 @@ "Integrity": "GWWO9YY5BhSXDF/4kKQ6mS6AUpTQDRYxh8SJehKh8YA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.VisualBasic.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.VisualBasic.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Win32.Primitives.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Win32.Primitives.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Win32.Primitives.wasm", "AssetKind": "Build", @@ -812,13 +812,13 @@ "Integrity": "gODqpsiy/Wnhv/2besgY1gN63Kl7Ud0qgBnNBYL9ztk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.Win32.Primitives.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.Win32.Primitives.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Win32.Registry.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Win32.Registry.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Win32.Registry.wasm", "AssetKind": "Build", @@ -833,13 +833,13 @@ "Integrity": "SYbOUq7Ft94cDoFgxDjUL9s2E4zlX0CTcu9VK8pKu3g=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.Win32.Registry.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Microsoft.Win32.Registry.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\mscorlib.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\mscorlib.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/mscorlib.wasm", "AssetKind": "Build", @@ -854,13 +854,13 @@ "Integrity": "04e4k5XU8HWGB/dq/2+j84xzzGPflTs0IYWI0OxogVc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\mscorlib.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\mscorlib.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\netstandard.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\netstandard.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/netstandard.wasm", "AssetKind": "Build", @@ -875,13 +875,13 @@ "Integrity": "gnGZURPnoSmjXuYNCOJi5tt8qn2LRImWgue1Ru3/TDQ=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\netstandard.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\netstandard.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.AppContext.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.AppContext.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.AppContext.wasm", "AssetKind": "Build", @@ -896,13 +896,13 @@ "Integrity": "1nocZKeDtUj1YIhiSQKS27v8q6liG1hOZbPjOK7P7mk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.AppContext.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.AppContext.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Buffers.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Buffers.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Buffers.wasm", "AssetKind": "Build", @@ -917,13 +917,13 @@ "Integrity": "TN28G4d2khyh0XuD1szrBKh00gODG1aIFDoPhGQIY3Y=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Buffers.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Buffers.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Concurrent.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Concurrent.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Collections.Concurrent.wasm", "AssetKind": "Build", @@ -938,13 +938,13 @@ "Integrity": "hp2Ny1WBRa1G4JfFdo96ymYi/YCKQPNOIxBU8aZPsm8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Collections.Concurrent.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Collections.Concurrent.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Immutable.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Immutable.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Collections.Immutable.wasm", "AssetKind": "Build", @@ -959,13 +959,13 @@ "Integrity": "QktZEfnav5S1R7yJ/aw8k5b94gFy7C5uR00frURrc7M=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Collections.Immutable.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Collections.Immutable.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.NonGeneric.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.NonGeneric.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Collections.NonGeneric.wasm", "AssetKind": "Build", @@ -980,13 +980,13 @@ "Integrity": "AKf6Q9WXPtTg0ILNw1IB9XDlW65NdzgyItMysrkRkpE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Collections.NonGeneric.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Collections.NonGeneric.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Specialized.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Specialized.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Collections.Specialized.wasm", "AssetKind": "Build", @@ -1001,13 +1001,13 @@ "Integrity": "GCgfhQWFKecXNOBoSSvMXIyG5DHFu8Dmghi9Aa/BOiU=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Collections.Specialized.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Collections.Specialized.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Collections.wasm", "AssetKind": "Build", @@ -1022,13 +1022,13 @@ "Integrity": "gZiDpLqT7pCUabR0Lqytig6Uft8FdryUXB9vNwYJ3qQ=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Collections.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Collections.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.Annotations.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.Annotations.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.ComponentModel.Annotations.wasm", "AssetKind": "Build", @@ -1043,13 +1043,13 @@ "Integrity": "fXj31cYsjDPdaugBDwCn0vc56zk0fCrR3mBBA8qi1xs=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.ComponentModel.Annotations.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.ComponentModel.Annotations.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.DataAnnotations.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.DataAnnotations.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.ComponentModel.DataAnnotations.wasm", "AssetKind": "Build", @@ -1064,13 +1064,13 @@ "Integrity": "Rh50n48S1SUMsg3bWPym59G00MSrvV9ERXKDQ0/A+uk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.ComponentModel.DataAnnotations.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.ComponentModel.DataAnnotations.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.EventBasedAsync.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.EventBasedAsync.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.ComponentModel.EventBasedAsync.wasm", "AssetKind": "Build", @@ -1085,13 +1085,13 @@ "Integrity": "epUcuet5lKP/O6qKB9I/8hyKSAQRgTdXWiLfrhLS3dc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.ComponentModel.EventBasedAsync.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.ComponentModel.EventBasedAsync.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.Primitives.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.Primitives.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.ComponentModel.Primitives.wasm", "AssetKind": "Build", @@ -1106,13 +1106,13 @@ "Integrity": "egZl3+4Mg2YvRylJLfIH/IxtGppq+VUBruQoW56dunE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.ComponentModel.Primitives.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.ComponentModel.Primitives.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.ComponentModel.TypeConverter.wasm", "AssetKind": "Build", @@ -1127,13 +1127,13 @@ "Integrity": "XpoB4xqd5tgZgnN9wDOGOogInX+0VmnQIC3lhb4zd4o=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.ComponentModel.TypeConverter.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.ComponentModel.TypeConverter.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.ComponentModel.wasm", "AssetKind": "Build", @@ -1148,13 +1148,13 @@ "Integrity": "8jCrR7yMPLvzS9MyDVDYb/UJjtPmdZpsnYd802a8tYs=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.ComponentModel.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.ComponentModel.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Configuration.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Configuration.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Configuration.wasm", "AssetKind": "Build", @@ -1169,13 +1169,13 @@ "Integrity": "rp6FxF00NUKfR+3/hNyzlYo641fU1pKsN4SVwUDnoAI=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Configuration.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Configuration.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Console.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Console.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Console.wasm", "AssetKind": "Build", @@ -1190,13 +1190,13 @@ "Integrity": "IrK+qInel/LtSEDHDZEcdUgjIGUJ9pDO3ahf2bU9kzA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Console.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Console.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Core.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Core.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Core.wasm", "AssetKind": "Build", @@ -1211,13 +1211,13 @@ "Integrity": "ZsYKSXOyEcgEJyzdRAzvB1Xsy6uGMHytGoq9pZpgSag=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Core.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Core.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.Common.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.Common.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Data.Common.wasm", "AssetKind": "Build", @@ -1232,13 +1232,13 @@ "Integrity": "cJ1Kz840djb8pUon/E1XdRbmz/x5uwCGP9vNZdTWMGU=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Data.Common.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Data.Common.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.DataSetExtensions.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.DataSetExtensions.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Data.DataSetExtensions.wasm", "AssetKind": "Build", @@ -1253,13 +1253,13 @@ "Integrity": "4MKP114LJx40ylJqc6RyWCrZjNh7u4hDlJTEzahne/Y=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Data.DataSetExtensions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Data.DataSetExtensions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Data.wasm", "AssetKind": "Build", @@ -1274,13 +1274,13 @@ "Integrity": "s2lgjSzeh+XYG6Qh4YZxbrOam9fYsNc04ynAkB4R42k=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Data.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Data.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Contracts.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Contracts.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Diagnostics.Contracts.wasm", "AssetKind": "Build", @@ -1295,13 +1295,13 @@ "Integrity": "vrCM+vLlfyetUANwGHfQE7A/f2MMoPTZUXKDP+qGNbQ=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Diagnostics.Contracts.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Diagnostics.Contracts.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Debug.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Debug.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Diagnostics.Debug.wasm", "AssetKind": "Build", @@ -1316,13 +1316,13 @@ "Integrity": "349ZnEbmfYDd+OC/k6vTM7w+qL80X+LVtinJ8o9bVps=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Diagnostics.Debug.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Diagnostics.Debug.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Diagnostics.DiagnosticSource.wasm", "AssetKind": "Build", @@ -1337,13 +1337,13 @@ "Integrity": "i5WI/tU+K9RiaDWyaCM1zb0kAxnOfYBfzNHMGkETKnQ=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Diagnostics.DiagnosticSource.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Diagnostics.DiagnosticSource.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.FileVersionInfo.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.FileVersionInfo.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Diagnostics.FileVersionInfo.wasm", "AssetKind": "Build", @@ -1358,13 +1358,13 @@ "Integrity": "dH/P3dAK/Uq8H6Z9nno+YOSoVIRQR702arxn+YvB3cc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Diagnostics.FileVersionInfo.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Diagnostics.FileVersionInfo.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Process.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Process.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Diagnostics.Process.wasm", "AssetKind": "Build", @@ -1379,13 +1379,13 @@ "Integrity": "hJfDlOsDX0I1JRN8vsD8T67w0XSR9BuTMEMvSMpz2K4=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Diagnostics.Process.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Diagnostics.Process.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.StackTrace.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.StackTrace.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Diagnostics.StackTrace.wasm", "AssetKind": "Build", @@ -1400,13 +1400,13 @@ "Integrity": "tDYqzonSg+uRPKN0ZQcFYWSxBjQJwgEO8KJsLFe1RUg=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Diagnostics.StackTrace.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Diagnostics.StackTrace.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.TextWriterTraceListener.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.TextWriterTraceListener.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Diagnostics.TextWriterTraceListener.wasm", "AssetKind": "Build", @@ -1421,13 +1421,13 @@ "Integrity": "HvslVThYTEmdEBn54MQNiLYPN+mmMw23Oof+Yu7hq6M=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Diagnostics.TextWriterTraceListener.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Diagnostics.TextWriterTraceListener.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Tools.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Tools.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Diagnostics.Tools.wasm", "AssetKind": "Build", @@ -1442,13 +1442,13 @@ "Integrity": "8TTnuDfyvbySzuGGoqYv1Va9aqbvAaLrVGtaBKHMXeU=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Diagnostics.Tools.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Diagnostics.Tools.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.TraceSource.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.TraceSource.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Diagnostics.TraceSource.wasm", "AssetKind": "Build", @@ -1463,13 +1463,13 @@ "Integrity": "KIwbOlv5pvf729BARcSAtOwZBnNDRnKrL9fuVqRDVO8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Diagnostics.TraceSource.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Diagnostics.TraceSource.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Tracing.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Tracing.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Diagnostics.Tracing.wasm", "AssetKind": "Build", @@ -1484,13 +1484,13 @@ "Integrity": "h15RtNo3FmRZbZD8oFQioFrrV+7HAWhJ0P8lMkb/LF4=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Diagnostics.Tracing.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Diagnostics.Tracing.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Drawing.Primitives.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Drawing.Primitives.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Drawing.Primitives.wasm", "AssetKind": "Build", @@ -1505,13 +1505,13 @@ "Integrity": "LO/+7UQNn9I9CFNqbMjfDSTWWrjwtzSLNzMq+zJW8/M=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Drawing.Primitives.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Drawing.Primitives.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Drawing.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Drawing.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Drawing.wasm", "AssetKind": "Build", @@ -1526,13 +1526,13 @@ "Integrity": "rB20450nsdBiYxRtiIaLI7focj5aAbCanKINwozj0fs=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Drawing.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Drawing.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Dynamic.Runtime.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Dynamic.Runtime.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Dynamic.Runtime.wasm", "AssetKind": "Build", @@ -1547,13 +1547,13 @@ "Integrity": "XBdcz50OKu+5w3KV95scb2B42BnoJjgic7WLzWSfn34=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Dynamic.Runtime.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Dynamic.Runtime.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Formats.Asn1.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Formats.Asn1.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Formats.Asn1.wasm", "AssetKind": "Build", @@ -1568,13 +1568,13 @@ "Integrity": "Juxlol6Tq49ykXZfhrvMLKttVS3Gd8qNU6nHiCSyYP4=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Formats.Asn1.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Formats.Asn1.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Formats.Tar.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Formats.Tar.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Formats.Tar.wasm", "AssetKind": "Build", @@ -1589,13 +1589,13 @@ "Integrity": "Zc9N+QBRyvq3iHKBmMnkZHz1dbazenzw9xBVLcM/i2k=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Formats.Tar.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Formats.Tar.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.Calendars.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.Calendars.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Globalization.Calendars.wasm", "AssetKind": "Build", @@ -1610,13 +1610,13 @@ "Integrity": "/DwZPN4eOfmhBYfRd6gslCwDQDcuZMmmYJd3N4XcRHA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Globalization.Calendars.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Globalization.Calendars.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.Extensions.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.Extensions.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Globalization.Extensions.wasm", "AssetKind": "Build", @@ -1631,13 +1631,13 @@ "Integrity": "tkpQMYbdEuUK2MGZbsz4ftJDy/KhJMFHEre/bUhsDGI=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Globalization.Extensions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Globalization.Extensions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Globalization.wasm", "AssetKind": "Build", @@ -1652,13 +1652,13 @@ "Integrity": "d7qSPkvzkieag/cj5hobd7/0yddhUPT52yX1nIdhDnE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Globalization.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Globalization.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.Brotli.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.Brotli.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.IO.Compression.Brotli.wasm", "AssetKind": "Build", @@ -1673,13 +1673,13 @@ "Integrity": "yB98K8Wztq3m+e38lD1thT6TIEObeAHtC8zcUnVy9uI=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.IO.Compression.Brotli.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.IO.Compression.Brotli.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.FileSystem.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.FileSystem.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.IO.Compression.FileSystem.wasm", "AssetKind": "Build", @@ -1694,13 +1694,13 @@ "Integrity": "C7qqOKTKxlKKemXAHJMrpOf13izPRiScfoPPUJLAGCg=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.IO.Compression.FileSystem.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.IO.Compression.FileSystem.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.IO.Compression.wasm", "AssetKind": "Build", @@ -1715,13 +1715,13 @@ "Integrity": "TGzP5drD1ACI1jeYDT3ptnF3CVP/2wHS1mWu+sAA5B8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.IO.Compression.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.IO.Compression.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.ZipFile.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.ZipFile.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.IO.Compression.ZipFile.wasm", "AssetKind": "Build", @@ -1736,13 +1736,13 @@ "Integrity": "J5rXGKhBOmggm5fyKI0Jc14xzLCIUXWFOR/pdhGBGMc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.IO.Compression.ZipFile.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.IO.Compression.ZipFile.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.AccessControl.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.AccessControl.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.IO.FileSystem.AccessControl.wasm", "AssetKind": "Build", @@ -1757,13 +1757,13 @@ "Integrity": "Z4T3r7BBMMXtyqGXBJ2h5uK3d/rhFCiCssOGxDDoyPU=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.IO.FileSystem.AccessControl.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.IO.FileSystem.AccessControl.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.DriveInfo.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.DriveInfo.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.IO.FileSystem.DriveInfo.wasm", "AssetKind": "Build", @@ -1778,13 +1778,13 @@ "Integrity": "WNqZHb3/fy08bmk5jukofq49lmmhbXB1i1ZOQxeIV0I=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.IO.FileSystem.DriveInfo.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.IO.FileSystem.DriveInfo.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.Primitives.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.Primitives.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.IO.FileSystem.Primitives.wasm", "AssetKind": "Build", @@ -1799,13 +1799,13 @@ "Integrity": "tpr1HuGZOj7mZyOoOOQDk2Sk+TVtGyYmUIGgO4gFnfY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.IO.FileSystem.Primitives.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.IO.FileSystem.Primitives.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.IO.FileSystem.wasm", "AssetKind": "Build", @@ -1820,13 +1820,13 @@ "Integrity": "DAUWh6VAbaksdgYzJbr9CzZpieFNJUl40B67uT7CKKk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.IO.FileSystem.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.IO.FileSystem.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.IO.FileSystem.Watcher.wasm", "AssetKind": "Build", @@ -1841,13 +1841,13 @@ "Integrity": "1KC5cMPAD6QWY1AnFlsyqdZBdFf8MkpmEjtjM6UnaIE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.IO.FileSystem.Watcher.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.IO.FileSystem.Watcher.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.IsolatedStorage.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.IsolatedStorage.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.IO.IsolatedStorage.wasm", "AssetKind": "Build", @@ -1862,13 +1862,13 @@ "Integrity": "SYi7seUrYkHGcyVkppQ+iY1Um92Rz488ZO/24NvQGog=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.IO.IsolatedStorage.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.IO.IsolatedStorage.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.MemoryMappedFiles.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.MemoryMappedFiles.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.IO.MemoryMappedFiles.wasm", "AssetKind": "Build", @@ -1883,13 +1883,13 @@ "Integrity": "n3DFMG/HZ5scPHpqLYg1JI+926Ddch+lfjBT/fuprdg=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.IO.MemoryMappedFiles.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.IO.MemoryMappedFiles.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipelines.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipelines.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.IO.Pipelines.wasm", "AssetKind": "Build", @@ -1904,13 +1904,13 @@ "Integrity": "JqVBy6SV+3qk+IK3VJiyIDt9CsVk6b1/ytTXmrI4mTM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.IO.Pipelines.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.IO.Pipelines.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipes.AccessControl.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipes.AccessControl.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.IO.Pipes.AccessControl.wasm", "AssetKind": "Build", @@ -1925,13 +1925,13 @@ "Integrity": "K32XCAdhXIpGbXTaM0Bp06gE/XzlavDwvitlF4adUW8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.IO.Pipes.AccessControl.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.IO.Pipes.AccessControl.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipes.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipes.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.IO.Pipes.wasm", "AssetKind": "Build", @@ -1946,13 +1946,13 @@ "Integrity": "zYUefBea19uu0j9MMriSJssSfvrpqaG3rANaFAIRJDM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.IO.Pipes.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.IO.Pipes.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.UnmanagedMemoryStream.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.UnmanagedMemoryStream.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.IO.UnmanagedMemoryStream.wasm", "AssetKind": "Build", @@ -1967,13 +1967,13 @@ "Integrity": "es/+yuX9UuUWYCf60QQ0giCqH8iIb1Kf8dba3FVIB/M=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.IO.UnmanagedMemoryStream.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.IO.UnmanagedMemoryStream.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.IO.wasm", "AssetKind": "Build", @@ -1988,13 +1988,13 @@ "Integrity": "/mc8LC23TECNkILtuTAYK+4cgoThgCDiqj47uSYvJ9s=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.IO.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.IO.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Expressions.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Expressions.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Linq.Expressions.wasm", "AssetKind": "Build", @@ -2009,13 +2009,13 @@ "Integrity": "IDiPMmdAcBn4/ra/xJJYzlLAu/W5GqLGKU/kcuOdiQM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Linq.Expressions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Linq.Expressions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Parallel.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Parallel.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Linq.Parallel.wasm", "AssetKind": "Build", @@ -2030,13 +2030,13 @@ "Integrity": "ptqC2FGuwDAFEN3eO2ytVNp+bTcfEl6XWTrsXMYvwQI=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Linq.Parallel.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Linq.Parallel.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Queryable.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Queryable.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Linq.Queryable.wasm", "AssetKind": "Build", @@ -2051,13 +2051,13 @@ "Integrity": "NG85jSBn6I+MAacQex7M+yUOl4odbuq6FADceSnJTUk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Linq.Queryable.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Linq.Queryable.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Linq.wasm", "AssetKind": "Build", @@ -2072,13 +2072,13 @@ "Integrity": "02nekdXgnuQmMXxvi8LOQr7vSvk/x87GJTwL+1xGwBo=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Linq.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Linq.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Memory.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Memory.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Memory.wasm", "AssetKind": "Build", @@ -2093,13 +2093,13 @@ "Integrity": "sH0LCd3Pu+jtYgSfsGoSqCG9+mX8UF4bst8+GJoOxRw=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Memory.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Memory.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Http.Json.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Http.Json.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Net.Http.Json.wasm", "AssetKind": "Build", @@ -2114,13 +2114,13 @@ "Integrity": "YC8Q16xvHQzBcfJXF/GoxLZp9aAwbnFAUOgCDphILXA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Net.Http.Json.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Net.Http.Json.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Http.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Http.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Net.Http.wasm", "AssetKind": "Build", @@ -2135,13 +2135,13 @@ "Integrity": "PDsfvjAkRDp5X/cIAhBfS/Mlp2XLquj/4as2+UCw88I=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Net.Http.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Net.Http.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.HttpListener.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.HttpListener.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Net.HttpListener.wasm", "AssetKind": "Build", @@ -2156,13 +2156,13 @@ "Integrity": "foY5Y+bGa0JpmmkjEIiuYAnvglQ2kdysLiKudK9IdM0=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Net.HttpListener.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Net.HttpListener.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Mail.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Mail.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Net.Mail.wasm", "AssetKind": "Build", @@ -2177,13 +2177,13 @@ "Integrity": "ekBzh2IIKjHT1J3B5DeCh3lWjtJx/qmNzypWDtWBhFA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Net.Mail.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Net.Mail.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.NameResolution.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.NameResolution.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Net.NameResolution.wasm", "AssetKind": "Build", @@ -2198,13 +2198,13 @@ "Integrity": "49qSuLwEGDEJFLeDOGouniW9anRST/O0aDQjTI92P58=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Net.NameResolution.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Net.NameResolution.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.NetworkInformation.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.NetworkInformation.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Net.NetworkInformation.wasm", "AssetKind": "Build", @@ -2219,13 +2219,13 @@ "Integrity": "rg+A6YQ2QUlTTEZCZp934bwO/M/zoonxn/XyFxduSWA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Net.NetworkInformation.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Net.NetworkInformation.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Ping.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Ping.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Net.Ping.wasm", "AssetKind": "Build", @@ -2240,13 +2240,13 @@ "Integrity": "7TZ57YtTC8ELEeq3Vnv1BN55R+nliLPLlptyQlNtL4k=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Net.Ping.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Net.Ping.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Primitives.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Primitives.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Net.Primitives.wasm", "AssetKind": "Build", @@ -2261,13 +2261,13 @@ "Integrity": "Fz3GC5uDj0XtCbeEGJbIZ/WihP5cqe4VAKXhtVxOKes=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Net.Primitives.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Net.Primitives.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Quic.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Quic.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Net.Quic.wasm", "AssetKind": "Build", @@ -2282,13 +2282,13 @@ "Integrity": "adZlvsxIeXAFq9GlaCORAQ0lib4lVg9AARauabpZzR8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Net.Quic.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Net.Quic.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Requests.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Requests.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Net.Requests.wasm", "AssetKind": "Build", @@ -2303,13 +2303,13 @@ "Integrity": "NUwjqQpCIU1qmD2OtzVUV8dENYIVOdrWQ8CQ9pQjqGo=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Net.Requests.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Net.Requests.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Security.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Security.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Net.Security.wasm", "AssetKind": "Build", @@ -2324,13 +2324,13 @@ "Integrity": "k0Z7fjEWnyrr0tVMTHY2Og7/Kdpv01HrqT8s8X+eoPI=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Net.Security.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Net.Security.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.ServicePoint.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.ServicePoint.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Net.ServicePoint.wasm", "AssetKind": "Build", @@ -2345,13 +2345,13 @@ "Integrity": "Gnwb40zJ+p8XKpMCOXNDb+8Qe3yw0Fgh1u8ahDu0f5I=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Net.ServicePoint.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Net.ServicePoint.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Sockets.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Sockets.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Net.Sockets.wasm", "AssetKind": "Build", @@ -2366,13 +2366,13 @@ "Integrity": "xMOuIBlq7STT5VfoI5gPVUqFlcGWa9aa+1c8Mxcyis4=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Net.Sockets.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Net.Sockets.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Net.wasm", "AssetKind": "Build", @@ -2387,13 +2387,13 @@ "Integrity": "08bq+775NnhzhxPpiRItv1kV1Ht0MEK2C0C6S1sEGCY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Net.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Net.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebClient.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebClient.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Net.WebClient.wasm", "AssetKind": "Build", @@ -2408,13 +2408,13 @@ "Integrity": "oavhGzJhT8X18xBJIzdkQv80omeFHdP687hNCGlpML0=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Net.WebClient.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Net.WebClient.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebHeaderCollection.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebHeaderCollection.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Net.WebHeaderCollection.wasm", "AssetKind": "Build", @@ -2429,13 +2429,13 @@ "Integrity": "siAygXJKc/r38inqqnV9Sawl/sxibAWLZ/fKnlXyJlU=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Net.WebHeaderCollection.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Net.WebHeaderCollection.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebProxy.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebProxy.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Net.WebProxy.wasm", "AssetKind": "Build", @@ -2450,13 +2450,13 @@ "Integrity": "N108QLXtWj+NWw/1R+dDp2kuRMH91cqCm7sWQmfDZFk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Net.WebProxy.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Net.WebProxy.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebSockets.Client.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebSockets.Client.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Net.WebSockets.Client.wasm", "AssetKind": "Build", @@ -2471,13 +2471,13 @@ "Integrity": "VdBs+VwHu65mEW1W4Ftgkg6MXoJoW+c5GR6CL7VfQJ8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Net.WebSockets.Client.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Net.WebSockets.Client.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebSockets.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebSockets.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Net.WebSockets.wasm", "AssetKind": "Build", @@ -2492,13 +2492,13 @@ "Integrity": "ha2p8xtvFvWUqz1ULfoHulywkUZ4Bdj1dCF1Y5KaaNU=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Net.WebSockets.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Net.WebSockets.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Numerics.Vectors.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Numerics.Vectors.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Numerics.Vectors.wasm", "AssetKind": "Build", @@ -2513,13 +2513,13 @@ "Integrity": "eR9a3kL5g/JAy7FZmPpKnUJ1cacp51vze+czwjD7ncs=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Numerics.Vectors.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Numerics.Vectors.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Numerics.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Numerics.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Numerics.wasm", "AssetKind": "Build", @@ -2534,13 +2534,13 @@ "Integrity": "tQYTy2Xrr4SJ68BgujZW2K8rAT5CIjBAqjtguTx4CUE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Numerics.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Numerics.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ObjectModel.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ObjectModel.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.ObjectModel.wasm", "AssetKind": "Build", @@ -2555,13 +2555,13 @@ "Integrity": "kJYkyall7T+7zKadZpefEMq4BSkStTj0aNQomc10NYY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.ObjectModel.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.ObjectModel.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.CoreLib.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.CoreLib.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Private.CoreLib.wasm", "AssetKind": "Build", @@ -2576,13 +2576,13 @@ "Integrity": "6w3jYr0arcp8jnt4aeqh+AmqrLA6q7jl9rQYAwLzE0M=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Private.CoreLib.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Private.CoreLib.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.DataContractSerialization.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.DataContractSerialization.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Private.DataContractSerialization.wasm", "AssetKind": "Build", @@ -2597,13 +2597,13 @@ "Integrity": "DeTuyg/lY3RhiFpRSk6yKysyNESA/SVI4hzarGfnXN4=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Private.DataContractSerialization.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Private.DataContractSerialization.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Uri.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Uri.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Private.Uri.wasm", "AssetKind": "Build", @@ -2618,13 +2618,13 @@ "Integrity": "YNkeFARPTkWO+gtFd5q2iwgPWfJjY2GeA2kY6IpRk4Y=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Private.Uri.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Private.Uri.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Xml.Linq.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Xml.Linq.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Private.Xml.Linq.wasm", "AssetKind": "Build", @@ -2639,13 +2639,13 @@ "Integrity": "c9nfmf5I0yy4541lSfIfdSYLyqLY3lqTdOkdmOep5bo=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Private.Xml.Linq.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Private.Xml.Linq.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Xml.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Xml.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Private.Xml.wasm", "AssetKind": "Build", @@ -2660,13 +2660,13 @@ "Integrity": "Ao1y45XFPqWiiK/tFvdzIZ1bJ/Oe/GM2eG6qDwCXIIw=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Private.Xml.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Private.Xml.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.DispatchProxy.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.DispatchProxy.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Reflection.DispatchProxy.wasm", "AssetKind": "Build", @@ -2681,13 +2681,13 @@ "Integrity": "7OqnFhjRrTP76xf76O0sSWXaByNDWqLyRe+FpMA60dg=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Reflection.DispatchProxy.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Reflection.DispatchProxy.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Reflection.Emit.ILGeneration.wasm", "AssetKind": "Build", @@ -2702,13 +2702,13 @@ "Integrity": "RDS9CCiCfuPduoJ34HamplxdCe3TvfBsuhlMh+diRkk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Reflection.Emit.ILGeneration.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Reflection.Emit.ILGeneration.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Reflection.Emit.Lightweight.wasm", "AssetKind": "Build", @@ -2723,13 +2723,13 @@ "Integrity": "KiIJ9n6Cb3lR3h2wGTDsFoCEbp/ohB6RG2sSzGxhPN8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Reflection.Emit.Lightweight.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Reflection.Emit.Lightweight.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Reflection.Emit.wasm", "AssetKind": "Build", @@ -2744,13 +2744,13 @@ "Integrity": "keglWAG1St9vhGg667m0FoR0iKn8aJixSi7W9ngVlhU=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Reflection.Emit.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Reflection.Emit.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Extensions.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Extensions.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Reflection.Extensions.wasm", "AssetKind": "Build", @@ -2765,13 +2765,13 @@ "Integrity": "oNiclfOguH4NaN1+SQJaN3W32cpuL63WwCs5roqglrA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Reflection.Extensions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Reflection.Extensions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Metadata.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Metadata.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Reflection.Metadata.wasm", "AssetKind": "Build", @@ -2786,13 +2786,13 @@ "Integrity": "p9DsRuAWHZpQryFGzBRgcd1DFlvt2DEkJId/b1lUs2I=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Reflection.Metadata.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Reflection.Metadata.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Primitives.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Primitives.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Reflection.Primitives.wasm", "AssetKind": "Build", @@ -2807,13 +2807,13 @@ "Integrity": "9kikzlVPNg56ZptLJLLiB7vHLA3HlpQfg9J5Ca8BMtI=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Reflection.Primitives.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Reflection.Primitives.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.TypeExtensions.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.TypeExtensions.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Reflection.TypeExtensions.wasm", "AssetKind": "Build", @@ -2828,13 +2828,13 @@ "Integrity": "uIX+oTuvXMyUO2rvf1J1UvS9/1yHZFLN/dTO5GKCUkM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Reflection.TypeExtensions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Reflection.TypeExtensions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Reflection.wasm", "AssetKind": "Build", @@ -2849,13 +2849,13 @@ "Integrity": "lEZT57OvPktdfbLIp8fQYQMXteB8akLY7j7nsSgvZiE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Reflection.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Reflection.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.Reader.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.Reader.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Resources.Reader.wasm", "AssetKind": "Build", @@ -2870,13 +2870,13 @@ "Integrity": "HcchD1OwRdpm+gWR9S8JRvKevWu6CpB6c56qZNtU94A=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Resources.Reader.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Resources.Reader.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.ResourceManager.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.ResourceManager.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Resources.ResourceManager.wasm", "AssetKind": "Build", @@ -2891,13 +2891,13 @@ "Integrity": "ayerJuQHnbboFY5rT3YaLLQq/ildgU/m13B+a3e9Z40=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Resources.ResourceManager.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Resources.ResourceManager.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.Writer.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.Writer.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Resources.Writer.wasm", "AssetKind": "Build", @@ -2912,13 +2912,13 @@ "Integrity": "qBqESAL1Kjg7RRXyeafQsOjBhk+DniBZSuM5SQoZblo=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Resources.Writer.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Resources.Writer.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.CompilerServices.Unsafe.wasm", "AssetKind": "Build", @@ -2933,13 +2933,13 @@ "Integrity": "Q1gXg011Z3DVCTDgtllp+Jj/y3Ypurf8xNSyJEwVhyE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Runtime.CompilerServices.Unsafe.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Runtime.CompilerServices.Unsafe.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.CompilerServices.VisualC.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.CompilerServices.VisualC.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.CompilerServices.VisualC.wasm", "AssetKind": "Build", @@ -2954,13 +2954,13 @@ "Integrity": "RXaL4fc7ElTYlKxPoGyAezl7pHNYQl1zHNurezCSejM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Runtime.CompilerServices.VisualC.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Runtime.CompilerServices.VisualC.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Extensions.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Extensions.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.Extensions.wasm", "AssetKind": "Build", @@ -2975,13 +2975,13 @@ "Integrity": "gXpjgBF4Wzs72MRZhmqesV4qrdlGEYBM53JYYHrk5aE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Runtime.Extensions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Runtime.Extensions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Handles.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Handles.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.Handles.wasm", "AssetKind": "Build", @@ -2996,13 +2996,13 @@ "Integrity": "dQzPGFS8ZS1N+ZFQPaCUJOqfeF8o7UcTwNyoZmiaUCg=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Runtime.Handles.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Runtime.Handles.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.JavaScript.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.JavaScript.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.InteropServices.JavaScript.wasm", "AssetKind": "Build", @@ -3017,13 +3017,13 @@ "Integrity": "gVj9lAHU+hRKDm4LiKsdXCMJxrMRYzcvjZa1Lb7VYD8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Runtime.InteropServices.JavaScript.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Runtime.InteropServices.JavaScript.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.InteropServices.RuntimeInformation.wasm", "AssetKind": "Build", @@ -3038,13 +3038,13 @@ "Integrity": "dZLozevu83WKfUaX2HEhD8ZIEnTGOaTLuMESKv8PMTc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Runtime.InteropServices.RuntimeInformation.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Runtime.InteropServices.RuntimeInformation.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.InteropServices.wasm", "AssetKind": "Build", @@ -3059,13 +3059,13 @@ "Integrity": "+ijv/8/bRea00TbzBpizFirpsMfbaRpFApERWe1iODA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Runtime.InteropServices.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Runtime.InteropServices.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Intrinsics.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Intrinsics.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.Intrinsics.wasm", "AssetKind": "Build", @@ -3080,13 +3080,13 @@ "Integrity": "hAZ3yyigH8wVGninEomvLBnx9E5wn/SSG2R5u53SnBw=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Runtime.Intrinsics.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Runtime.Intrinsics.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Loader.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Loader.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.Loader.wasm", "AssetKind": "Build", @@ -3101,13 +3101,13 @@ "Integrity": "R6vt9tgMk0jitpnblbvVno7hWV4jaqWd8xqfs3Id/V8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Runtime.Loader.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Runtime.Loader.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Numerics.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Numerics.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.Numerics.wasm", "AssetKind": "Build", @@ -3122,13 +3122,13 @@ "Integrity": "lmc35zMDetYwQ1xJZjka9/xhcKrrgWi8bKEBMspSCL8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Runtime.Numerics.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Runtime.Numerics.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Formatters.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Formatters.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.Serialization.Formatters.wasm", "AssetKind": "Build", @@ -3143,13 +3143,13 @@ "Integrity": "+bwQuPC0VlRr/KhFNJ9FzrThv284dB0n/xDcryG6nPk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Runtime.Serialization.Formatters.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Runtime.Serialization.Formatters.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Json.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Json.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.Serialization.Json.wasm", "AssetKind": "Build", @@ -3164,13 +3164,13 @@ "Integrity": "LCnQPqXAstHFErRuAAmH3rGzyObwVkjFZ/DZTgPLKGY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Runtime.Serialization.Json.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Runtime.Serialization.Json.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Primitives.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Primitives.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.Serialization.Primitives.wasm", "AssetKind": "Build", @@ -3185,13 +3185,13 @@ "Integrity": "0WSfY/Haui8HjNQX0DXRWpJasSR67ftwFgzzL8/yDtQ=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Runtime.Serialization.Primitives.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Runtime.Serialization.Primitives.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.Serialization.wasm", "AssetKind": "Build", @@ -3206,13 +3206,13 @@ "Integrity": "1b2xImnAcW9FuRIwgJY1ruf3K/eVO+FtmnQY1PJWnj8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Runtime.Serialization.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Runtime.Serialization.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Xml.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Xml.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.Serialization.Xml.wasm", "AssetKind": "Build", @@ -3227,13 +3227,13 @@ "Integrity": "nEJcPUSRT080lhzgmhSJOA22jU+OZoNaaZ8edbHcYA8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Runtime.Serialization.Xml.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Runtime.Serialization.Xml.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.wasm", "AssetKind": "Build", @@ -3248,13 +3248,13 @@ "Integrity": "zrdM+cjnVdkCpcOa3S5QSufYyDR6/jJBZwC2JtBHUAs=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Runtime.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Runtime.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.AccessControl.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.AccessControl.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Security.AccessControl.wasm", "AssetKind": "Build", @@ -3269,13 +3269,13 @@ "Integrity": "UE0/1uftxfm4hsxfVZLBQfXPLS7+/lHAR/T7QQOnuog=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Security.AccessControl.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Security.AccessControl.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Claims.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Claims.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Claims.wasm", "AssetKind": "Build", @@ -3290,13 +3290,13 @@ "Integrity": "2rin2NFw3nuyngQa8lCkqwyQqkUNjEqaRycwecJtcgA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Security.Claims.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Security.Claims.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Cryptography.Algorithms.wasm", "AssetKind": "Build", @@ -3311,13 +3311,13 @@ "Integrity": "U8LQhSlAE/qbCZZDPerW9oP6No6erfT4GBJ/p8wyw9o=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Security.Cryptography.Algorithms.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Security.Cryptography.Algorithms.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Cng.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Cng.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Cryptography.Cng.wasm", "AssetKind": "Build", @@ -3332,13 +3332,13 @@ "Integrity": "Dv9emG1C1LyuKVMLpvfSxo+MFdfYUizwjFSi+9K70uY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Security.Cryptography.Cng.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Security.Cryptography.Cng.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Csp.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Csp.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Cryptography.Csp.wasm", "AssetKind": "Build", @@ -3353,13 +3353,13 @@ "Integrity": "A7ZoldzTp29mK95dLQjrkctB23N6lInULsTozWVDB9M=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Security.Cryptography.Csp.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Security.Cryptography.Csp.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Encoding.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Encoding.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Cryptography.Encoding.wasm", "AssetKind": "Build", @@ -3374,13 +3374,13 @@ "Integrity": "dvVMECEFZcpmlk1cvk0wGjbbsHwlyjDEJrT4025yHD0=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Security.Cryptography.Encoding.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Security.Cryptography.Encoding.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.OpenSsl.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.OpenSsl.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Cryptography.OpenSsl.wasm", "AssetKind": "Build", @@ -3395,13 +3395,13 @@ "Integrity": "vIV4Espmo98VVSBRten+C7PWUqr+MGgTe0nl38Kg+8Y=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Security.Cryptography.OpenSsl.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Security.Cryptography.OpenSsl.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Cryptography.Primitives.wasm", "AssetKind": "Build", @@ -3416,13 +3416,13 @@ "Integrity": "6EVC9k2iLcS+gOTXQtQfsQuz8edMaw7lSFxuiKWj0XU=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Security.Cryptography.Primitives.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Security.Cryptography.Primitives.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Cryptography.wasm", "AssetKind": "Build", @@ -3437,13 +3437,13 @@ "Integrity": "E+wKO/AJ5b47vCHli4b1joXv0j8u1GTBbSRaF7VSBJ0=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Security.Cryptography.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Security.Cryptography.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.X509Certificates.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.X509Certificates.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Cryptography.X509Certificates.wasm", "AssetKind": "Build", @@ -3458,13 +3458,13 @@ "Integrity": "d9MhJ1Z1ljuQxrafy+IN1J5ne/C80fsNfvoYuoMoE8k=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Security.Cryptography.X509Certificates.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Security.Cryptography.X509Certificates.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Principal.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Principal.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Principal.wasm", "AssetKind": "Build", @@ -3479,13 +3479,13 @@ "Integrity": "d49n2qORKotSAV8c5QcCzwHqjR5Hep60a8VxkFau+MM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Security.Principal.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Security.Principal.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Principal.Windows.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Principal.Windows.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Principal.Windows.wasm", "AssetKind": "Build", @@ -3500,13 +3500,13 @@ "Integrity": "MZgxaB1DAEKULah9cJ/BUuVwT3n9hHurJo2HoNkKCeY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Security.Principal.Windows.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Security.Principal.Windows.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.SecureString.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.SecureString.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Security.SecureString.wasm", "AssetKind": "Build", @@ -3521,13 +3521,13 @@ "Integrity": "YmsVeP9MdnzX+nCuTINjUK8aAMamps1ozuQ8EptZES4=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Security.SecureString.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Security.SecureString.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Security.wasm", "AssetKind": "Build", @@ -3542,13 +3542,13 @@ "Integrity": "BbrbGBtRAbu6VXz8HXDDDOE4xurJ5d1Jotyrm+7AXwk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Security.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Security.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ServiceModel.Web.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ServiceModel.Web.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.ServiceModel.Web.wasm", "AssetKind": "Build", @@ -3563,13 +3563,13 @@ "Integrity": "Xn+mPeSbPXvGFJz4gbUqD+bNqgymznLVPnY6rBVcjeY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.ServiceModel.Web.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.ServiceModel.Web.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ServiceProcess.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ServiceProcess.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.ServiceProcess.wasm", "AssetKind": "Build", @@ -3584,13 +3584,13 @@ "Integrity": "xCPEaJN4HUtbTjnCTbs/SQXgw0jjCiGRtc8W7RoXmLs=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.ServiceProcess.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.ServiceProcess.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.CodePages.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.CodePages.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Text.Encoding.CodePages.wasm", "AssetKind": "Build", @@ -3605,13 +3605,13 @@ "Integrity": "RKxD0JxpDE+wVM9XgRJTWJOrO3cY5j+sjB87rDKoBHk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Text.Encoding.CodePages.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Text.Encoding.CodePages.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.Extensions.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.Extensions.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Text.Encoding.Extensions.wasm", "AssetKind": "Build", @@ -3626,13 +3626,13 @@ "Integrity": "sckRBWbY0/x1IP5VajERSulMTnbc1eBrmyWI0161mGc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Text.Encoding.Extensions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Text.Encoding.Extensions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Text.Encoding.wasm", "AssetKind": "Build", @@ -3647,13 +3647,13 @@ "Integrity": "Wsq2uK1kbcS5Rx8OQ4hqnSkFld0bWvs22/CKxZtaG3o=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Text.Encoding.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Text.Encoding.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encodings.Web.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encodings.Web.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Text.Encodings.Web.wasm", "AssetKind": "Build", @@ -3668,13 +3668,13 @@ "Integrity": "o6np2+GPPc37Oc+mlv5vfaZQsNjObyfSkp6KL0Tg7pk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Text.Encodings.Web.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Text.Encodings.Web.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Json.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Json.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Text.Json.wasm", "AssetKind": "Build", @@ -3689,13 +3689,13 @@ "Integrity": "7bgDcdOvxXUt2GWh6n41JbhjOIYMYMR+xdym3/AeKMg=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Text.Json.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Text.Json.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.RegularExpressions.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.RegularExpressions.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Text.RegularExpressions.wasm", "AssetKind": "Build", @@ -3710,13 +3710,13 @@ "Integrity": "q6LKJmlxogEJNqJwZNeoM4FCyaWKA7uqzD9VYQY06nI=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Text.RegularExpressions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Text.RegularExpressions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Channels.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Channels.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Threading.Channels.wasm", "AssetKind": "Build", @@ -3731,13 +3731,13 @@ "Integrity": "dzLvqISJviasdstLg+JLYIe2FG3fupFL+HFtypxCYqs=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Threading.Channels.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Threading.Channels.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Overlapped.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Overlapped.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Threading.Overlapped.wasm", "AssetKind": "Build", @@ -3752,13 +3752,13 @@ "Integrity": "WCgszWOyUNlmdmjEyCawrYTxqODM1Br7TK5CHRuHZuQ=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Threading.Overlapped.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Threading.Overlapped.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Dataflow.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Dataflow.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Threading.Tasks.Dataflow.wasm", "AssetKind": "Build", @@ -3773,13 +3773,13 @@ "Integrity": "Irzu5C+ZYKiJr6IP5ZdZN/+ROJSJpu+x9aZY8muBn+8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Threading.Tasks.Dataflow.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Threading.Tasks.Dataflow.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Extensions.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Extensions.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Threading.Tasks.Extensions.wasm", "AssetKind": "Build", @@ -3794,13 +3794,13 @@ "Integrity": "LPotnN7TPMRfmjeRlyvuv69AawJouQImc1ldCQUZo7U=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Threading.Tasks.Extensions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Threading.Tasks.Extensions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Parallel.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Parallel.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Threading.Tasks.Parallel.wasm", "AssetKind": "Build", @@ -3815,13 +3815,13 @@ "Integrity": "Xu8QWJfLh1m5B5o6f3C2nB1Nxrr0CM2dQiJx9qwHxQc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Threading.Tasks.Parallel.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Threading.Tasks.Parallel.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Threading.Tasks.wasm", "AssetKind": "Build", @@ -3836,13 +3836,13 @@ "Integrity": "PSIS6V/Pyi7eJnCUoARry/9RAAN/ziPcM1WILonRTPc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Threading.Tasks.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Threading.Tasks.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Thread.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Thread.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Threading.Thread.wasm", "AssetKind": "Build", @@ -3857,13 +3857,13 @@ "Integrity": "tF1blOwbZAEgjhJeSld4zHrcIBEXcJ0cqVb0crN9Qxw=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Threading.Thread.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Threading.Thread.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.ThreadPool.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.ThreadPool.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Threading.ThreadPool.wasm", "AssetKind": "Build", @@ -3878,13 +3878,13 @@ "Integrity": "+51YGMJdEc+oC6dQCEgq4faQbjI8xutTCQNc6RDQw04=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Threading.ThreadPool.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Threading.ThreadPool.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Timer.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Timer.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Threading.Timer.wasm", "AssetKind": "Build", @@ -3899,13 +3899,13 @@ "Integrity": "mK/lQhE6mh9xrSTZe8MkH6JN86P7OsEO8JhZQZvt+Zc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Threading.Timer.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Threading.Timer.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Threading.wasm", "AssetKind": "Build", @@ -3920,13 +3920,13 @@ "Integrity": "+AqC723lHKQfu7KfETRHYMhw17Lyr3e3zBe91rN4fOU=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Threading.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Threading.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Transactions.Local.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Transactions.Local.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Transactions.Local.wasm", "AssetKind": "Build", @@ -3941,13 +3941,13 @@ "Integrity": "3Ae9/V5K5H0xOhhdxJecK9OtulVJVA52XtjlmeEAZeE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Transactions.Local.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Transactions.Local.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Transactions.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Transactions.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Transactions.wasm", "AssetKind": "Build", @@ -3962,13 +3962,13 @@ "Integrity": "QqW2MPPJjsh0IovZrStC2+ohTQrejhhUxjcRazKnpyA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Transactions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Transactions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ValueTuple.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ValueTuple.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.ValueTuple.wasm", "AssetKind": "Build", @@ -3983,13 +3983,13 @@ "Integrity": "qN/Xvji8gcoVp+wy6WzH+t/RzeS9RFx6ULM1atKvo7w=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.ValueTuple.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.ValueTuple.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.wasm", "AssetKind": "Build", @@ -4004,13 +4004,13 @@ "Integrity": "2dnz1P4nx0omZDVyfghmcQzMyHavstYpaEJcQ4M25XY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Web.HttpUtility.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Web.HttpUtility.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Web.HttpUtility.wasm", "AssetKind": "Build", @@ -4025,13 +4025,13 @@ "Integrity": "bWV2xnkb9A0d9Vrr7MHaLEVkdO3FVWpX6rg6XwmVRCM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Web.HttpUtility.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Web.HttpUtility.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Web.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Web.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Web.wasm", "AssetKind": "Build", @@ -4046,13 +4046,13 @@ "Integrity": "yPLQFa+cRTvadbkueZm5D5iXxl93NqZ9B5bqG/mZc+0=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Web.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Web.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Windows.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Windows.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Windows.wasm", "AssetKind": "Build", @@ -4067,13 +4067,13 @@ "Integrity": "BFYGn0vLca86cY0//cRQmGYSwwTj8pnz2CXK/MaeD/w=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Windows.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Windows.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.Linq.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.Linq.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Xml.Linq.wasm", "AssetKind": "Build", @@ -4088,13 +4088,13 @@ "Integrity": "bQe3so+L45ecJqnRHaHbL51BUhlnZgTv5RMeGYVBYsU=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Xml.Linq.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Xml.Linq.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.ReaderWriter.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.ReaderWriter.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Xml.ReaderWriter.wasm", "AssetKind": "Build", @@ -4109,13 +4109,13 @@ "Integrity": "igGiWuYy7j0tC6MqNAmYx3utXRJVOq7g2tvPzPK0t08=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Xml.ReaderWriter.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Xml.ReaderWriter.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.Serialization.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.Serialization.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Xml.Serialization.wasm", "AssetKind": "Build", @@ -4130,13 +4130,13 @@ "Integrity": "5Kpxl9UaIlUpkLu5TQZ5FAYlMGJXnDKdEKbCE3vu6Jw=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Xml.Serialization.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Xml.Serialization.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Xml.wasm", "AssetKind": "Build", @@ -4151,13 +4151,13 @@ "Integrity": "wotRLcEZQSEUJOeJaGm8VIJ2Yn7upzrz/KMaPrjAQ9E=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Xml.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Xml.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XDocument.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XDocument.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Xml.XDocument.wasm", "AssetKind": "Build", @@ -4172,13 +4172,13 @@ "Integrity": "HWbbjEK4Wq57/LACY64uu13ZkAeV1XDyunjXACBQG3M=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Xml.XDocument.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Xml.XDocument.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XmlDocument.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XmlDocument.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Xml.XmlDocument.wasm", "AssetKind": "Build", @@ -4193,13 +4193,13 @@ "Integrity": "8i643Bmv66RSUADU20QVsk44h1gN3SJY2fTUA4BmNxo=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Xml.XmlDocument.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Xml.XmlDocument.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XmlSerializer.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XmlSerializer.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Xml.XmlSerializer.wasm", "AssetKind": "Build", @@ -4214,13 +4214,13 @@ "Integrity": "6LMMq8P2VmX7SRkdGn8Fhn1n2HJzuiicVOTSjZPwO7c=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Xml.XmlSerializer.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Xml.XmlSerializer.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XPath.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XPath.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Xml.XPath.wasm", "AssetKind": "Build", @@ -4235,13 +4235,13 @@ "Integrity": "T+XnFMRS6QgBPQXe0Sm0AcyYMQPxgUpM9gWOS9K7Lis=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Xml.XPath.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Xml.XPath.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XPath.XDocument.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XPath.XDocument.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Xml.XPath.XDocument.wasm", "AssetKind": "Build", @@ -4256,13 +4256,13 @@ "Integrity": "Kzy2/teP/Zzq4DzSxR6+VOVMKLGM1KUn0xeqsxV7Vlw=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Xml.XPath.XDocument.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\System.Xml.XPath.XDocument.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Website.Client.pdb", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Website.Client.pdb", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Website.Client.pdb", "AssetKind": "Build", @@ -4273,17 +4273,17 @@ "RelatedAsset": "", "AssetTraitName": "WasmResource", "AssetTraitValue": "symbol", - "Fingerprint": "j2j1jdk9ss", - "Integrity": "y90LQ1XOjd1YuFrTuyoh7VP2K62Z9WiA9VnwHTsxbUA=", + "Fingerprint": "ww338guy0i", + "Integrity": "kN5prTHUq5BdesgOuR7HHU5YivSfWgWJrmk1qh5px+Y=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", "OriginalItemSpec": "obj\\Debug\\net8.0\\Website.Client.pdb" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Website.Client.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Website.Client.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Website.Client.wasm", "AssetKind": "Build", @@ -4294,17 +4294,17 @@ "RelatedAsset": "", "AssetTraitName": "WasmResource", "AssetTraitValue": "runtime", - "Fingerprint": "10qtdtf8da", - "Integrity": "HyZwsW4UVFnIClpKUxnFEsCE8theJnFkFvXLIOazz8o=", + "Fingerprint": "uje4l4996j", + "Integrity": "qreRmD3AaRcxH89/sDwu0cieOk5oKuyAE0Iw0Kgl3AI=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Website.Client.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\Website.Client.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\WindowsBase.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\WindowsBase.wasm", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/WindowsBase.wasm", "AssetKind": "Build", @@ -4319,13 +4319,13 @@ "Integrity": "OvvMg6Wq2zXE8rpCIWduWwx7Z2DmNb/Rc5MKcnddDzM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\WindowsBase.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\webcil\\WindowsBase.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\04a487v8dk-nizy1jf1r0.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\04a487v8dk-nizy1jf1r0.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Xml.XPath.wasm.gz", "AssetKind": "Build", @@ -4333,20 +4333,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XPath.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XPath.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "fhwntkmvjr", "Integrity": "MzFxNuycbchMeFAiuJOD49YmGYKyzXHC7AgLpFJ3oXQ=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XPath.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XPath.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\06xhlk2478-10qtdtf8da.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\06xhlk2478-uje4l4996j.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Website.Client.wasm.gz", "AssetKind": "Build", @@ -4354,20 +4354,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Website.Client.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Website.Client.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", - "Fingerprint": "5w1rqmxknc", - "Integrity": "qzvjo5dVy/KTbkkiyrJE2zXpCTtvtGBXSABVUQqJu0A=", + "Fingerprint": "eg9q3x4cbi", + "Integrity": "XvnIhUNaHqwdDBvM02D2m6kdaTon90GpEMDnZPA6iig=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Website.Client.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Website.Client.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\086u6yzl35-hqi8x6bymk.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\086u6yzl35-hqi8x6bymk.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.wasm.gz", "AssetKind": "Build", @@ -4375,20 +4375,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "y0g1foi4dw", "Integrity": "YvblXboTGSMDIIfT4ZhtXfN/CjaVhcoWS3mBbPB0yNk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0bp2h8ufhq-iudrcw56e1.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0bp2h8ufhq-iudrcw56e1.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.IO.Pipelines.wasm.gz", "AssetKind": "Build", @@ -4396,20 +4396,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipelines.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipelines.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "cbvypw07go", "Integrity": "CMzRd155p5hsb9RsAB5w0e7pOoS0xg2okJH6wC5TZJk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipelines.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipelines.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0irw3zla49-kqtqolm4wa.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0irw3zla49-kqtqolm4wa.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.IO.FileSystem.wasm.gz", "AssetKind": "Build", @@ -4417,20 +4417,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "enaqauxvlo", "Integrity": "lvVtCJJZY4nt1KXKep86Gf3c1vHVz+y7DHGmaEagOvM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0knkqd933w-sv4ivqpdih.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0knkqd933w-sv4ivqpdih.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.IO.Compression.Brotli.wasm.gz", "AssetKind": "Build", @@ -4438,20 +4438,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.Brotli.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.Brotli.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "7mhm9ysug8", "Integrity": "r7NR95RnlahrRTVYFgZYDfx0HJXXHkRjSWnyEU6tvso=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.Brotli.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.Brotli.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0qg8z4cu2n-oyz0vx2fzb.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0qg8z4cu2n-oyz0vx2fzb.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/emcc-props.json.gz", "AssetKind": "Build", @@ -4459,20 +4459,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\emcc-props.json", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\emcc-props.json", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "6rw5k6cf8e", "Integrity": "7t6AVk6lvrWEqY7hRavzlgS107PQ4doQEFxFK3dDtRQ=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\emcc-props.json" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\emcc-props.json" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\113hg5hh18-h3yeys7sb7.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\113hg5hh18-h3yeys7sb7.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Xml.XDocument.wasm.gz", "AssetKind": "Build", @@ -4480,20 +4480,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XDocument.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XDocument.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "hrmppz00vf", "Integrity": "g5vtXusU00Lyj73gBIGZMSzn2y70GrQKvdxD0RfKZwU=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XDocument.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XDocument.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\15dfqkray5-yxrd07gwvl.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\15dfqkray5-yxrd07gwvl.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Globalization.Extensions.wasm.gz", "AssetKind": "Build", @@ -4501,20 +4501,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.Extensions.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.Extensions.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "mkonvv5974", "Integrity": "2jgY+JTBYWGJoZyofFVyFmxcAAQSSzoJt+6DAgWgNuA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.Extensions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.Extensions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\16gkmd3qyn-u3evpglqtv.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\16gkmd3qyn-u3evpglqtv.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Reflection.Emit.Lightweight.wasm.gz", "AssetKind": "Build", @@ -4522,20 +4522,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "mqtt1rznrr", "Integrity": "MucTw8WB3kvKQbDhqaD6mFyI8dho9y1kuzP2FJt9lq8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1hblptriwp-a1bvfrdfb0.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1hblptriwp-a1bvfrdfb0.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Security.SecureString.wasm.gz", "AssetKind": "Build", @@ -4543,20 +4543,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.SecureString.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.SecureString.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "pkpsbvs60n", "Integrity": "eXd/X4ScUvBLl3CJMwkB0Y6pkfHUHKZ+hKUKD216BE8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.SecureString.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.SecureString.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1huhr2mzyn-ve69vgf5kz.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1huhr2mzyn-ve69vgf5kz.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.IO.IsolatedStorage.wasm.gz", "AssetKind": "Build", @@ -4564,20 +4564,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.IsolatedStorage.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.IsolatedStorage.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "pzxhc9d4cr", "Integrity": "Veb03pJXLGFMfYA//NyO7fmK+fYaOETRpxgdS6PTvRo=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.IsolatedStorage.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.IsolatedStorage.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1ibz4kqyc0-uovh5g3v63.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1ibz4kqyc0-uovh5g3v63.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Net.NetworkInformation.wasm.gz", "AssetKind": "Build", @@ -4585,20 +4585,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.NetworkInformation.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.NetworkInformation.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "cmgbffbfms", "Integrity": "HFyWhoyIyFb9TTb0z2TQyPVY5Vtyp9BMBiuCjn3W0DA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.NetworkInformation.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.NetworkInformation.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\24f91srh18-gmkxofgq6z.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\24f91srh18-gmkxofgq6z.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Resources.Writer.wasm.gz", "AssetKind": "Build", @@ -4606,20 +4606,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.Writer.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.Writer.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "kpy9gvx5yo", "Integrity": "CKw6EDzXGVDWnQKOZJxHrjRUdJQBODLN2pxxsRkP0fA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.Writer.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.Writer.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\28xa66ni2k-wyvnqt03fv.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\28xa66ni2k-wyvnqt03fv.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Threading.Timer.wasm.gz", "AssetKind": "Build", @@ -4627,20 +4627,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Timer.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Timer.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "pjz86q7rkf", "Integrity": "C/ywV6kuiS7Yt0y1m9JyPTY/brudOe/F1MArm0h48H0=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Timer.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Timer.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\2hd3hup4x7-mv535bwyet.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\2hd3hup4x7-mv535bwyet.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/blazor.webassembly.js.gz", "AssetKind": "All", @@ -4648,20 +4648,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.webassembly.js", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.webassembly.js", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "316ijom068", "Integrity": "+V2Lg1Jy/5iLhIkZHMvZU1uFPbr2UWCvWIR1xl5s8EE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.webassembly.js" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.webassembly.js" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\306m1unmgj-j2j1jdk9ss.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\306m1unmgj-ww338guy0i.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Website.Client.pdb.gz", "AssetKind": "Build", @@ -4669,20 +4669,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Website.Client.pdb", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Website.Client.pdb", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", - "Fingerprint": "u64gr27ztk", - "Integrity": "NuyN9d1WdTIIDg0+5iPfqIm/DQTC//5fjhArq6ERPew=", + "Fingerprint": "dpcivjgqtr", + "Integrity": "0Ts+i6BxwQg5VigAn66kr/Aa5aB0Dgm6ouWKdb0CjL8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Website.Client.pdb" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Website.Client.pdb" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\324w13xuvo-bi4ws36sl2.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\324w13xuvo-bi4ws36sl2.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Net.wasm.gz", "AssetKind": "Build", @@ -4690,20 +4690,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "nqblqtrfch", "Integrity": "r4wKqX/KuyUmRLrV6N4bXQQevQnhEz6ZjqlL6xGIYQI=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\36hb6ks61s-xcolejwqh0.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\36hb6ks61s-xcolejwqh0.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Reflection.Emit.wasm.gz", "AssetKind": "Build", @@ -4711,20 +4711,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "4ucg5rm3aq", "Integrity": "BMrMDeUzh2uuWEdjgXOyBNImGhAyDKseC6nphSmsTpY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3do1xgb209-ix9s17e4oa.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3do1xgb209-ix9s17e4oa.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.ComponentModel.DataAnnotations.wasm.gz", "AssetKind": "Build", @@ -4732,20 +4732,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.DataAnnotations.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.DataAnnotations.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "m3lc018wgg", "Integrity": "LuY7SM4sNdHdX9WNNcfCCiD34NZ861R3IgubvLPwD8Y=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.DataAnnotations.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.DataAnnotations.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3iplrib5f1-ek4hlhdqkj.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3iplrib5f1-ek4hlhdqkj.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.ComponentModel.TypeConverter.wasm.gz", "AssetKind": "Build", @@ -4753,20 +4753,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "xrow2ev6a2", "Integrity": "kxA24zMVKhK4KKU8dlEDUBrfZ1XnIkgSqAWY0aRXWWk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3oxhwn0e7e-arf11keiq9.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3oxhwn0e7e-arf11keiq9.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.InteropServices.wasm.gz", "AssetKind": "Build", @@ -4774,20 +4774,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "hwp3rh6q2c", "Integrity": "4WT6ONDgGUJj2hHP0jETROv1iBiWP/a91pBuI25oDjE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3vnwcuaexo-gqix7qqjto.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3vnwcuaexo-gqix7qqjto.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Xml.XmlSerializer.wasm.gz", "AssetKind": "Build", @@ -4795,20 +4795,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XmlSerializer.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XmlSerializer.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "ea25rpwvv5", "Integrity": "KqYv7QVuOP+eJ3TPaf60tLLwFqWC8iI/50alX3hxqIA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XmlSerializer.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XmlSerializer.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4ep2tuqqvh-nwmq9c0dxp.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4ep2tuqqvh-nwmq9c0dxp.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Principal.wasm.gz", "AssetKind": "Build", @@ -4816,20 +4816,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Principal.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Principal.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "fimry1xqeg", "Integrity": "t0AngCuUg0k6w0b18O2Og/wWWpWENIVJ2Psl/z83t2g=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Principal.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Principal.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4gf6l5tac6-dgkgnxso4m.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4gf6l5tac6-dgkgnxso4m.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Private.Xml.Linq.wasm.gz", "AssetKind": "Build", @@ -4837,20 +4837,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Xml.Linq.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Xml.Linq.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "9js28vy71x", "Integrity": "Cz9O/W2eE+ayS4y+Re2Nz1rKgdMw1nB1mLqFDT/eqZs=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Xml.Linq.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Xml.Linq.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4if7lrerku-033xejool8.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4if7lrerku-033xejool8.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Transactions.Local.wasm.gz", "AssetKind": "Build", @@ -4858,20 +4858,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Transactions.Local.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Transactions.Local.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "wk7dsuo11x", "Integrity": "oPsC8x0/Lilq3Y9T+bONs8+m0iT3b5YwXgiHp550//Q=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Transactions.Local.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Transactions.Local.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4m61xkkzic-wgqopll9rf.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4m61xkkzic-wgqopll9rf.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Collections.NonGeneric.wasm.gz", "AssetKind": "Build", @@ -4879,20 +4879,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.NonGeneric.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.NonGeneric.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "f05bfrtzi8", "Integrity": "4cYeDRxHk4blCiHSMrEytlTkmWOlDM9i3JTo4zB9B6M=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.NonGeneric.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.NonGeneric.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4wku2hu407-h26lzyu81w.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4wku2hu407-h26lzyu81w.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.Serialization.Formatters.wasm.gz", "AssetKind": "Build", @@ -4900,20 +4900,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Formatters.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Formatters.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "sskrhdwgbr", "Integrity": "9FhhDUbjmzDDEuJYxLXNaGIT1o7PBwivxkKT997JTCA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Formatters.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Formatters.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\57n2zserhj-twlt8rxgl3.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\57n2zserhj-twlt8rxgl3.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/mscorlib.wasm.gz", "AssetKind": "Build", @@ -4921,20 +4921,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\mscorlib.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\mscorlib.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "noktb72sez", "Integrity": "CWt/oQq8QZydhICnAoNLO1bvHGgU2I37NzfPmBVXTUQ=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\mscorlib.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\mscorlib.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5d75awqi98-0yldq48nb4.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5d75awqi98-0yldq48nb4.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.IO.FileSystem.DriveInfo.wasm.gz", "AssetKind": "Build", @@ -4942,20 +4942,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.DriveInfo.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.DriveInfo.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "04ir0euiz0", "Integrity": "cOyv5QMF0PcA4YFnF+efJPwM3Iu9AcnAgESQmMJFDJo=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.DriveInfo.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.DriveInfo.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5fh9d1idcu-osnb0kzr6n.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5fh9d1idcu-osnb0kzr6n.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Web.wasm.gz", "AssetKind": "Build", @@ -4963,20 +4963,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Web.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Web.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "bqndv2ld1s", "Integrity": "ne8/fE50F2mKfXLcN+mVZiT4n8SohTV9+lsvwNTZYlE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Web.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Web.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5g80oqiykv-drckq1wkq3.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5g80oqiykv-drckq1wkq3.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.IO.FileSystem.AccessControl.wasm.gz", "AssetKind": "Build", @@ -4984,20 +4984,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.AccessControl.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.AccessControl.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "14gs3j6ip4", "Integrity": "kS//JWgfRwYTQnppYiPPWC1Rf32gMUcz9DxXX9X35cI=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.AccessControl.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.AccessControl.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5hmh5cfrjo-h1b8h0vt7q.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5hmh5cfrjo-h1b8h0vt7q.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.JSInterop.wasm.gz", "AssetKind": "Build", @@ -5005,20 +5005,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.JSInterop.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.JSInterop.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "jrveuk7nf7", "Integrity": "sYmzvZetBJTJZBf/B9iAmsoMJ1dXLiDppjV5PFi2qIE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.JSInterop.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.JSInterop.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5kj1e1duz5-ob6wu8zdxc.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5kj1e1duz5-ob6wu8zdxc.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Windows.wasm.gz", "AssetKind": "Build", @@ -5026,20 +5026,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Windows.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Windows.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "m6ohmuwyjx", "Integrity": "riINfEvgSEcSkv/Fmpvw+YB41KR/L0irlh7kQrSnjqQ=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Windows.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Windows.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5nc9t7881e-gbqoxsv40r.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5nc9t7881e-gbqoxsv40r.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Net.Sockets.wasm.gz", "AssetKind": "Build", @@ -5047,20 +5047,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Sockets.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Sockets.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "lz8ram7on3", "Integrity": "v8dfIG80OlroX0diS+8huDOicF9DVLZdzyvnxwCPDfI=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Sockets.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Sockets.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5x2hw9hlph-67lwahgksx.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5x2hw9hlph-67lwahgksx.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Configuration.wasm.gz", "AssetKind": "Build", @@ -5068,20 +5068,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Configuration.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Configuration.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "ipm3857xzr", "Integrity": "Sn5Ms1jZ/cGmAS6VpYCN1jY+D2CHDlsd0UTFti9lRxg=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Configuration.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Configuration.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\62z0o2i9pb-turgxoxt8a.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\62z0o2i9pb-turgxoxt8a.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Threading.ThreadPool.wasm.gz", "AssetKind": "Build", @@ -5089,20 +5089,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.ThreadPool.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.ThreadPool.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "stx3iwz682", "Integrity": "AFDZ6XDYhB0LsoDNfnxA+1BsS3yGa7ke/7JFiJTNafM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.ThreadPool.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.ThreadPool.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\69b0nullub-1hzkk1v31b.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\69b0nullub-1hzkk1v31b.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Resources.ResourceManager.wasm.gz", "AssetKind": "Build", @@ -5110,20 +5110,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.ResourceManager.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.ResourceManager.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "h1cmy3uk3f", "Integrity": "i+toU4RFj1+IlEMcw/wjI7t92sa3uruMkayQ69kxvFU=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.ResourceManager.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.ResourceManager.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6a14p9cnfm-7vq6uvcllp.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6a14p9cnfm-7vq6uvcllp.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.ComponentModel.Annotations.wasm.gz", "AssetKind": "Build", @@ -5131,20 +5131,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.Annotations.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.Annotations.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "ux5zuvwrzf", "Integrity": "0oLVjCIStrd4fwu1FzVfo1dYbymzEMe1JPrj65fCM7c=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.Annotations.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.Annotations.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6ckavr9kyn-9pqt1af9za.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6ckavr9kyn-9pqt1af9za.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Web.HttpUtility.wasm.gz", "AssetKind": "Build", @@ -5152,20 +5152,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Web.HttpUtility.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Web.HttpUtility.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "pjasagogqt", "Integrity": "ZS7qb7om4PEmTIrZ+W0uzF8cC3j+mirbxSJhGGKVthE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Web.HttpUtility.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Web.HttpUtility.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6e33x6oap5-cub3louzqd.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6e33x6oap5-cub3louzqd.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.IO.Compression.wasm.gz", "AssetKind": "Build", @@ -5173,20 +5173,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "zf6e53wowg", "Integrity": "4datQXnqARCuLxA5pCdQhVC1QcuFgZOrCHyCRWp9Tr4=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6hh6ezf247-akyqtilzco.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6hh6ezf247-akyqtilzco.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.ComponentModel.Primitives.wasm.gz", "AssetKind": "Build", @@ -5194,20 +5194,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.Primitives.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.Primitives.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "f2kuln47jm", "Integrity": "F7KvdLS4WoUT9vjj7ljIICjVu9boPL+n/b89iZoeKKQ=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.Primitives.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.Primitives.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6i5reauy9a-tnxw0hw66n.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6i5reauy9a-tnxw0hw66n.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Net.Quic.wasm.gz", "AssetKind": "Build", @@ -5215,20 +5215,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Quic.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Quic.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "vc0gz5m1ij", "Integrity": "McP21aIPanisoUK5d6bmi8c64Nsm1uYPqooGcIT5gMQ=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Quic.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Quic.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6lf2ddmv1l-gyfyt6ifle.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6lf2ddmv1l-gyfyt6ifle.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Reflection.TypeExtensions.wasm.gz", "AssetKind": "Build", @@ -5236,20 +5236,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.TypeExtensions.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.TypeExtensions.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "740wc79094", "Integrity": "l2DVjvPL7r5D5qp7VedxZShtupUt2ViPpleA7NU7LHc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.TypeExtensions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.TypeExtensions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6nmjb2ga9x-1iz0927hqc.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6nmjb2ga9x-1iz0927hqc.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.Loader.wasm.gz", "AssetKind": "Build", @@ -5257,20 +5257,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Loader.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Loader.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "6z3pyr1qe9", "Integrity": "nuEj2uCC1HfAJRj6aBxziSyFOi83KMfLn8BZd9bHfqc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Loader.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Loader.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\768lripqfk-7hqmuqq5cq.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\768lripqfk-7hqmuqq5cq.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Diagnostics.DiagnosticSource.wasm.gz", "AssetKind": "Build", @@ -5278,20 +5278,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "39exdn7n81", "Integrity": "Z98mCetjvLQ7YXw8FniES6ZQCdjdMwqUGX/t74rxSK8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7bwqdgi3te-oj9i08g6lz.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7bwqdgi3te-oj9i08g6lz.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.IO.FileSystem.Watcher.wasm.gz", "AssetKind": "Build", @@ -5299,20 +5299,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "ff5fv6mvgd", "Integrity": "O0DuXwxEoUxDfN8iyb0X90IcLnV8H81yLHduIUbaTYI=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7ju68gy5ye-rpvltkbyzt.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7ju68gy5ye-rpvltkbyzt.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.FileProviders.Physical.wasm.gz", "AssetKind": "Build", @@ -5320,20 +5320,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "gmno2wz14c", "Integrity": "mL9aDIgzoCBBugdOwscAnV2L14lXopq1fPoBppkHjc0=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7tlppx7xm5-ces8qi4jdv.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7tlppx7xm5-ces8qi4jdv.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.ServiceProcess.wasm.gz", "AssetKind": "Build", @@ -5341,20 +5341,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ServiceProcess.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ServiceProcess.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "vabps2biep", "Integrity": "dxmdP28tScxoCTGtz3fZRKwgHg+fkdQZmD6AglnD3D0=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ServiceProcess.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ServiceProcess.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7vh4rfs37c-uqq1toshjs.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7vh4rfs37c-uqq1toshjs.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Linq.Parallel.wasm.gz", "AssetKind": "Build", @@ -5362,20 +5362,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Parallel.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Parallel.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "ewzovxr6o5", "Integrity": "QmGM1Lu5yTjWgC5YWdpE/QB028QexYMiEIDnB0EaTMw=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Parallel.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Parallel.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7w5so08yb1-4njtqvtvgx.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7w5so08yb1-4njtqvtvgx.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.Configuration.wasm.gz", "AssetKind": "Build", @@ -5383,20 +5383,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "ehpzq00vvn", "Integrity": "woWY7cPpxRwo/ZlBGIpiuVyrCcNVURoJEClmhSxYIT0=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7zj9q3kwy5-6dbzlzi6uo.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7zj9q3kwy5-6dbzlzi6uo.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.IO.FileSystem.Primitives.wasm.gz", "AssetKind": "Build", @@ -5404,20 +5404,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.Primitives.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.Primitives.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "bavfo7ho3o", "Integrity": "I/AlTY3pB4IFVosf2fjajK2XBp2BCs657MLOpGeHBMQ=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.Primitives.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.Primitives.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8c7w0qgkmn-onxt1qlo23.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8c7w0qgkmn-onxt1qlo23.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Dynamic.Runtime.wasm.gz", "AssetKind": "Build", @@ -5425,20 +5425,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Dynamic.Runtime.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Dynamic.Runtime.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "cud42xo4eo", "Integrity": "FAX2SUGp9u9THloPsGOZSoOcJPVbsp3pwj6QBrLlWw0=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Dynamic.Runtime.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Dynamic.Runtime.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8d128emwtl-9x7dptacey.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8d128emwtl-9x7dptacey.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Text.Encodings.Web.wasm.gz", "AssetKind": "Build", @@ -5446,20 +5446,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encodings.Web.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encodings.Web.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "3ro35rnpyf", "Integrity": "8T4xo9l3QKy61Inc2HoWGAxpSHCCxuRBM/jrK/yhkHk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encodings.Web.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encodings.Web.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8eh5y9tp1c-bqy8sv168l.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8eh5y9tp1c-bqy8sv168l.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Linq.wasm.gz", "AssetKind": "Build", @@ -5467,20 +5467,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "xq1wle2378", "Integrity": "JyLaNCp+rrDWPF16f4ox2cQZSfXexto9yzB38AWKbCo=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8ezvspfqzk-66ysrn2owv.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8ezvspfqzk-66ysrn2owv.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Private.Xml.wasm.gz", "AssetKind": "Build", @@ -5488,20 +5488,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Xml.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Xml.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "5h1hom7j4l", "Integrity": "uYFN7qahgdlcinr1QCFdOpIdJckxM+EwQJj7eiDX9o8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Xml.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Xml.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8ipet00v1f-9vh2vkrqrk.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8ipet00v1f-9vh2vkrqrk.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.IO.Compression.FileSystem.wasm.gz", "AssetKind": "Build", @@ -5509,20 +5509,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.FileSystem.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.FileSystem.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "kqm1uamswk", "Integrity": "XM/mF/SZ590+dms78UpD/zqh7ABOlQMc2arSJfsCCWE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.FileSystem.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.FileSystem.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8j9ggs5dy9-rqxhp8973g.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8j9ggs5dy9-rqxhp8973g.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/dotnet.js.gz", "AssetKind": "Build", @@ -5530,20 +5530,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.js", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.js", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "9wl5zyhci1", "Integrity": "Gdm/yYLUN4tvAgPXl+K983s3AEcmUHASIBsl11FloYE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.js" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.js" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8jhparz1fs-1udekzdv05.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8jhparz1fs-1udekzdv05.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Threading.Channels.wasm.gz", "AssetKind": "Build", @@ -5551,20 +5551,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Channels.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Channels.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "w39lxxjnkq", "Integrity": "XPb9/Xm5Jo1cL2dS0rbTh0iFJKxPbHb5FZCsgdJsiYI=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Channels.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Channels.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8js2b3ikzg-iz9521x4d5.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8js2b3ikzg-iz9521x4d5.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.wasm.gz", "AssetKind": "Build", @@ -5572,20 +5572,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "jx8oiljyvv", "Integrity": "N7kb/mVjfMEElPdAq0rwQUYBDKt0Kxwu1YuriUnxvTc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8nmyr3nvr7-5bq2cvr3hg.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8nmyr3nvr7-5bq2cvr3hg.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Text.Encoding.Extensions.wasm.gz", "AssetKind": "Build", @@ -5593,20 +5593,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.Extensions.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.Extensions.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "tcenqkf4hy", "Integrity": "kz2M9bCMoyGFCQoDghmC2Hb+lHT6KEsGwlEKICFFjkE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.Extensions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.Extensions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8qc79e3nu4-x35pd1xcsk.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8qc79e3nu4-x35pd1xcsk.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Resources.Reader.wasm.gz", "AssetKind": "Build", @@ -5614,20 +5614,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.Reader.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.Reader.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "n3zxdpunpv", "Integrity": "Df+vsPBX6TGv0gUqHQmUohDOIEKQULoaGdg1Ar1wPo4=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.Reader.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.Reader.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8s5drhusp6-xduo6mn7ma.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8s5drhusp6-xduo6mn7ma.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.Serialization.wasm.gz", "AssetKind": "Build", @@ -5635,20 +5635,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "0imvck3i0o", "Integrity": "qI/cU5M5ST0mJAJ8JeycCI6LQ6SPCE613/g+Gy1pb9E=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8st2mjmvff-3e7pdp88zp.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8st2mjmvff-3e7pdp88zp.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Text.RegularExpressions.wasm.gz", "AssetKind": "Build", @@ -5656,20 +5656,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.RegularExpressions.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.RegularExpressions.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "2rdgxha940", "Integrity": "ni7JGyH0/ctMnyPJdq4m3X/T8XQRFV1sHn+GM3NhNVs=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.RegularExpressions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.RegularExpressions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\9e3m4lhpqa-mq4q4k2a4q.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\9e3m4lhpqa-mq4q4k2a4q.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/netstandard.wasm.gz", "AssetKind": "Build", @@ -5677,20 +5677,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\netstandard.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\netstandard.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "v7lorll2ux", "Integrity": "a8BPpozHsOVahp7EPLmvEwMC2CJbQ+UTgN2n1Hnkydc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\netstandard.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\netstandard.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\9u0at65pop-keyssdiug3.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\9u0at65pop-keyssdiug3.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/dotnet.native.wasm.gz", "AssetKind": "Build", @@ -5698,20 +5698,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.native.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.native.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "qnuuwzserz", "Integrity": "tsIiPqi99VFZORbuh/1s0uchCBHSYGIWr6h+BFvDaqU=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.native.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.native.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\a79tq9ynwt-8i9v2949fr.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\a79tq9ynwt-8i9v2949fr.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Linq.Expressions.wasm.gz", "AssetKind": "Build", @@ -5719,20 +5719,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Expressions.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Expressions.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "da5zukselu", "Integrity": "hfPoOtQJGgAPmfVtL5h4nEnmpqb2GBpJ+z6XRr+J1vg=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Expressions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Expressions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\acd83xah5k-cg50v6hv4d.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\acd83xah5k-cg50v6hv4d.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.Serialization.Xml.wasm.gz", "AssetKind": "Build", @@ -5740,20 +5740,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Xml.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Xml.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "26oizhjbsj", "Integrity": "Jt5JldBxTqrKwL7yp00BuZryuTrTwuuQ65uBHnZBC2k=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Xml.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Xml.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ahhmji10vw-982lmixj89.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ahhmji10vw-982lmixj89.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Cryptography.X509Certificates.wasm.gz", "AssetKind": "Build", @@ -5761,20 +5761,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.X509Certificates.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.X509Certificates.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "ipp2onazct", "Integrity": "piLnf0+Qt29xkziWbQH43DEgidyTIwC9ul2lqv9ChhE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.X509Certificates.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.X509Certificates.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ayfnxaw2xn-0r3amze666.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ayfnxaw2xn-0r3amze666.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.Configuration.Binder.wasm.gz", "AssetKind": "Build", @@ -5782,20 +5782,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "dz6cxvyzbz", "Integrity": "WSuabncDxkAB8fqRIdPNHPgeAGnmfkzqrcBXgplQMGQ=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\b1j4g2aidh-gwhgic1g4s.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\b1j4g2aidh-gwhgic1g4s.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Net.Http.Json.wasm.gz", "AssetKind": "Build", @@ -5803,20 +5803,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Http.Json.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Http.Json.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "djvsw1b45v", "Integrity": "qQITSqUykcBwK9k8zakh7d6h/5N9kR2fpuZYH6RfTFs=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Http.Json.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Http.Json.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\b8331giksb-5rlkx55y19.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\b8331giksb-5rlkx55y19.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Diagnostics.Debug.wasm.gz", "AssetKind": "Build", @@ -5824,20 +5824,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Debug.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Debug.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "4o6h342tau", "Integrity": "BA+hvc453ClKCYOcgXTFF7iuM9b05pDawMXgOzS+7Yc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Debug.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Debug.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bapsepfweu-o2o4ch8qxi.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bapsepfweu-o2o4ch8qxi.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Data.DataSetExtensions.wasm.gz", "AssetKind": "Build", @@ -5845,20 +5845,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.DataSetExtensions.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.DataSetExtensions.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "4wcpy1uf68", "Integrity": "fExs3xAtCf3ZePeT/bgZIxObI+LUC2r3YowGYpmPBOA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.DataSetExtensions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.DataSetExtensions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bfqrylll5s-i1lssuj9i7.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bfqrylll5s-i1lssuj9i7.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Collections.Concurrent.wasm.gz", "AssetKind": "Build", @@ -5866,20 +5866,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Concurrent.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Concurrent.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "c93safwhje", "Integrity": "gCVz+Gut8zRhdFs5nHctKFLkZJ8WAH57/HORn+p+17w=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Concurrent.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Concurrent.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bhjajimbgl-xdmaord4ni.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bhjajimbgl-xdmaord4ni.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Xml.XPath.XDocument.wasm.gz", "AssetKind": "Build", @@ -5887,20 +5887,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XPath.XDocument.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XPath.XDocument.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "eurzevebqx", "Integrity": "tsH3GllfJZNXqqlbtcqmN/q+P7lularV7uBV0pTxidA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XPath.XDocument.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XPath.XDocument.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bokgch25i1-ggby92gbf5.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bokgch25i1-ggby92gbf5.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Win32.Primitives.wasm.gz", "AssetKind": "Build", @@ -5908,20 +5908,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Win32.Primitives.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Win32.Primitives.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "cq8u6adbaw", "Integrity": "tEX0owKuHy0WPs1JOxRePu+y4hG0DfAru7PATimW9Ks=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Win32.Primitives.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Win32.Primitives.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\btvfot68ru-box0kt0ygr.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\btvfot68ru-box0kt0ygr.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Net.WebSockets.wasm.gz", "AssetKind": "Build", @@ -5929,20 +5929,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebSockets.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebSockets.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "7qfecyr3gc", "Integrity": "4fQW2DszGaKmRbwpgC1cGimnsaHlxafLX3Kbb+rhAvo=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebSockets.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebSockets.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\c95lybnc83-quym58pgua.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\c95lybnc83-quym58pgua.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Xml.XmlDocument.wasm.gz", "AssetKind": "Build", @@ -5950,20 +5950,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XmlDocument.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XmlDocument.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "f72qg4uyfi", "Integrity": "q40mg8JE9us2CuVQAkYJ6p55CJdQyiHZZD3pZoBz+os=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XmlDocument.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XmlDocument.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ca5aa9q9i4-lsakbjp1fg.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ca5aa9q9i4-lsakbjp1fg.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.Primitives.wasm.gz", "AssetKind": "Build", @@ -5971,20 +5971,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "rwlb4s9h23", "Integrity": "VXif+d8llcvt+N2pU6LUABQr1EUvnwTg27PGFGjJoWo=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\cdusluos85-e4ovel0up8.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\cdusluos85-e4ovel0up8.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Console.wasm.gz", "AssetKind": "Build", @@ -5992,20 +5992,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Console.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Console.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "flmj5xo8lw", "Integrity": "3T3CDugyk3v/vl6AkNhPGjnY+BUzDuhLI8tyDuZGF/Q=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Console.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Console.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ch98c0vyyx-l1dpo0yxvc.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ch98c0vyyx-l1dpo0yxvc.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Win32.Registry.wasm.gz", "AssetKind": "Build", @@ -6013,20 +6013,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Win32.Registry.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Win32.Registry.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "p9cttepq6g", "Integrity": "XSjSNkriUKRffwRhuFJcUCfI90CJbo0HMEkyZae57tA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Win32.Registry.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Win32.Registry.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ci3kptexkj-yy6f57640l.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ci3kptexkj-yy6f57640l.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.Configuration.Json.wasm.gz", "AssetKind": "Build", @@ -6034,20 +6034,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "vliov49hve", "Integrity": "M1N3wrmu41ddGz5INp3pKS70tYR/Y+Xqu+oZ9rZqjZ0=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ctxyflpotb-bx37hgrj5q.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ctxyflpotb-bx37hgrj5q.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.IO.MemoryMappedFiles.wasm.gz", "AssetKind": "Build", @@ -6055,20 +6055,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.MemoryMappedFiles.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.MemoryMappedFiles.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "qgu8q01ywu", "Integrity": "Ojbcw0RawlA5/DmzxuIavR9XeAjy5+M2ItL2xlNJhkw=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.MemoryMappedFiles.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.MemoryMappedFiles.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d53r06wrnt-z5tte9hbl9.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d53r06wrnt-z5tte9hbl9.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.VisualBasic.wasm.gz", "AssetKind": "Build", @@ -6076,20 +6076,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.VisualBasic.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.VisualBasic.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "6i24wwybw7", "Integrity": "Upr7EnnvYszEVa3FWw7rjMRjTX/NsscEyFOIjXI7Sho=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.VisualBasic.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.VisualBasic.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d5q87850bj-p7vg34owcn.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d5q87850bj-p7vg34owcn.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.JSInterop.WebAssembly.wasm.gz", "AssetKind": "Build", @@ -6097,20 +6097,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "r6g7j31ane", "Integrity": "TUM3p8iZEbOL84xvdWdztn+ehTYCSWRsQEUcZfV+WuY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d6zxzoeihc-z2tqksfwxn.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d6zxzoeihc-z2tqksfwxn.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.CompilerServices.VisualC.wasm.gz", "AssetKind": "Build", @@ -6118,20 +6118,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.CompilerServices.VisualC.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.CompilerServices.VisualC.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "lxj27bhi7g", "Integrity": "adSRJlWF2ItYdDpgD5M+Sn1Oy64xt/ctDW4rZNpHIiQ=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.CompilerServices.VisualC.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.CompilerServices.VisualC.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\detkbca685-vauvbpg47n.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\detkbca685-vauvbpg47n.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.IO.Compression.ZipFile.wasm.gz", "AssetKind": "Build", @@ -6139,20 +6139,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.ZipFile.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.ZipFile.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "jszf7kaxxy", "Integrity": "83npDoG9ModgrVZYqLL/tJisCjlSl2YTIMvtGuNHwbk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.ZipFile.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.ZipFile.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\dfaw8i07sg-p7aqa3ydbf.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\dfaw8i07sg-p7aqa3ydbf.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Net.Requests.wasm.gz", "AssetKind": "Build", @@ -6160,20 +6160,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Requests.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Requests.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "9jvigb9r53", "Integrity": "JdylFscS4H9conXqBw6reVchQ/qMuVvNpNw7F5k7BIc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Requests.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Requests.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\dj9qgodrn5-387laeplku.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\dj9qgodrn5-387laeplku.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/dotnet.js.map.gz", "AssetKind": "Build", @@ -6181,20 +6181,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.js.map", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.js.map", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "ikn0hccnc4", "Integrity": "Ulic5KXgIQBWS1c2u4bPDP0SCafd2p8suLnZ+6wdHCQ=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.js.map" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.js.map" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\e27pp01hks-8sy06h2xub.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\e27pp01hks-8sy06h2xub.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Cryptography.Primitives.wasm.gz", "AssetKind": "Build", @@ -6202,20 +6202,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "hvuuj77ol0", "Integrity": "Myn0mNR3mQ3KuNk22ETV4cdMlv0yi0a54wWLbpC10EM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\evz4x8kkgb-w83xci1s0e.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\evz4x8kkgb-w83xci1s0e.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Security.AccessControl.wasm.gz", "AssetKind": "Build", @@ -6223,20 +6223,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.AccessControl.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.AccessControl.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "m6gbhttqdy", "Integrity": "UkQDjXKIMozKBWj6zbh4BFPNPlCZaKQkrmigRzkDwXk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.AccessControl.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.AccessControl.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\f0ajty1722-8hlod3by22.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\f0ajty1722-8hlod3by22.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Reflection.Emit.ILGeneration.wasm.gz", "AssetKind": "Build", @@ -6244,20 +6244,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "g5v14qlana", "Integrity": "DLB5cUzME2ytDxzxbh68/0BuezHdM+Yiel5UzGH9mW0=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\favjpgserh-t14slsf5gb.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\favjpgserh-t14slsf5gb.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.InteropServices.JavaScript.wasm.gz", "AssetKind": "Build", @@ -6265,20 +6265,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.JavaScript.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.JavaScript.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "7qpk0e4czf", "Integrity": "P/eJoAkZLQ9TTGYdiVGKidPtfq9aBpuIUk19Vzn39QA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.JavaScript.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.JavaScript.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fjvbv9yavq-xteh9p4yli.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fjvbv9yavq-xteh9p4yli.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/dotnet.native.js.gz", "AssetKind": "Build", @@ -6286,20 +6286,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.native.js", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.native.js", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "6nrkch1zoq", "Integrity": "8gi5QF4+scpktlLTLnsGiQZQ8MA/Pc1PKD0V2vm1Kjk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.native.js" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.native.js" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fwfzkhuqt8-jt8xzja2dj.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fwfzkhuqt8-jt8xzja2dj.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.Options.wasm.gz", "AssetKind": "Build", @@ -6307,20 +6307,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Options.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Options.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "2h4o821w0v", "Integrity": "WnOZRQAyyjOv8sTLVpC29t7cLD/gYEUsRWah0QSLSuk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Options.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Options.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fxogqfms1a-4tebkgrdgm.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fxogqfms1a-4tebkgrdgm.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.VisualBasic.Core.wasm.gz", "AssetKind": "Build", @@ -6328,20 +6328,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.VisualBasic.Core.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.VisualBasic.Core.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "4n7sidmjyz", "Integrity": "sNvzxyBmVh1hbgcuSW4l/J7NhsQOND7u51C6MN7z3xM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.VisualBasic.Core.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.VisualBasic.Core.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fzzqt028uw-zqgqlj6bjk.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fzzqt028uw-zqgqlj6bjk.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/dotnet.runtime.js.map.gz", "AssetKind": "Build", @@ -6349,20 +6349,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.runtime.js.map", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.runtime.js.map", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "iyor1sj57a", "Integrity": "5kcEFWG6ub283bosMcrMUkL7GRDdr+1wtQqeiIjgbBg=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.runtime.js.map" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.runtime.js.map" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g2f3ayhkgf-oi5its9v0z.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g2f3ayhkgf-oi5its9v0z.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.ObjectModel.wasm.gz", "AssetKind": "Build", @@ -6370,20 +6370,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ObjectModel.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ObjectModel.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "jykhq9lz49", "Integrity": "pU0Cx/57HtfA06vX//2kwPNMy7OpGRPXlrJKOHbGRdU=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ObjectModel.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ObjectModel.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g76rrh4lgu-00lkbcsi6k.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g76rrh4lgu-00lkbcsi6k.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Memory.wasm.gz", "AssetKind": "Build", @@ -6391,20 +6391,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Memory.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Memory.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "w1l1jp3m8q", "Integrity": "LDgXECCe3UPMMQSH+tvTmBwo1jcdScY0WWGarOeNxrk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Memory.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Memory.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g88hfs9ug7-99j5jlhtlf.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g88hfs9ug7-99j5jlhtlf.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.CompilerServices.Unsafe.wasm.gz", "AssetKind": "Build", @@ -6412,20 +6412,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "08mhzkx42i", "Integrity": "wG1WjzMzo1V9PkHKdRiC3LMcXlZASPELve65uErMW3U=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gai494obq8-kufizuu150.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gai494obq8-dz35bobq3v.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/blazor.boot.json.gz", "AssetKind": "Build", @@ -6433,20 +6433,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.boot.json", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.boot.json", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", - "Fingerprint": "pkhzb0nzed", - "Integrity": "uV4ShmUYVdxAYCxGWPECurVqcrToer02GTkjFjPgfZY=", + "Fingerprint": "tbuy6k7v9i", + "Integrity": "92ukI3V5NaXTmJBn1B5pSPReUXFadsg9v9UxpO00lz8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.boot.json" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.boot.json" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ghz44jcq0l-fcia9ky19l.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ghz44jcq0l-fcia9ky19l.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Net.WebClient.wasm.gz", "AssetKind": "Build", @@ -6454,20 +6454,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebClient.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebClient.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "2ww3fzqn9r", "Integrity": "QgTsWT8nKkJmQ3DDBHHjOIyzXQxUYUHWb40KeQGCWtM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebClient.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebClient.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gix98vlg0x-sagqyj2lx6.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gix98vlg0x-sagqyj2lx6.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Globalization.Calendars.wasm.gz", "AssetKind": "Build", @@ -6475,20 +6475,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.Calendars.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.Calendars.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "e8wcn9613r", "Integrity": "0vbhlxCGuCWwR5MysECn2LeTTXI8Xuv0Lznmpv1HM6U=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.Calendars.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.Calendars.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gkw3yb3vs4-tptq2av103.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gkw3yb3vs4-tptq2av103.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/icudt_EFIGS.dat.gz", "AssetKind": "Build", @@ -6496,20 +6496,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_EFIGS.dat", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_EFIGS.dat", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "fnxfkgr4e8", "Integrity": "G9yz26qggmFJkfJ5kv16IEEiVrEH3fuBNu6MzZ+3hRE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_EFIGS.dat" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_EFIGS.dat" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gskpo8ls9g-ide822gizw.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gskpo8ls9g-ide822gizw.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/WindowsBase.wasm.gz", "AssetKind": "Build", @@ -6517,20 +6517,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\WindowsBase.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\WindowsBase.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "zbcdbr2fa2", "Integrity": "UWnnf18tsZjtdjcJLSGIa3jHxfzGz3+0zvEwAzWhQFo=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\WindowsBase.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\WindowsBase.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gu54mkd5rz-xlpspxuy08.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gu54mkd5rz-xlpspxuy08.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.Logging.wasm.gz", "AssetKind": "Build", @@ -6538,20 +6538,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Logging.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Logging.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "ny3r3g6nhq", "Integrity": "z48FFALZ2sAP4Fd5H7/RhhuPDZBP1f3ES8esZSke/qU=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Logging.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Logging.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\h2p06rhgip-8nymyky8vt.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\h2p06rhgip-8nymyky8vt.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Xml.Serialization.wasm.gz", "AssetKind": "Build", @@ -6559,20 +6559,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.Serialization.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.Serialization.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "nahgc1edh1", "Integrity": "cfR0rSVZ8BjB/b3o2D/tToRFGy5WfmdU9gIqrL1/iP4=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.Serialization.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.Serialization.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\h68ufmkaki-x1zwj8gq0q.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\h68ufmkaki-x1zwj8gq0q.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.Handles.wasm.gz", "AssetKind": "Build", @@ -6580,20 +6580,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Handles.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Handles.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "mdauvdl92r", "Integrity": "9gxLEo55lLund0ZFMK6DgvbYupuyZPj1z3iAzAjZaSo=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Handles.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Handles.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hb8ye351nd-05yfgzvmh7.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hb8ye351nd-05yfgzvmh7.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Reflection.wasm.gz", "AssetKind": "Build", @@ -6601,20 +6601,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "4wqvk71g8e", "Integrity": "HEZL3eFrCOrxRC45EGea6uyDjv2uK0HCzusz7SRef9A=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hbdopticmc-8kr5d0tjmo.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hbdopticmc-8kr5d0tjmo.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.Configuration.Abstractions.wasm.gz", "AssetKind": "Build", @@ -6622,20 +6622,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "4tvlzg9p4s", "Integrity": "SKcKAQ6unQQmWOLud3+yjljdvRq3k5HjYUL0Z0Ex8QM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hg075kso0q-ylyh0nvuhn.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hg075kso0q-ylyh0nvuhn.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Cryptography.Encoding.wasm.gz", "AssetKind": "Build", @@ -6643,20 +6643,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Encoding.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Encoding.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "hzesnm1sc1", "Integrity": "Iya2JL4sUaSBf2Ty/5W0FBgdChNH3EXw6qqHoEpweJ0=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Encoding.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Encoding.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hz83gb6xmq-4fwiisng6i.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hz83gb6xmq-4fwiisng6i.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Private.Uri.wasm.gz", "AssetKind": "Build", @@ -6664,20 +6664,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Uri.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Uri.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "gotfghcpwt", "Integrity": "AMgYXHiZd7X1HvPU5hLNgYh0a3smcrXd+shMqYOTxI8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Uri.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Uri.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i2c8nfdtsk-lfu7j35m59.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i2c8nfdtsk-lfu7j35m59.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/icudt_no_CJK.dat.gz", "AssetKind": "Build", @@ -6685,20 +6685,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_no_CJK.dat", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_no_CJK.dat", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "v385ycndre", "Integrity": "S3rRs+MOdWkA48i3UrKbP0iD+IShrxe0Z0ZuQ7Mp9qk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_no_CJK.dat" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_no_CJK.dat" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i4ep49nzwb-djpann52a6.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i4ep49nzwb-djpann52a6.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Net.WebProxy.wasm.gz", "AssetKind": "Build", @@ -6706,20 +6706,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebProxy.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebProxy.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "vyjzyuaduk", "Integrity": "KTYC0m0uoImKPBaUFecmR9+i00xW3ND48RZGRXApSnQ=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebProxy.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebProxy.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i8idrx1mcn-mhv3ru1aoa.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i8idrx1mcn-mhv3ru1aoa.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.AppContext.wasm.gz", "AssetKind": "Build", @@ -6727,20 +6727,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.AppContext.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.AppContext.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "niui8be627", "Integrity": "ASGKc/KwGoOm69C7KSxK75PNUO9dxyL+pvs9a6w9ULY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.AppContext.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.AppContext.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ijk0xpt1h4-8t67dotvrh.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ijk0xpt1h4-8t67dotvrh.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Net.Http.wasm.gz", "AssetKind": "Build", @@ -6748,20 +6748,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Http.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Http.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "rrlys6ohxx", "Integrity": "SSmpsYrfsMDGqXUVzvS7ZGpNpu0Pn0jHNSfPtXSCiBs=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Http.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Http.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\il91pt7pko-wnrtcnhpgl.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\il91pt7pko-wnrtcnhpgl.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Diagnostics.StackTrace.wasm.gz", "AssetKind": "Build", @@ -6769,20 +6769,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.StackTrace.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.StackTrace.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "3sckruf8kg", "Integrity": "TV/W6EdKSqaf3wEOamISumTPZ7usfHs3qxMY1pita4E=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.StackTrace.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.StackTrace.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\j7qy09g2sc-icotprrmdv.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\j7qy09g2sc-icotprrmdv.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.Logging.Abstractions.wasm.gz", "AssetKind": "Build", @@ -6790,20 +6790,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "1g79hohfde", "Integrity": "8W7E4zuvSiIEfFTT+kGGTAII4V7Wd4S7fifb+lLksbg=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jd5ybzr9lh-61v0nen4hx.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jd5ybzr9lh-61v0nen4hx.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Net.ServicePoint.wasm.gz", "AssetKind": "Build", @@ -6811,20 +6811,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.ServicePoint.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.ServicePoint.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "f7z5wf3zav", "Integrity": "hRICWVJKBtuYd/PBt2ex9pKlVCFlnsNYDNfQxlkOKPg=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.ServicePoint.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.ServicePoint.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jeaodzfja7-fzteml2ksa.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jeaodzfja7-fzteml2ksa.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Numerics.wasm.gz", "AssetKind": "Build", @@ -6832,20 +6832,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Numerics.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Numerics.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "shjd7cc4d4", "Integrity": "EIXI7xFKBSzQzd5JG+hATI5h30SQns2ye2pwXxpOlQQ=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Numerics.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Numerics.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jjzi0e2tbs-4mn95jeqkz.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jjzi0e2tbs-4mn95jeqkz.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Linq.Queryable.wasm.gz", "AssetKind": "Build", @@ -6853,20 +6853,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Queryable.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Queryable.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "tvlf1lmz2r", "Integrity": "d66PDRsQpfCqRobQ+SbzuM4ZAV1yNGkd3qqmf/mhYGA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Queryable.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Queryable.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jm470z3phm-674jwrdv5k.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jm470z3phm-674jwrdv5k.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.IO.wasm.gz", "AssetKind": "Build", @@ -6874,20 +6874,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "i66n20um4b", "Integrity": "CiEBggTZXQV6EKZov7tqukmf5LiK/2qdfJnEUoprQHY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jpwc78p5ga-xjx70hiola.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jpwc78p5ga-xjx70hiola.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/dotnet.runtime.js.gz", "AssetKind": "Build", @@ -6895,20 +6895,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.runtime.js", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.runtime.js", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "0zapgmgdlx", "Integrity": "zGu5+sDdDyFB6yGF6CsjOBcefAtp4/0E3cESQUSjbuw=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.runtime.js" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.runtime.js" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k3ev4p268n-n5pslkucsz.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k3ev4p268n-n5pslkucsz.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.AspNetCore.Authorization.wasm.gz", "AssetKind": "Build", @@ -6916,20 +6916,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "35dp7xu0ef", "Integrity": "OYbNqi78TsP0oAzkMw6HJGbTWJTNG2sOrRFv9+TDuFA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k3twv17qn3-y8m4zhesg5.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k3twv17qn3-y8m4zhesg5.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Threading.Tasks.Parallel.wasm.gz", "AssetKind": "Build", @@ -6937,20 +6937,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Parallel.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Parallel.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "d345xl9yzq", "Integrity": "BxdIPeXBuVW6bA5HlrtcaSiseK02nSrF1oACkzaAGNI=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Parallel.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Parallel.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k7jsgweg71-cf1vupxs9i.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k7jsgweg71-cf1vupxs9i.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Threading.wasm.gz", "AssetKind": "Build", @@ -6958,20 +6958,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "ujg6s4utnn", "Integrity": "SuUQYCiECdw2IufEitWF/FwczqXTsaFLc4oXzRBMx70=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kblqw9fpct-v5c0vzhnig.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kblqw9fpct-v5c0vzhnig.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Xml.Linq.wasm.gz", "AssetKind": "Build", @@ -6979,20 +6979,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.Linq.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.Linq.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "2aflrucon4", "Integrity": "mjOU6YVibopc0BkMWJe0pdWx7cxIqPrTDf0WP47jbEo=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.Linq.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.Linq.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kt165yc41q-r0ybprwbdo.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kt165yc41q-r0ybprwbdo.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Security.wasm.gz", "AssetKind": "Build", @@ -7000,20 +7000,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "qkg7yyeot6", "Integrity": "VqarzwGHuTiHqULpqXWupWIM38KjFoXf1PQNuWc/lq8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kv7akofu7p-xbwtybogqw.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kv7akofu7p-xbwtybogqw.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Net.Ping.wasm.gz", "AssetKind": "Build", @@ -7021,20 +7021,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Ping.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Ping.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "yzgsatj5k6", "Integrity": "8mw1oBBq6rqh/0Q1BKCUX6t5DkAaP/T2DVvbVQuo778=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Ping.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Ping.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\l5txsii5i1-wlim793jkw.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\l5txsii5i1-wlim793jkw.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Buffers.wasm.gz", "AssetKind": "Build", @@ -7042,20 +7042,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Buffers.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Buffers.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "2nr5zktfpz", "Integrity": "Ln65IHdod5pZZt7aMX0/OgQy1Pj7uY8mZBqxYY6TOUM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Buffers.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Buffers.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\lcw25evezq-21e6uomdqg.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\lcw25evezq-21e6uomdqg.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.ComponentModel.EventBasedAsync.wasm.gz", "AssetKind": "Build", @@ -7063,20 +7063,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.EventBasedAsync.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.EventBasedAsync.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "r5zx3ygchd", "Integrity": "P9uvW6UOUNxBinUT++btAiCO98n4H7lNLwnm2OxBqxI=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.EventBasedAsync.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.EventBasedAsync.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\li26yqjeam-83w11tdkvv.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\li26yqjeam-83w11tdkvv.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Threading.Thread.wasm.gz", "AssetKind": "Build", @@ -7084,20 +7084,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Thread.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Thread.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "vxfasxaszi", "Integrity": "M89UJmvHvk4WcSezKfKn8E1I4/v/vhLlwoO7AytlvdM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Thread.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Thread.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\lpxbc0xcwu-yfl2eaopkw.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\lpxbc0xcwu-yfl2eaopkw.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.ComponentModel.wasm.gz", "AssetKind": "Build", @@ -7105,20 +7105,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "mdl4mkkg4h", "Integrity": "xtS63xq0lRvmohMhBcl4sYSBk1JoMezWlokEenHYp14=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\m1nhgyj3ij-kgyjb8k43h.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\m1nhgyj3ij-kgyjb8k43h.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm.gz", "AssetKind": "Build", @@ -7126,20 +7126,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "56nyq42peo", "Integrity": "MwyC9p6nt0mGMqIypm+SnvG+21YdrXDmlVaZDNsWJeA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\m5ulbl575g-grhpsybruk.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\m5ulbl575g-grhpsybruk.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Threading.Tasks.Extensions.wasm.gz", "AssetKind": "Build", @@ -7147,20 +7147,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Extensions.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Extensions.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "bck44mlkui", "Integrity": "BdRMzhbz0AvtwkSdqvj+BKFOB1I163i3H03jcgyD4R0=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Extensions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Extensions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\md2p5n8p8v-vb374cvsdq.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\md2p5n8p8v-vb374cvsdq.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Formats.Tar.wasm.gz", "AssetKind": "Build", @@ -7168,20 +7168,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Formats.Tar.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Formats.Tar.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "i20drf4tz8", "Integrity": "mlgJVt5JzJg4t5FhrshJrtx0Lz9MYWeEMGFI5wpnn1g=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Formats.Tar.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Formats.Tar.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mdl3czdiv2-qvepw4e78q.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mdl3czdiv2-qvepw4e78q.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.Numerics.wasm.gz", "AssetKind": "Build", @@ -7189,20 +7189,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Numerics.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Numerics.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "d4myu5nor8", "Integrity": "fSaal18p6FwVg2yFZixh90ocu2s0gkSvxVpKwSCmKM8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Numerics.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Numerics.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\meqxxnnqvx-n33yixsck6.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\meqxxnnqvx-n33yixsck6.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.IO.Pipes.wasm.gz", "AssetKind": "Build", @@ -7210,20 +7210,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipes.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipes.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "6h7vmd637o", "Integrity": "Zn5vXrokJ32REpKhacvtaSU6cj4gsdyfqsrpUvDQ1/c=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipes.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipes.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mh2ichqmqf-o1fazgbrf7.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mh2ichqmqf-o1fazgbrf7.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Drawing.wasm.gz", "AssetKind": "Build", @@ -7231,20 +7231,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Drawing.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Drawing.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "jv2c4gnvam", "Integrity": "cXKg7wxl7Cv1Wsjmh7NfbhcBzhkUAFK8kDnHerVj4fE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Drawing.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Drawing.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mjknyr1kew-grrk3hrp1l.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mjknyr1kew-grrk3hrp1l.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Diagnostics.FileVersionInfo.wasm.gz", "AssetKind": "Build", @@ -7252,20 +7252,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.FileVersionInfo.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.FileVersionInfo.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "wxrccdk0ug", "Integrity": "dDjixUPFSTUQN0jqQXQcIy7cEZmO/AcNgCcKCRZV9RA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.FileVersionInfo.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.FileVersionInfo.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mq15jbnpmi-nr23lugli1.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mq15jbnpmi-nr23lugli1.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Threading.Tasks.wasm.gz", "AssetKind": "Build", @@ -7273,20 +7273,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "q380l8fn3v", "Integrity": "Bi5oKB7IytNmNnjZvj4Wwlw0+vdojy/+5H6bcp8bOxM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mxr0e4p5kt-igj5a0xdr6.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mxr0e4p5kt-igj5a0xdr6.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Xml.wasm.gz", "AssetKind": "Build", @@ -7294,20 +7294,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "hjujr8xn69", "Integrity": "o/P19LE6Kfas7RfP6gLOIyWxgIEwPo+yDaJLDaKFG0U=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nafpk38rqn-77xcltn6z8.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nafpk38rqn-77xcltn6z8.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Cryptography.wasm.gz", "AssetKind": "Build", @@ -7315,20 +7315,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "x41wj24yam", "Integrity": "wciV3798Agwu2NP6lIQj0bknqY7ZuzekS+55AyjLFs8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nrej3ggqhh-ooru0eoira.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nrej3ggqhh-ooru0eoira.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.ValueTuple.wasm.gz", "AssetKind": "Build", @@ -7336,20 +7336,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ValueTuple.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ValueTuple.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "f2d2e8duf1", "Integrity": "WRNgRuYUgDDkxNuXekd6DxsugKZ3SP6JIjEYCjItO4E=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ValueTuple.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ValueTuple.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nvk83tidwv-1jyxr7kwjo.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nvk83tidwv-1jyxr7kwjo.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Private.DataContractSerialization.wasm.gz", "AssetKind": "Build", @@ -7357,20 +7357,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.DataContractSerialization.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.DataContractSerialization.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "0re3ylsfcf", "Integrity": "bMOM+yZst0EiNmGDexwNg0esN1jxW82i6xM1zRPLOJc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.DataContractSerialization.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.DataContractSerialization.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\o6lqquoipu-ncsccugyw8.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\o6lqquoipu-ncsccugyw8.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Diagnostics.Tracing.wasm.gz", "AssetKind": "Build", @@ -7378,20 +7378,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Tracing.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Tracing.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "2lckr7e3yf", "Integrity": "tpPIL0XqV3lALcP3hGbWT6R/2FVYcaM7pDTDzvGmlko=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Tracing.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Tracing.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\olpuoe44o4-ipp8gya1fy.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\olpuoe44o4-ipp8gya1fy.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Formats.Asn1.wasm.gz", "AssetKind": "Build", @@ -7399,20 +7399,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Formats.Asn1.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Formats.Asn1.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "k1chwixb4x", "Integrity": "yDA6QyFOo774LkpTkJOxicETtEhESjVbg53LOCepw8Q=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Formats.Asn1.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Formats.Asn1.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\omv3nzbl98-bk9vrw4i46.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\omv3nzbl98-bk9vrw4i46.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.IO.Pipes.AccessControl.wasm.gz", "AssetKind": "Build", @@ -7420,20 +7420,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipes.AccessControl.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipes.AccessControl.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "04fqv0p6vv", "Integrity": "AF4mFxewO2oV01RU/gnn7u5Pe6mX0axqto9GcNxXDU4=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipes.AccessControl.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipes.AccessControl.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\op0tvtzk7u-qd66sllxhh.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\op0tvtzk7u-qd66sllxhh.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.AspNetCore.Metadata.wasm.gz", "AssetKind": "Build", @@ -7441,20 +7441,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "f7yae84h64", "Integrity": "qzkoX9CZDmMPHaVR6eJn2+uE9ECkk8qX4OWBntT6nCY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\oq9wi4ailw-ac8xrryfy7.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\oq9wi4ailw-ac8xrryfy7.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.IO.UnmanagedMemoryStream.wasm.gz", "AssetKind": "Build", @@ -7462,20 +7462,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.UnmanagedMemoryStream.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.UnmanagedMemoryStream.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "ouyhu1rwkt", "Integrity": "sPw+eWEjCCAblKkc6STcScZUbDPPRpHor1G47VH396c=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.UnmanagedMemoryStream.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.UnmanagedMemoryStream.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\oqajmlwnnp-1ul0j5zyts.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\oqajmlwnnp-1ul0j5zyts.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Globalization.wasm.gz", "AssetKind": "Build", @@ -7483,20 +7483,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "iy6jv7oj0y", "Integrity": "Bhud3YNkjqaYWIXHMgtsqRe0TA19z4iKF/SkbHkuzXM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\otznmcnlz5-ir65hlfb8z.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\otznmcnlz5-ir65hlfb8z.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Net.HttpListener.wasm.gz", "AssetKind": "Build", @@ -7504,20 +7504,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.HttpListener.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.HttpListener.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "7ykm43tfq8", "Integrity": "jxPLISPh8Vcpxy2QD2CoVFS2/51BfcbK+mKlSgI9ewg=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.HttpListener.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.HttpListener.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\peoessjq6m-dd74gkrng6.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\peoessjq6m-dd74gkrng6.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.AspNetCore.Components.Web.wasm.gz", "AssetKind": "Build", @@ -7525,20 +7525,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "e5q75rh6e7", "Integrity": "IoEUk8Y93L4RmAZ5OXQEUPUL5iqUuO1pZTD0p+X5JXE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\pfvio6s8o4-wnm0lr2dr8.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\pfvio6s8o4-wnm0lr2dr8.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Text.Encoding.CodePages.wasm.gz", "AssetKind": "Build", @@ -7546,20 +7546,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.CodePages.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.CodePages.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "chv4v5zp47", "Integrity": "YJtWO4jd6/wyWUyF3lqZNIKqxY0g+GR8RODj9zoI0TM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.CodePages.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.CodePages.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\pykw33j66j-tg72k81p9v.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\pykw33j66j-tg72k81p9v.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Data.wasm.gz", "AssetKind": "Build", @@ -7567,20 +7567,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "uefd19dr1t", "Integrity": "RoTcmyfgockuYeVri4jyQQE1DrOXyws5oZHxrmywp6c=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qa6yar6pcc-71qb4r2d2s.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qa6yar6pcc-71qb4r2d2s.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm.gz", "AssetKind": "Build", @@ -7588,20 +7588,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "lj4xjgkjdd", "Integrity": "vze6Re1dbn7Uf3PblOtlzXAUIZJ8jITWGViL7sX4tfQ=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qc9qcqr5s2-kgscmlv3if.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qc9qcqr5s2-kgscmlv3if.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Reflection.DispatchProxy.wasm.gz", "AssetKind": "Build", @@ -7609,20 +7609,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.DispatchProxy.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.DispatchProxy.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "75fwilyxj5", "Integrity": "qzoR5MGMo9FtvSeYUwdf2sxZn+sJ+Scb9pngwHr8luo=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.DispatchProxy.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.DispatchProxy.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qikbjqw5lg-ice8a74mfp.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qikbjqw5lg-ice8a74mfp.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.ServiceModel.Web.wasm.gz", "AssetKind": "Build", @@ -7630,20 +7630,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ServiceModel.Web.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ServiceModel.Web.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "p9cvsggl6m", "Integrity": "3WvIcLcpRDBlIaovK/c73JAnSa54qEGpldVDBkh1/9k=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ServiceModel.Web.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ServiceModel.Web.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qjiio5xtyo-9ywk5zf0ye.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qjiio5xtyo-9ywk5zf0ye.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.Serialization.Primitives.wasm.gz", "AssetKind": "Build", @@ -7651,20 +7651,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Primitives.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Primitives.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "fypkf7mau0", "Integrity": "Z4thUFGlghVsauTEZWMQfe0XABhx3ALk1+Ko2L8bgTI=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Primitives.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Primitives.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qk4td0onpg-is3vw3toke.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qk4td0onpg-is3vw3toke.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Cryptography.Cng.wasm.gz", "AssetKind": "Build", @@ -7672,20 +7672,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Cng.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Cng.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "jvjxmvx3p2", "Integrity": "IZsNI5Pqd8TrYTs5qvQV98GcbIS8PmK9RIcW/Ifxp8Q=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Cng.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Cng.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qkrje1evcx-r50so417ua.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qkrje1evcx-r50so417ua.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Principal.Windows.wasm.gz", "AssetKind": "Build", @@ -7693,20 +7693,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Principal.Windows.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Principal.Windows.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "v3wdjvuxg8", "Integrity": "NS071B2HMWaE75wUr4WJ+lTnXHmHGeoQFoAuU/XSTt0=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Principal.Windows.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Principal.Windows.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qsapjifxrx-oepwslok2k.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qsapjifxrx-oepwslok2k.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Reflection.Extensions.wasm.gz", "AssetKind": "Build", @@ -7714,20 +7714,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Extensions.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Extensions.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "7dsvedw2d1", "Integrity": "W0PH3vuobycmTjSKW3AAh4G6y1Hrotc3EDevrEIQVDk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Extensions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Extensions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qzrso9t6qt-o0ci7lcesp.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qzrso9t6qt-o0ci7lcesp.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Threading.Overlapped.wasm.gz", "AssetKind": "Build", @@ -7735,20 +7735,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Overlapped.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Overlapped.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "ovzyt4r9aa", "Integrity": "3FisNmjLSqeJ/K7XI+ykibqBynbxmi0KOXXKxBkhaB4=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Overlapped.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Overlapped.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\r8ctv4wyd5-4l2fl1axw2.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\r8ctv4wyd5-4l2fl1axw2.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Diagnostics.TraceSource.wasm.gz", "AssetKind": "Build", @@ -7756,20 +7756,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.TraceSource.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.TraceSource.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "3yqon84n3q", "Integrity": "lcoM79GBZty83M1K+1Hgzzm/J5tAI6loZzSxcoLa45A=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.TraceSource.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.TraceSource.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rgwxdst7lg-i464dwxnbb.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rgwxdst7lg-i464dwxnbb.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.FileSystemGlobbing.wasm.gz", "AssetKind": "Build", @@ -7777,20 +7777,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "bbtd3i9alo", "Integrity": "p1Ah/YODlnwQ4s7t24etOtyb4hdzr3YlCHH3s8gUCH8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rnkwus257z-sn8l98c62u.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rnkwus257z-sn8l98c62u.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Collections.Specialized.wasm.gz", "AssetKind": "Build", @@ -7798,20 +7798,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Specialized.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Specialized.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "btq9jhukmt", "Integrity": "/6YdmGxn8zY4uWBtr0DG9fdT3J2jZvIXFUZpp1ckBKo=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Specialized.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Specialized.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rzmowmdt16-md2abzowf3.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rzmowmdt16-md2abzowf3.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Xml.ReaderWriter.wasm.gz", "AssetKind": "Build", @@ -7819,20 +7819,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.ReaderWriter.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.ReaderWriter.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "uxugqmfpgr", "Integrity": "oqLCxjshQGpCEu8+94rJ9Gol6FWSlGFRvE7x5E71ZWs=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.ReaderWriter.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.ReaderWriter.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\s7mmlewj7a-zuiq2k1loo.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\s7mmlewj7a-zuiq2k1loo.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.AspNetCore.Components.wasm.gz", "AssetKind": "Build", @@ -7840,20 +7840,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "51u00ixbxk", "Integrity": "9w9Bm3Ld6Qnpuw9wtWgkNnoa5XlVUpH5V0wjEDObijc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sdk1at7c6v-yk1d03z5nw.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sdk1at7c6v-yk1d03z5nw.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Transactions.wasm.gz", "AssetKind": "Build", @@ -7861,20 +7861,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Transactions.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Transactions.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "xlwbu3bq7e", "Integrity": "K4wvwm5+OoCL5nSKUq7xc+c73myaVfCSSJjYKimH29Q=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Transactions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Transactions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\smfeiin53n-jm55dcm579.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\smfeiin53n-jm55dcm579.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.AspNetCore.Components.Forms.wasm.gz", "AssetKind": "Build", @@ -7882,20 +7882,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "abzfjuuyw3", "Integrity": "huuloc/0+z1/vWb30NDhdDplH4s6MN1xDyGfteSARWc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\smsafl7fbj-s2a2n0v8v5.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\smsafl7fbj-s2a2n0v8v5.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.Intrinsics.wasm.gz", "AssetKind": "Build", @@ -7903,20 +7903,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Intrinsics.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Intrinsics.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "ssrypd6jnp", "Integrity": "PO7XJ9EsNNlAlx8fVUcGzm+E2NDMiVvO9/817zABNYU=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Intrinsics.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Intrinsics.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\snmkueee03-zll5ovyn4j.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\snmkueee03-zll5ovyn4j.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Reflection.Metadata.wasm.gz", "AssetKind": "Build", @@ -7924,20 +7924,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Metadata.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Metadata.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "iic6bld666", "Integrity": "2jMlxVW+Xh1BmjY19Cs04/OGMHpJ23WJlQkLJo+5gJU=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Metadata.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Metadata.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sossmjk0pb-mgppqoca94.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sossmjk0pb-mgppqoca94.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Claims.wasm.gz", "AssetKind": "Build", @@ -7945,20 +7945,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Claims.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Claims.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "mo43pticko", "Integrity": "ilga0aJ94jbE1GfZSy0j8IraD07ELk+meoROlcabM2k=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Claims.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Claims.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sozkbt969q-6vo46yau5z.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sozkbt969q-6vo46yau5z.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Diagnostics.TextWriterTraceListener.wasm.gz", "AssetKind": "Build", @@ -7966,20 +7966,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.TextWriterTraceListener.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.TextWriterTraceListener.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "ukcdk1u2xp", "Integrity": "7hi6t0jFkmwKIxLYnRTls9DyEOOEgV9xrksLEOI5Iiw=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.TextWriterTraceListener.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.TextWriterTraceListener.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\t08ccg8vt4-en8mb8dgz5.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\t08ccg8vt4-en8mb8dgz5.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.Configuration.FileExtensions.wasm.gz", "AssetKind": "Build", @@ -7987,20 +7987,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "8oobv0w90v", "Integrity": "WO+uRYcj3Zb9HIK7aDnF+ZYPe+fyAeKo2LMHDHQRlOI=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\t60y82b8ct-kbvoyvfq27.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\t60y82b8ct-kbvoyvfq27.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Data.Common.wasm.gz", "AssetKind": "Build", @@ -8008,20 +8008,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.Common.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.Common.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "jc1ey1fexl", "Integrity": "U3Sa+XMsOyIXQYi2gTjLP2GciQ51jkfYpiGftdOlUx4=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.Common.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.Common.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tkl29nk5xg-1c7ksbormu.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tkl29nk5xg-1c7ksbormu.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.FileProviders.Abstractions.wasm.gz", "AssetKind": "Build", @@ -8029,20 +8029,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "bvw1zdn8s9", "Integrity": "pyOZoIFEM9t5FDCjL1vt7pFHGrJ/aCpe5ncDLhyScEs=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tlmphuct5q-mjwur1vb3v.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tlmphuct5q-mjwur1vb3v.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Diagnostics.Contracts.wasm.gz", "AssetKind": "Build", @@ -8050,20 +8050,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Contracts.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Contracts.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "duzqphuc0z", "Integrity": "9bQTy6R2zw93zh0ahezfXF9lUmpWcHCTWXb5y9qAyNU=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Contracts.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Contracts.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tup6oou17a-tjcz0u77k5.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tup6oou17a-tjcz0u77k5.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/icudt_CJK.dat.gz", "AssetKind": "Build", @@ -8071,20 +8071,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_CJK.dat", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_CJK.dat", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "su9h2nea1m", "Integrity": "JKp+T1EHUj4qBIqOq6CqjdfXcSHC5rZmYtsjCDiZV4g=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_CJK.dat" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_CJK.dat" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tuyn985nz3-6286hgwuqh.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tuyn985nz3-6286hgwuqh.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Net.WebHeaderCollection.wasm.gz", "AssetKind": "Build", @@ -8092,20 +8092,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebHeaderCollection.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebHeaderCollection.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "w4g5g735rp", "Integrity": "ECPUG9y5wb6RgYPyoKP+5hS9mVFQEVaET2YPKTSA9sE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebHeaderCollection.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebHeaderCollection.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\u457dfzv6h-hsooj5ku5u.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\u457dfzv6h-hsooj5ku5u.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.Extensions.wasm.gz", "AssetKind": "Build", @@ -8113,20 +8113,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Extensions.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Extensions.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "zvo4ghcbzs", "Integrity": "ATV5GDNCPYmLb7qrfrSrX/lRcwuxZt9lY150bJWXfZY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Extensions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Extensions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ucejdgoot3-pweg4f9jik.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ucejdgoot3-pweg4f9jik.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Numerics.Vectors.wasm.gz", "AssetKind": "Build", @@ -8134,20 +8134,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Numerics.Vectors.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Numerics.Vectors.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "0zifoapij6", "Integrity": "NGJPB5yV9k7J0G2MZwcFQMyxMCF9mtG0Wkl8FEAfMLY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Numerics.Vectors.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Numerics.Vectors.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ui13sigocd-j622qnirva.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ui13sigocd-j622qnirva.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.InteropServices.RuntimeInformation.wasm.gz", "AssetKind": "Build", @@ -8155,20 +8155,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "3y45jc4n4c", "Integrity": "tbQtmV0TKIvkaRdG7l2fwAuwx+u1MQWQUpCfNa/kN4g=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\vbrlhg9h7i-bipvwufop2.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\vbrlhg9h7i-bipvwufop2.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Net.NameResolution.wasm.gz", "AssetKind": "Build", @@ -8176,20 +8176,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.NameResolution.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.NameResolution.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "buk1ot9pl7", "Integrity": "PWSmXZOgkrWag1hgqiP09XQzIdnIdGHgUIlFTrRk6PE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.NameResolution.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.NameResolution.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\vejzz9omd4-rcys532pwr.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\vejzz9omd4-rcys532pwr.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Private.CoreLib.wasm.gz", "AssetKind": "Build", @@ -8197,20 +8197,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.CoreLib.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.CoreLib.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "25t2uo1kei", "Integrity": "+rELvcnWH1jRQtfvjQWVA0mhnKaIm2x86iY3Rmeg1hw=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.CoreLib.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.CoreLib.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w0pjq2d1lz-xqsu2wsvba.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w0pjq2d1lz-xqsu2wsvba.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.DependencyInjection.wasm.gz", "AssetKind": "Build", @@ -8218,20 +8218,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "6msqh3xb8j", "Integrity": "XoDoAbTIxo5MKAxsmkcf9azi6O5OLViGGKrBi2qMlgY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w42pov7xtq-ppd2fidtln.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w42pov7xtq-ppd2fidtln.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Text.Json.wasm.gz", "AssetKind": "Build", @@ -8239,20 +8239,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Json.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Json.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "mjm85jp7ym", "Integrity": "3jp5xDhpTOLLYyAqXaeDhCmX6sQNODykuL1GtA96PHc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Json.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Json.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w5w0qiszg7-035cxkpjqr.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w5w0qiszg7-035cxkpjqr.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Cryptography.OpenSsl.wasm.gz", "AssetKind": "Build", @@ -8260,20 +8260,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.OpenSsl.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.OpenSsl.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "h8y0asq6a2", "Integrity": "r/iFQRu/tNuHblAqtCBMVP8tnHVzlgzIQZAEOxmP78c=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.OpenSsl.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.OpenSsl.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\wgok0adxrd-eyx33pgiad.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\wgok0adxrd-eyx33pgiad.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Text.Encoding.wasm.gz", "AssetKind": "Build", @@ -8281,20 +8281,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "oorvfckgu9", "Integrity": "6PyZglDuzeILCyk1BTx5NXmkssE1zlP2BpdWWJRdees=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\witjyutmr6-lyl6xulxjq.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\witjyutmr6-lyl6xulxjq.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Cryptography.Algorithms.wasm.gz", "AssetKind": "Build", @@ -8302,20 +8302,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "fx24lnkln6", "Integrity": "LafmLWVWvyXm4WrxCmb+vSgYs3A74oN6hDVfEs7zMec=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\wjr06919zi-nie06qj6qo.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\wjr06919zi-nie06qj6qo.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Collections.wasm.gz", "AssetKind": "Build", @@ -8323,20 +8323,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "9gl5o87uo8", "Integrity": "J9ziA3yqNjH9ftM5s1NcNR68B8kKL3VEWzfj+0ViyFI=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\x9g0ghziow-fgi1l05bvr.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\x9g0ghziow-fgi1l05bvr.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.CSharp.wasm.gz", "AssetKind": "Build", @@ -8344,20 +8344,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.CSharp.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.CSharp.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "akmwchnuz5", "Integrity": "OppMfTZEpeM6+brsqwpGIqEenGVZ36GLKo3fdwN9lF0=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.CSharp.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.CSharp.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xa46nctul2-6oo2lq0wqm.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xa46nctul2-6oo2lq0wqm.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Core.wasm.gz", "AssetKind": "Build", @@ -8365,20 +8365,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Core.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Core.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "0vc1guik9x", "Integrity": "pKDcjAwq8EzMlGL7AIAz29M4GyIM6Pb8UdZGfaNgPi8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Core.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Core.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xrv7w5idw0-g7amuh118t.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xrv7w5idw0-g7amuh118t.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Drawing.Primitives.wasm.gz", "AssetKind": "Build", @@ -8386,20 +8386,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Drawing.Primitives.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Drawing.Primitives.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "qlymjlgas5", "Integrity": "UsDJ0t+trEeIJAZEoPXS6g1MAL9rLHVxwmxIAH3dZ+E=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Drawing.Primitives.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Drawing.Primitives.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xxdvu4kns6-esmmfynicw.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xxdvu4kns6-esmmfynicw.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Threading.Tasks.Dataflow.wasm.gz", "AssetKind": "Build", @@ -8407,20 +8407,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Dataflow.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Dataflow.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "ap2sdig578", "Integrity": "rvG/ynOiaNNHpVDYZ5bxteCImMdZpcvLMcOHH8beCBw=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Dataflow.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Dataflow.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xyzushs1kt-gpvopyyhdq.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xyzushs1kt-gpvopyyhdq.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Diagnostics.Process.wasm.gz", "AssetKind": "Build", @@ -8428,20 +8428,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Process.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Process.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "tpjidn3c3u", "Integrity": "UU2i+SkeAgooPBxUs+TZG6cd6WQhPkFt4zJ+dfH/GY4=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Process.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Process.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\yac1w3vy2r-u6tb74qjwk.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\yac1w3vy2r-u6tb74qjwk.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Net.Mail.wasm.gz", "AssetKind": "Build", @@ -8449,20 +8449,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Mail.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Mail.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "ko72bp1nwk", "Integrity": "ZFLMR2S6dgZi/6gp/qbAy3oBQcb6Sgp3nHS1MhKSpYw=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Mail.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Mail.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ycs4dc86o6-5x057ultqg.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ycs4dc86o6-5x057ultqg.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Net.Primitives.wasm.gz", "AssetKind": "Build", @@ -8470,20 +8470,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Primitives.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Primitives.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "w7pm0d8n6r", "Integrity": "1EITA/m6FxjYhco9IlCPBwCOYgGZaSjmppFctXuyn+U=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Primitives.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Primitives.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ygbwol6ubw-lkvy8locnf.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ygbwol6ubw-lkvy8locnf.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Net.WebSockets.Client.wasm.gz", "AssetKind": "Build", @@ -8491,20 +8491,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebSockets.Client.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebSockets.Client.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "6u9jofx7e7", "Integrity": "csNMwXZQk+iF74bbma9aI/daVdyOlwUUG8+hIEzofSY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebSockets.Client.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebSockets.Client.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\yk3g2cnkjp-gpcerlv545.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\yk3g2cnkjp-gpcerlv545.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.Serialization.Json.wasm.gz", "AssetKind": "Build", @@ -8512,20 +8512,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Json.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Json.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "mpbzi6tpnq", "Integrity": "CmB+Ze6vsLA3TopfiLmBp4uy+zjjtU2AlcggHUxAFx0=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Json.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Json.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\z1lx69f3yb-3z6j1wct71.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\z1lx69f3yb-3z6j1wct71.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Diagnostics.Tools.wasm.gz", "AssetKind": "Build", @@ -8533,20 +8533,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Tools.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Tools.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "i79m4052hk", "Integrity": "4tPQQaipjlLLU8zwat37d93p8jmvHsGcgkvamA7kf00=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Tools.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Tools.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\z5n0i80wxd-ajsaevzb4n.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\z5n0i80wxd-ajsaevzb4n.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Reflection.Primitives.wasm.gz", "AssetKind": "Build", @@ -8554,20 +8554,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Primitives.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Primitives.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "fjast3tnzi", "Integrity": "W92iXNQH6/Nvsw7XLxTb8W9jfBAhb2WBnjERP34jVE8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Primitives.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Primitives.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zd2msg63jn-9pmm5e0uc6.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zd2msg63jn-9pmm5e0uc6.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Net.Security.wasm.gz", "AssetKind": "Build", @@ -8575,20 +8575,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Security.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Security.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "2201x1sgcl", "Integrity": "ittyHwcZSidvRldCN9yg+ju3kwbukquhUIoUjgxG70c=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Security.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Security.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zfps9zsm5w-u0yuhvep8l.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zfps9zsm5w-u0yuhvep8l.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Collections.Immutable.wasm.gz", "AssetKind": "Build", @@ -8596,20 +8596,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Immutable.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Immutable.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "wjqn0ut727", "Integrity": "1FGpNFik66KrDjgVr2in6Xdn+/x+PUrpd88mhQRvOdY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Immutable.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Immutable.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zilwrgikc8-77wcsbalfb.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zilwrgikc8-77wcsbalfb.gz", "SourceId": "Website.Client", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Cryptography.Csp.wasm.gz", "AssetKind": "Build", @@ -8617,20 +8617,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Csp.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Csp.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "vp8tsxwhuw", "Integrity": "nS7MIxAyX4+vbmFMaS3U4Xbn6AShc7GpRBUC76Dklpg=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Csp.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Csp.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\wwwroot\\appsettings.Development.json", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\wwwroot\\appsettings.Development.json", "SourceId": "Website.Client", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\wwwroot\\", "BasePath": "/", "RelativePath": "appsettings.Development#[.{fingerprint}]?.json", "AssetKind": "All", @@ -8648,10 +8648,10 @@ "OriginalItemSpec": "wwwroot\\appsettings.Development.json" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\wwwroot\\appsettings.json", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\wwwroot\\appsettings.json", "SourceId": "Website.Client", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\wwwroot\\", "BasePath": "/", "RelativePath": "appsettings#[.{fingerprint}]?.json", "AssetKind": "All", @@ -8672,7 +8672,7 @@ "Endpoints": [ { "Route": "_framework/blazor.boot.json", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.boot.json", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.boot.json", "Selectors": [], "ResponseHeaders": [ { @@ -8689,11 +8689,11 @@ }, { "Name": "ETag", - "Value": "\"RIQ71+SUEU7vQh1b0X6fiyhsPORbHy37rmdcLdNdRyw=\"" + "Value": "\"aR50SrASaz4eGw63ClC/hEWc4U6i/cVeDurkUBx3YgU=\"" }, { "Name": "Last-Modified", - "Value": "Mon, 06 Jan 2025 20:17:43 GMT" + "Value": "Sun, 12 Jan 2025 08:25:57 GMT" }, { "Name": "Cache-Control", @@ -8703,18 +8703,18 @@ "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-RIQ71+SUEU7vQh1b0X6fiyhsPORbHy37rmdcLdNdRyw=" + "Value": "sha256-aR50SrASaz4eGw63ClC/hEWc4U6i/cVeDurkUBx3YgU=" } ] }, { "Route": "_framework/blazor.boot.json", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gai494obq8-kufizuu150.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gai494obq8-dz35bobq3v.gz", "Selectors": [ { "Name": "Content-Encoding", "Value": "gzip", - "Quality": "0.000112283854" + "Quality": "0.000112296463" } ], "ResponseHeaders": [ @@ -8724,15 +8724,15 @@ }, { "Name": "Content-Length", - "Value": "8905" + "Value": "8904" }, { "Name": "ETag", - "Value": "\"uV4ShmUYVdxAYCxGWPECurVqcrToer02GTkjFjPgfZY=\"" + "Value": "\"92ukI3V5NaXTmJBn1B5pSPReUXFadsg9v9UxpO00lz8=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Cache-Control", @@ -8752,19 +8752,19 @@ }, { "Name": "ETag", - "Value": "W/\"RIQ71+SUEU7vQh1b0X6fiyhsPORbHy37rmdcLdNdRyw=\"" + "Value": "W/\"aR50SrASaz4eGw63ClC/hEWc4U6i/cVeDurkUBx3YgU=\"" } ], "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-RIQ71+SUEU7vQh1b0X6fiyhsPORbHy37rmdcLdNdRyw=" + "Value": "sha256-aR50SrASaz4eGw63ClC/hEWc4U6i/cVeDurkUBx3YgU=" } ] }, { "Route": "_framework/blazor.boot.json.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gai494obq8-kufizuu150.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gai494obq8-dz35bobq3v.gz", "Selectors": [], "ResponseHeaders": [ { @@ -8773,7 +8773,7 @@ }, { "Name": "Content-Length", - "Value": "8905" + "Value": "8904" }, { "Name": "Content-Type", @@ -8781,11 +8781,11 @@ }, { "Name": "ETag", - "Value": "\"uV4ShmUYVdxAYCxGWPECurVqcrToer02GTkjFjPgfZY=\"" + "Value": "\"92ukI3V5NaXTmJBn1B5pSPReUXFadsg9v9UxpO00lz8=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Cache-Control", @@ -8803,13 +8803,13 @@ "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-uV4ShmUYVdxAYCxGWPECurVqcrToer02GTkjFjPgfZY=" + "Value": "sha256-92ukI3V5NaXTmJBn1B5pSPReUXFadsg9v9UxpO00lz8=" } ] }, { "Route": "_framework/blazor.webassembly.js", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.webassembly.js", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.webassembly.js", "Selectors": [], "ResponseHeaders": [ { @@ -8846,7 +8846,7 @@ }, { "Route": "_framework/blazor.webassembly.js", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\2hd3hup4x7-mv535bwyet.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\2hd3hup4x7-mv535bwyet.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -8869,7 +8869,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 21 Oct 2024 23:54:38 GMT" }, { "Name": "Cache-Control", @@ -8901,7 +8901,7 @@ }, { "Route": "_framework/blazor.webassembly.js.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\2hd3hup4x7-mv535bwyet.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\2hd3hup4x7-mv535bwyet.gz", "Selectors": [], "ResponseHeaders": [ { @@ -8922,7 +8922,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 21 Oct 2024 23:54:38 GMT" }, { "Name": "Cache-Control", @@ -8946,7 +8946,7 @@ }, { "Route": "_framework/dotnet.js", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.js", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.js", "Selectors": [], "ResponseHeaders": [ { @@ -8955,7 +8955,7 @@ }, { "Name": "Content-Length", - "Value": "35807" + "Value": "35803" }, { "Name": "Content-Type", @@ -8983,7 +8983,7 @@ }, { "Route": "_framework/dotnet.js", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8j9ggs5dy9-rqxhp8973g.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8j9ggs5dy9-rqxhp8973g.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -9006,7 +9006,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:08 GMT" }, { "Name": "Cache-Control", @@ -9038,7 +9038,7 @@ }, { "Route": "_framework/dotnet.js.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8j9ggs5dy9-rqxhp8973g.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8j9ggs5dy9-rqxhp8973g.gz", "Selectors": [], "ResponseHeaders": [ { @@ -9059,7 +9059,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:08 GMT" }, { "Name": "Cache-Control", @@ -9083,7 +9083,7 @@ }, { "Route": "_framework/dotnet.js.map", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.js.map", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.js.map", "Selectors": [], "ResponseHeaders": [ { @@ -9120,7 +9120,7 @@ }, { "Route": "_framework/dotnet.js.map", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\dj9qgodrn5-387laeplku.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\dj9qgodrn5-387laeplku.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -9143,7 +9143,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:08 GMT" }, { "Name": "Cache-Control", @@ -9175,7 +9175,7 @@ }, { "Route": "_framework/dotnet.js.map.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\dj9qgodrn5-387laeplku.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\dj9qgodrn5-387laeplku.gz", "Selectors": [], "ResponseHeaders": [ { @@ -9196,7 +9196,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:08 GMT" }, { "Name": "Cache-Control", @@ -9220,7 +9220,7 @@ }, { "Route": "_framework/dotnet.native.js", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.native.js", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.native.js", "Selectors": [], "ResponseHeaders": [ { @@ -9229,7 +9229,7 @@ }, { "Name": "Content-Length", - "Value": "160106" + "Value": "160089" }, { "Name": "Content-Type", @@ -9257,7 +9257,7 @@ }, { "Route": "_framework/dotnet.native.js", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fjvbv9yavq-xteh9p4yli.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fjvbv9yavq-xteh9p4yli.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -9280,7 +9280,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:40 GMT" }, { "Name": "Cache-Control", @@ -9312,7 +9312,7 @@ }, { "Route": "_framework/dotnet.native.js.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fjvbv9yavq-xteh9p4yli.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fjvbv9yavq-xteh9p4yli.gz", "Selectors": [], "ResponseHeaders": [ { @@ -9333,7 +9333,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:40 GMT" }, { "Name": "Cache-Control", @@ -9357,7 +9357,7 @@ }, { "Route": "_framework/dotnet.native.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.native.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.native.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -9394,7 +9394,7 @@ }, { "Route": "_framework/dotnet.native.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\9u0at65pop-keyssdiug3.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\9u0at65pop-keyssdiug3.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -9417,7 +9417,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:40 GMT" }, { "Name": "Cache-Control", @@ -9449,7 +9449,7 @@ }, { "Route": "_framework/dotnet.native.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\9u0at65pop-keyssdiug3.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\9u0at65pop-keyssdiug3.gz", "Selectors": [], "ResponseHeaders": [ { @@ -9470,7 +9470,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:40 GMT" }, { "Name": "Cache-Control", @@ -9494,7 +9494,7 @@ }, { "Route": "_framework/dotnet.runtime.js", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.runtime.js", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.runtime.js", "Selectors": [], "ResponseHeaders": [ { @@ -9503,7 +9503,7 @@ }, { "Name": "Content-Length", - "Value": "223151" + "Value": "223147" }, { "Name": "Content-Type", @@ -9531,7 +9531,7 @@ }, { "Route": "_framework/dotnet.runtime.js", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jpwc78p5ga-xjx70hiola.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jpwc78p5ga-xjx70hiola.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -9554,7 +9554,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:14 GMT" }, { "Name": "Cache-Control", @@ -9586,7 +9586,7 @@ }, { "Route": "_framework/dotnet.runtime.js.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jpwc78p5ga-xjx70hiola.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jpwc78p5ga-xjx70hiola.gz", "Selectors": [], "ResponseHeaders": [ { @@ -9607,7 +9607,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:14 GMT" }, { "Name": "Cache-Control", @@ -9631,7 +9631,7 @@ }, { "Route": "_framework/dotnet.runtime.js.map", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.runtime.js.map", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.runtime.js.map", "Selectors": [], "ResponseHeaders": [ { @@ -9668,7 +9668,7 @@ }, { "Route": "_framework/dotnet.runtime.js.map", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fzzqt028uw-zqgqlj6bjk.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fzzqt028uw-zqgqlj6bjk.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -9691,7 +9691,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:14 GMT" }, { "Name": "Cache-Control", @@ -9723,7 +9723,7 @@ }, { "Route": "_framework/dotnet.runtime.js.map.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fzzqt028uw-zqgqlj6bjk.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fzzqt028uw-zqgqlj6bjk.gz", "Selectors": [], "ResponseHeaders": [ { @@ -9744,7 +9744,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:14 GMT" }, { "Name": "Cache-Control", @@ -9768,7 +9768,7 @@ }, { "Route": "_framework/emcc-props.json", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\emcc-props.json", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\emcc-props.json", "Selectors": [], "ResponseHeaders": [ { @@ -9777,7 +9777,7 @@ }, { "Name": "Content-Length", - "Value": "1336" + "Value": "1322" }, { "Name": "Content-Type", @@ -9805,7 +9805,7 @@ }, { "Route": "_framework/emcc-props.json", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0qg8z4cu2n-oyz0vx2fzb.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0qg8z4cu2n-oyz0vx2fzb.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -9828,7 +9828,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 18:59:44 GMT" }, { "Name": "Cache-Control", @@ -9860,7 +9860,7 @@ }, { "Route": "_framework/emcc-props.json.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0qg8z4cu2n-oyz0vx2fzb.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0qg8z4cu2n-oyz0vx2fzb.gz", "Selectors": [], "ResponseHeaders": [ { @@ -9881,7 +9881,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 18:59:44 GMT" }, { "Name": "Cache-Control", @@ -9905,7 +9905,7 @@ }, { "Route": "_framework/icudt_CJK.dat", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_CJK.dat", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_CJK.dat", "Selectors": [], "ResponseHeaders": [ { @@ -9942,7 +9942,7 @@ }, { "Route": "_framework/icudt_CJK.dat", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tup6oou17a-tjcz0u77k5.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tup6oou17a-tjcz0u77k5.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -9965,7 +9965,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Cache-Control", @@ -9997,7 +9997,7 @@ }, { "Route": "_framework/icudt_CJK.dat.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tup6oou17a-tjcz0u77k5.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tup6oou17a-tjcz0u77k5.gz", "Selectors": [], "ResponseHeaders": [ { @@ -10018,7 +10018,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Cache-Control", @@ -10042,7 +10042,7 @@ }, { "Route": "_framework/icudt_EFIGS.dat", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_EFIGS.dat", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_EFIGS.dat", "Selectors": [], "ResponseHeaders": [ { @@ -10079,7 +10079,7 @@ }, { "Route": "_framework/icudt_EFIGS.dat", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gkw3yb3vs4-tptq2av103.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gkw3yb3vs4-tptq2av103.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -10102,7 +10102,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Cache-Control", @@ -10134,7 +10134,7 @@ }, { "Route": "_framework/icudt_EFIGS.dat.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gkw3yb3vs4-tptq2av103.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gkw3yb3vs4-tptq2av103.gz", "Selectors": [], "ResponseHeaders": [ { @@ -10155,7 +10155,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Cache-Control", @@ -10179,7 +10179,7 @@ }, { "Route": "_framework/icudt_no_CJK.dat", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_no_CJK.dat", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_no_CJK.dat", "Selectors": [], "ResponseHeaders": [ { @@ -10216,7 +10216,7 @@ }, { "Route": "_framework/icudt_no_CJK.dat", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i2c8nfdtsk-lfu7j35m59.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i2c8nfdtsk-lfu7j35m59.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -10239,7 +10239,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Cache-Control", @@ -10271,7 +10271,7 @@ }, { "Route": "_framework/icudt_no_CJK.dat.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i2c8nfdtsk-lfu7j35m59.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i2c8nfdtsk-lfu7j35m59.gz", "Selectors": [], "ResponseHeaders": [ { @@ -10292,7 +10292,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Cache-Control", @@ -10316,7 +10316,7 @@ }, { "Route": "_framework/Microsoft.AspNetCore.Authorization.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -10337,7 +10337,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -10353,7 +10353,7 @@ }, { "Route": "_framework/Microsoft.AspNetCore.Authorization.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k3ev4p268n-n5pslkucsz.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k3ev4p268n-n5pslkucsz.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -10376,7 +10376,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -10408,7 +10408,7 @@ }, { "Route": "_framework/Microsoft.AspNetCore.Authorization.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k3ev4p268n-n5pslkucsz.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k3ev4p268n-n5pslkucsz.gz", "Selectors": [], "ResponseHeaders": [ { @@ -10429,7 +10429,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -10453,7 +10453,7 @@ }, { "Route": "_framework/Microsoft.AspNetCore.Components.Forms.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -10474,7 +10474,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -10490,7 +10490,7 @@ }, { "Route": "_framework/Microsoft.AspNetCore.Components.Forms.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\smfeiin53n-jm55dcm579.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\smfeiin53n-jm55dcm579.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -10513,7 +10513,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -10545,7 +10545,7 @@ }, { "Route": "_framework/Microsoft.AspNetCore.Components.Forms.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\smfeiin53n-jm55dcm579.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\smfeiin53n-jm55dcm579.gz", "Selectors": [], "ResponseHeaders": [ { @@ -10566,7 +10566,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -10590,7 +10590,7 @@ }, { "Route": "_framework/Microsoft.AspNetCore.Components.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -10611,7 +10611,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -10627,7 +10627,7 @@ }, { "Route": "_framework/Microsoft.AspNetCore.Components.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\s7mmlewj7a-zuiq2k1loo.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\s7mmlewj7a-zuiq2k1loo.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -10650,7 +10650,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -10682,7 +10682,7 @@ }, { "Route": "_framework/Microsoft.AspNetCore.Components.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\s7mmlewj7a-zuiq2k1loo.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\s7mmlewj7a-zuiq2k1loo.gz", "Selectors": [], "ResponseHeaders": [ { @@ -10703,7 +10703,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -10727,7 +10727,7 @@ }, { "Route": "_framework/Microsoft.AspNetCore.Components.Web.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -10748,7 +10748,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -10764,7 +10764,7 @@ }, { "Route": "_framework/Microsoft.AspNetCore.Components.Web.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\peoessjq6m-dd74gkrng6.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\peoessjq6m-dd74gkrng6.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -10787,7 +10787,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -10819,7 +10819,7 @@ }, { "Route": "_framework/Microsoft.AspNetCore.Components.Web.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\peoessjq6m-dd74gkrng6.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\peoessjq6m-dd74gkrng6.gz", "Selectors": [], "ResponseHeaders": [ { @@ -10840,7 +10840,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -10864,7 +10864,7 @@ }, { "Route": "_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -10885,7 +10885,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -10901,7 +10901,7 @@ }, { "Route": "_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qa6yar6pcc-71qb4r2d2s.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qa6yar6pcc-71qb4r2d2s.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -10924,7 +10924,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -10956,7 +10956,7 @@ }, { "Route": "_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qa6yar6pcc-71qb4r2d2s.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qa6yar6pcc-71qb4r2d2s.gz", "Selectors": [], "ResponseHeaders": [ { @@ -10977,7 +10977,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -11001,7 +11001,7 @@ }, { "Route": "_framework/Microsoft.AspNetCore.Metadata.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -11022,7 +11022,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -11038,7 +11038,7 @@ }, { "Route": "_framework/Microsoft.AspNetCore.Metadata.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\op0tvtzk7u-qd66sllxhh.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\op0tvtzk7u-qd66sllxhh.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -11061,7 +11061,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -11093,7 +11093,7 @@ }, { "Route": "_framework/Microsoft.AspNetCore.Metadata.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\op0tvtzk7u-qd66sllxhh.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\op0tvtzk7u-qd66sllxhh.gz", "Selectors": [], "ResponseHeaders": [ { @@ -11114,7 +11114,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -11138,7 +11138,7 @@ }, { "Route": "_framework/Microsoft.CSharp.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.CSharp.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.CSharp.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -11159,7 +11159,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -11175,7 +11175,7 @@ }, { "Route": "_framework/Microsoft.CSharp.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\x9g0ghziow-fgi1l05bvr.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\x9g0ghziow-fgi1l05bvr.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -11198,7 +11198,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -11230,7 +11230,7 @@ }, { "Route": "_framework/Microsoft.CSharp.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\x9g0ghziow-fgi1l05bvr.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\x9g0ghziow-fgi1l05bvr.gz", "Selectors": [], "ResponseHeaders": [ { @@ -11251,7 +11251,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -11275,7 +11275,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Configuration.Abstractions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -11296,7 +11296,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -11312,7 +11312,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Configuration.Abstractions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hbdopticmc-8kr5d0tjmo.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hbdopticmc-8kr5d0tjmo.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -11335,7 +11335,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -11367,7 +11367,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Configuration.Abstractions.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hbdopticmc-8kr5d0tjmo.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hbdopticmc-8kr5d0tjmo.gz", "Selectors": [], "ResponseHeaders": [ { @@ -11388,7 +11388,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -11412,7 +11412,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Configuration.Binder.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -11433,7 +11433,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -11449,7 +11449,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Configuration.Binder.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ayfnxaw2xn-0r3amze666.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ayfnxaw2xn-0r3amze666.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -11472,7 +11472,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -11504,7 +11504,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Configuration.Binder.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ayfnxaw2xn-0r3amze666.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ayfnxaw2xn-0r3amze666.gz", "Selectors": [], "ResponseHeaders": [ { @@ -11525,7 +11525,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -11549,7 +11549,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Configuration.FileExtensions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -11570,7 +11570,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -11586,7 +11586,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Configuration.FileExtensions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\t08ccg8vt4-en8mb8dgz5.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\t08ccg8vt4-en8mb8dgz5.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -11609,7 +11609,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -11641,7 +11641,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Configuration.FileExtensions.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\t08ccg8vt4-en8mb8dgz5.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\t08ccg8vt4-en8mb8dgz5.gz", "Selectors": [], "ResponseHeaders": [ { @@ -11662,7 +11662,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -11686,7 +11686,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Configuration.Json.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -11707,7 +11707,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -11723,7 +11723,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Configuration.Json.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ci3kptexkj-yy6f57640l.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ci3kptexkj-yy6f57640l.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -11746,7 +11746,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -11778,7 +11778,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Configuration.Json.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ci3kptexkj-yy6f57640l.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ci3kptexkj-yy6f57640l.gz", "Selectors": [], "ResponseHeaders": [ { @@ -11799,7 +11799,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -11823,7 +11823,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Configuration.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -11844,7 +11844,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -11860,7 +11860,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Configuration.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7w5so08yb1-4njtqvtvgx.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7w5so08yb1-4njtqvtvgx.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -11883,7 +11883,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -11915,7 +11915,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Configuration.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7w5so08yb1-4njtqvtvgx.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7w5so08yb1-4njtqvtvgx.gz", "Selectors": [], "ResponseHeaders": [ { @@ -11936,7 +11936,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -11960,7 +11960,7 @@ }, { "Route": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -11981,7 +11981,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -11997,7 +11997,7 @@ }, { "Route": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\m1nhgyj3ij-kgyjb8k43h.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\m1nhgyj3ij-kgyjb8k43h.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -12020,7 +12020,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -12052,7 +12052,7 @@ }, { "Route": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\m1nhgyj3ij-kgyjb8k43h.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\m1nhgyj3ij-kgyjb8k43h.gz", "Selectors": [], "ResponseHeaders": [ { @@ -12073,7 +12073,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -12097,7 +12097,7 @@ }, { "Route": "_framework/Microsoft.Extensions.DependencyInjection.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -12118,7 +12118,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -12134,7 +12134,7 @@ }, { "Route": "_framework/Microsoft.Extensions.DependencyInjection.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w0pjq2d1lz-xqsu2wsvba.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w0pjq2d1lz-xqsu2wsvba.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -12157,7 +12157,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -12189,7 +12189,7 @@ }, { "Route": "_framework/Microsoft.Extensions.DependencyInjection.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w0pjq2d1lz-xqsu2wsvba.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w0pjq2d1lz-xqsu2wsvba.gz", "Selectors": [], "ResponseHeaders": [ { @@ -12210,7 +12210,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -12234,7 +12234,7 @@ }, { "Route": "_framework/Microsoft.Extensions.FileProviders.Abstractions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -12255,7 +12255,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -12271,7 +12271,7 @@ }, { "Route": "_framework/Microsoft.Extensions.FileProviders.Abstractions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tkl29nk5xg-1c7ksbormu.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tkl29nk5xg-1c7ksbormu.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -12294,7 +12294,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -12326,7 +12326,7 @@ }, { "Route": "_framework/Microsoft.Extensions.FileProviders.Abstractions.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tkl29nk5xg-1c7ksbormu.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tkl29nk5xg-1c7ksbormu.gz", "Selectors": [], "ResponseHeaders": [ { @@ -12347,7 +12347,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -12371,7 +12371,7 @@ }, { "Route": "_framework/Microsoft.Extensions.FileProviders.Physical.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -12392,7 +12392,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -12408,7 +12408,7 @@ }, { "Route": "_framework/Microsoft.Extensions.FileProviders.Physical.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7ju68gy5ye-rpvltkbyzt.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7ju68gy5ye-rpvltkbyzt.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -12431,7 +12431,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -12463,7 +12463,7 @@ }, { "Route": "_framework/Microsoft.Extensions.FileProviders.Physical.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7ju68gy5ye-rpvltkbyzt.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7ju68gy5ye-rpvltkbyzt.gz", "Selectors": [], "ResponseHeaders": [ { @@ -12484,7 +12484,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -12508,7 +12508,7 @@ }, { "Route": "_framework/Microsoft.Extensions.FileSystemGlobbing.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -12529,7 +12529,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -12545,7 +12545,7 @@ }, { "Route": "_framework/Microsoft.Extensions.FileSystemGlobbing.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rgwxdst7lg-i464dwxnbb.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rgwxdst7lg-i464dwxnbb.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -12568,7 +12568,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -12600,7 +12600,7 @@ }, { "Route": "_framework/Microsoft.Extensions.FileSystemGlobbing.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rgwxdst7lg-i464dwxnbb.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rgwxdst7lg-i464dwxnbb.gz", "Selectors": [], "ResponseHeaders": [ { @@ -12621,7 +12621,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -12645,7 +12645,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Logging.Abstractions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -12666,7 +12666,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -12682,7 +12682,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Logging.Abstractions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\j7qy09g2sc-icotprrmdv.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\j7qy09g2sc-icotprrmdv.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -12705,7 +12705,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -12737,7 +12737,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Logging.Abstractions.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\j7qy09g2sc-icotprrmdv.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\j7qy09g2sc-icotprrmdv.gz", "Selectors": [], "ResponseHeaders": [ { @@ -12758,7 +12758,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -12782,7 +12782,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Logging.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Logging.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Logging.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -12803,7 +12803,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -12819,7 +12819,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Logging.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gu54mkd5rz-xlpspxuy08.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gu54mkd5rz-xlpspxuy08.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -12842,7 +12842,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -12874,7 +12874,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Logging.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gu54mkd5rz-xlpspxuy08.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gu54mkd5rz-xlpspxuy08.gz", "Selectors": [], "ResponseHeaders": [ { @@ -12895,7 +12895,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -12919,7 +12919,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Options.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Options.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Options.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -12940,7 +12940,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -12956,7 +12956,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Options.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fwfzkhuqt8-jt8xzja2dj.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fwfzkhuqt8-jt8xzja2dj.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -12979,7 +12979,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -13011,7 +13011,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Options.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fwfzkhuqt8-jt8xzja2dj.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fwfzkhuqt8-jt8xzja2dj.gz", "Selectors": [], "ResponseHeaders": [ { @@ -13032,7 +13032,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -13056,7 +13056,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Primitives.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -13077,7 +13077,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -13093,7 +13093,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Primitives.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ca5aa9q9i4-lsakbjp1fg.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ca5aa9q9i4-lsakbjp1fg.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -13116,7 +13116,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -13148,7 +13148,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Primitives.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ca5aa9q9i4-lsakbjp1fg.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ca5aa9q9i4-lsakbjp1fg.gz", "Selectors": [], "ResponseHeaders": [ { @@ -13169,7 +13169,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -13193,7 +13193,7 @@ }, { "Route": "_framework/Microsoft.JSInterop.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.JSInterop.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.JSInterop.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -13214,7 +13214,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -13230,7 +13230,7 @@ }, { "Route": "_framework/Microsoft.JSInterop.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5hmh5cfrjo-h1b8h0vt7q.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5hmh5cfrjo-h1b8h0vt7q.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -13253,7 +13253,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -13285,7 +13285,7 @@ }, { "Route": "_framework/Microsoft.JSInterop.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5hmh5cfrjo-h1b8h0vt7q.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5hmh5cfrjo-h1b8h0vt7q.gz", "Selectors": [], "ResponseHeaders": [ { @@ -13306,7 +13306,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -13330,7 +13330,7 @@ }, { "Route": "_framework/Microsoft.JSInterop.WebAssembly.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -13351,7 +13351,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -13367,7 +13367,7 @@ }, { "Route": "_framework/Microsoft.JSInterop.WebAssembly.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d5q87850bj-p7vg34owcn.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d5q87850bj-p7vg34owcn.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -13390,7 +13390,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -13422,7 +13422,7 @@ }, { "Route": "_framework/Microsoft.JSInterop.WebAssembly.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d5q87850bj-p7vg34owcn.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d5q87850bj-p7vg34owcn.gz", "Selectors": [], "ResponseHeaders": [ { @@ -13443,7 +13443,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -13467,7 +13467,7 @@ }, { "Route": "_framework/Microsoft.VisualBasic.Core.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.VisualBasic.Core.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.VisualBasic.Core.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -13488,7 +13488,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -13504,7 +13504,7 @@ }, { "Route": "_framework/Microsoft.VisualBasic.Core.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fxogqfms1a-4tebkgrdgm.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fxogqfms1a-4tebkgrdgm.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -13527,7 +13527,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -13559,7 +13559,7 @@ }, { "Route": "_framework/Microsoft.VisualBasic.Core.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fxogqfms1a-4tebkgrdgm.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fxogqfms1a-4tebkgrdgm.gz", "Selectors": [], "ResponseHeaders": [ { @@ -13580,7 +13580,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -13604,7 +13604,7 @@ }, { "Route": "_framework/Microsoft.VisualBasic.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.VisualBasic.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.VisualBasic.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -13625,7 +13625,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -13641,7 +13641,7 @@ }, { "Route": "_framework/Microsoft.VisualBasic.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d53r06wrnt-z5tte9hbl9.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d53r06wrnt-z5tte9hbl9.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -13664,7 +13664,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -13696,7 +13696,7 @@ }, { "Route": "_framework/Microsoft.VisualBasic.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d53r06wrnt-z5tte9hbl9.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d53r06wrnt-z5tte9hbl9.gz", "Selectors": [], "ResponseHeaders": [ { @@ -13717,7 +13717,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -13741,7 +13741,7 @@ }, { "Route": "_framework/Microsoft.Win32.Primitives.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Win32.Primitives.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Win32.Primitives.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -13762,7 +13762,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -13778,7 +13778,7 @@ }, { "Route": "_framework/Microsoft.Win32.Primitives.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bokgch25i1-ggby92gbf5.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bokgch25i1-ggby92gbf5.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -13801,7 +13801,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -13833,7 +13833,7 @@ }, { "Route": "_framework/Microsoft.Win32.Primitives.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bokgch25i1-ggby92gbf5.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bokgch25i1-ggby92gbf5.gz", "Selectors": [], "ResponseHeaders": [ { @@ -13854,7 +13854,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -13878,7 +13878,7 @@ }, { "Route": "_framework/Microsoft.Win32.Registry.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Win32.Registry.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Win32.Registry.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -13899,7 +13899,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -13915,7 +13915,7 @@ }, { "Route": "_framework/Microsoft.Win32.Registry.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ch98c0vyyx-l1dpo0yxvc.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ch98c0vyyx-l1dpo0yxvc.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -13938,7 +13938,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -13970,7 +13970,7 @@ }, { "Route": "_framework/Microsoft.Win32.Registry.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ch98c0vyyx-l1dpo0yxvc.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ch98c0vyyx-l1dpo0yxvc.gz", "Selectors": [], "ResponseHeaders": [ { @@ -13991,7 +13991,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -14015,7 +14015,7 @@ }, { "Route": "_framework/mscorlib.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\mscorlib.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\mscorlib.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -14036,7 +14036,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -14052,7 +14052,7 @@ }, { "Route": "_framework/mscorlib.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\57n2zserhj-twlt8rxgl3.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\57n2zserhj-twlt8rxgl3.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -14075,7 +14075,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -14107,7 +14107,7 @@ }, { "Route": "_framework/mscorlib.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\57n2zserhj-twlt8rxgl3.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\57n2zserhj-twlt8rxgl3.gz", "Selectors": [], "ResponseHeaders": [ { @@ -14128,7 +14128,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -14152,7 +14152,7 @@ }, { "Route": "_framework/netstandard.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\netstandard.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\netstandard.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -14173,7 +14173,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -14189,7 +14189,7 @@ }, { "Route": "_framework/netstandard.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\9e3m4lhpqa-mq4q4k2a4q.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\9e3m4lhpqa-mq4q4k2a4q.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -14212,7 +14212,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -14244,7 +14244,7 @@ }, { "Route": "_framework/netstandard.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\9e3m4lhpqa-mq4q4k2a4q.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\9e3m4lhpqa-mq4q4k2a4q.gz", "Selectors": [], "ResponseHeaders": [ { @@ -14265,7 +14265,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -14289,7 +14289,7 @@ }, { "Route": "_framework/System.AppContext.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.AppContext.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.AppContext.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -14310,7 +14310,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -14326,7 +14326,7 @@ }, { "Route": "_framework/System.AppContext.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i8idrx1mcn-mhv3ru1aoa.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i8idrx1mcn-mhv3ru1aoa.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -14349,7 +14349,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -14381,7 +14381,7 @@ }, { "Route": "_framework/System.AppContext.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i8idrx1mcn-mhv3ru1aoa.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i8idrx1mcn-mhv3ru1aoa.gz", "Selectors": [], "ResponseHeaders": [ { @@ -14402,7 +14402,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -14426,7 +14426,7 @@ }, { "Route": "_framework/System.Buffers.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Buffers.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Buffers.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -14447,7 +14447,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -14463,7 +14463,7 @@ }, { "Route": "_framework/System.Buffers.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\l5txsii5i1-wlim793jkw.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\l5txsii5i1-wlim793jkw.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -14486,7 +14486,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -14518,7 +14518,7 @@ }, { "Route": "_framework/System.Buffers.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\l5txsii5i1-wlim793jkw.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\l5txsii5i1-wlim793jkw.gz", "Selectors": [], "ResponseHeaders": [ { @@ -14539,7 +14539,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -14563,7 +14563,7 @@ }, { "Route": "_framework/System.Collections.Concurrent.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Concurrent.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Concurrent.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -14584,7 +14584,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -14600,7 +14600,7 @@ }, { "Route": "_framework/System.Collections.Concurrent.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bfqrylll5s-i1lssuj9i7.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bfqrylll5s-i1lssuj9i7.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -14623,7 +14623,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -14655,7 +14655,7 @@ }, { "Route": "_framework/System.Collections.Concurrent.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bfqrylll5s-i1lssuj9i7.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bfqrylll5s-i1lssuj9i7.gz", "Selectors": [], "ResponseHeaders": [ { @@ -14676,7 +14676,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -14700,7 +14700,7 @@ }, { "Route": "_framework/System.Collections.Immutable.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Immutable.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Immutable.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -14721,7 +14721,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -14737,7 +14737,7 @@ }, { "Route": "_framework/System.Collections.Immutable.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zfps9zsm5w-u0yuhvep8l.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zfps9zsm5w-u0yuhvep8l.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -14760,7 +14760,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -14792,7 +14792,7 @@ }, { "Route": "_framework/System.Collections.Immutable.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zfps9zsm5w-u0yuhvep8l.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zfps9zsm5w-u0yuhvep8l.gz", "Selectors": [], "ResponseHeaders": [ { @@ -14813,7 +14813,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -14837,7 +14837,7 @@ }, { "Route": "_framework/System.Collections.NonGeneric.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.NonGeneric.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.NonGeneric.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -14858,7 +14858,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -14874,7 +14874,7 @@ }, { "Route": "_framework/System.Collections.NonGeneric.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4m61xkkzic-wgqopll9rf.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4m61xkkzic-wgqopll9rf.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -14897,7 +14897,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -14929,7 +14929,7 @@ }, { "Route": "_framework/System.Collections.NonGeneric.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4m61xkkzic-wgqopll9rf.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4m61xkkzic-wgqopll9rf.gz", "Selectors": [], "ResponseHeaders": [ { @@ -14950,7 +14950,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -14974,7 +14974,7 @@ }, { "Route": "_framework/System.Collections.Specialized.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Specialized.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Specialized.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -14995,7 +14995,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -15011,7 +15011,7 @@ }, { "Route": "_framework/System.Collections.Specialized.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rnkwus257z-sn8l98c62u.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rnkwus257z-sn8l98c62u.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -15034,7 +15034,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -15066,7 +15066,7 @@ }, { "Route": "_framework/System.Collections.Specialized.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rnkwus257z-sn8l98c62u.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rnkwus257z-sn8l98c62u.gz", "Selectors": [], "ResponseHeaders": [ { @@ -15087,7 +15087,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -15111,7 +15111,7 @@ }, { "Route": "_framework/System.Collections.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -15132,7 +15132,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -15148,7 +15148,7 @@ }, { "Route": "_framework/System.Collections.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\wjr06919zi-nie06qj6qo.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\wjr06919zi-nie06qj6qo.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -15171,7 +15171,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -15203,7 +15203,7 @@ }, { "Route": "_framework/System.Collections.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\wjr06919zi-nie06qj6qo.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\wjr06919zi-nie06qj6qo.gz", "Selectors": [], "ResponseHeaders": [ { @@ -15224,7 +15224,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -15248,7 +15248,7 @@ }, { "Route": "_framework/System.ComponentModel.Annotations.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.Annotations.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.Annotations.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -15269,7 +15269,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -15285,7 +15285,7 @@ }, { "Route": "_framework/System.ComponentModel.Annotations.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6a14p9cnfm-7vq6uvcllp.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6a14p9cnfm-7vq6uvcllp.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -15308,7 +15308,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -15340,7 +15340,7 @@ }, { "Route": "_framework/System.ComponentModel.Annotations.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6a14p9cnfm-7vq6uvcllp.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6a14p9cnfm-7vq6uvcllp.gz", "Selectors": [], "ResponseHeaders": [ { @@ -15361,7 +15361,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -15385,7 +15385,7 @@ }, { "Route": "_framework/System.ComponentModel.DataAnnotations.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.DataAnnotations.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.DataAnnotations.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -15406,7 +15406,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -15422,7 +15422,7 @@ }, { "Route": "_framework/System.ComponentModel.DataAnnotations.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3do1xgb209-ix9s17e4oa.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3do1xgb209-ix9s17e4oa.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -15445,7 +15445,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -15477,7 +15477,7 @@ }, { "Route": "_framework/System.ComponentModel.DataAnnotations.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3do1xgb209-ix9s17e4oa.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3do1xgb209-ix9s17e4oa.gz", "Selectors": [], "ResponseHeaders": [ { @@ -15498,7 +15498,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -15522,7 +15522,7 @@ }, { "Route": "_framework/System.ComponentModel.EventBasedAsync.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.EventBasedAsync.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.EventBasedAsync.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -15543,7 +15543,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -15559,7 +15559,7 @@ }, { "Route": "_framework/System.ComponentModel.EventBasedAsync.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\lcw25evezq-21e6uomdqg.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\lcw25evezq-21e6uomdqg.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -15582,7 +15582,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -15614,7 +15614,7 @@ }, { "Route": "_framework/System.ComponentModel.EventBasedAsync.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\lcw25evezq-21e6uomdqg.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\lcw25evezq-21e6uomdqg.gz", "Selectors": [], "ResponseHeaders": [ { @@ -15635,7 +15635,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -15659,7 +15659,7 @@ }, { "Route": "_framework/System.ComponentModel.Primitives.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.Primitives.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.Primitives.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -15680,7 +15680,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -15696,7 +15696,7 @@ }, { "Route": "_framework/System.ComponentModel.Primitives.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6hh6ezf247-akyqtilzco.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6hh6ezf247-akyqtilzco.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -15719,7 +15719,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -15751,7 +15751,7 @@ }, { "Route": "_framework/System.ComponentModel.Primitives.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6hh6ezf247-akyqtilzco.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6hh6ezf247-akyqtilzco.gz", "Selectors": [], "ResponseHeaders": [ { @@ -15772,7 +15772,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -15796,7 +15796,7 @@ }, { "Route": "_framework/System.ComponentModel.TypeConverter.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -15817,7 +15817,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -15833,7 +15833,7 @@ }, { "Route": "_framework/System.ComponentModel.TypeConverter.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3iplrib5f1-ek4hlhdqkj.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3iplrib5f1-ek4hlhdqkj.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -15856,7 +15856,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -15888,7 +15888,7 @@ }, { "Route": "_framework/System.ComponentModel.TypeConverter.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3iplrib5f1-ek4hlhdqkj.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3iplrib5f1-ek4hlhdqkj.gz", "Selectors": [], "ResponseHeaders": [ { @@ -15909,7 +15909,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -15933,7 +15933,7 @@ }, { "Route": "_framework/System.ComponentModel.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -15954,7 +15954,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -15970,7 +15970,7 @@ }, { "Route": "_framework/System.ComponentModel.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\lpxbc0xcwu-yfl2eaopkw.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\lpxbc0xcwu-yfl2eaopkw.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -15993,7 +15993,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -16025,7 +16025,7 @@ }, { "Route": "_framework/System.ComponentModel.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\lpxbc0xcwu-yfl2eaopkw.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\lpxbc0xcwu-yfl2eaopkw.gz", "Selectors": [], "ResponseHeaders": [ { @@ -16046,7 +16046,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -16070,7 +16070,7 @@ }, { "Route": "_framework/System.Configuration.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Configuration.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Configuration.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -16091,7 +16091,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -16107,7 +16107,7 @@ }, { "Route": "_framework/System.Configuration.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5x2hw9hlph-67lwahgksx.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5x2hw9hlph-67lwahgksx.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -16130,7 +16130,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -16162,7 +16162,7 @@ }, { "Route": "_framework/System.Configuration.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5x2hw9hlph-67lwahgksx.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5x2hw9hlph-67lwahgksx.gz", "Selectors": [], "ResponseHeaders": [ { @@ -16183,7 +16183,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -16207,7 +16207,7 @@ }, { "Route": "_framework/System.Console.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Console.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Console.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -16228,7 +16228,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -16244,7 +16244,7 @@ }, { "Route": "_framework/System.Console.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\cdusluos85-e4ovel0up8.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\cdusluos85-e4ovel0up8.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -16267,7 +16267,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -16299,7 +16299,7 @@ }, { "Route": "_framework/System.Console.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\cdusluos85-e4ovel0up8.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\cdusluos85-e4ovel0up8.gz", "Selectors": [], "ResponseHeaders": [ { @@ -16320,7 +16320,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -16344,7 +16344,7 @@ }, { "Route": "_framework/System.Core.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Core.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Core.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -16365,7 +16365,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -16381,7 +16381,7 @@ }, { "Route": "_framework/System.Core.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xa46nctul2-6oo2lq0wqm.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xa46nctul2-6oo2lq0wqm.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -16404,7 +16404,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -16436,7 +16436,7 @@ }, { "Route": "_framework/System.Core.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xa46nctul2-6oo2lq0wqm.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xa46nctul2-6oo2lq0wqm.gz", "Selectors": [], "ResponseHeaders": [ { @@ -16457,7 +16457,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -16481,7 +16481,7 @@ }, { "Route": "_framework/System.Data.Common.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.Common.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.Common.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -16502,7 +16502,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -16518,7 +16518,7 @@ }, { "Route": "_framework/System.Data.Common.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\t60y82b8ct-kbvoyvfq27.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\t60y82b8ct-kbvoyvfq27.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -16541,7 +16541,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -16573,7 +16573,7 @@ }, { "Route": "_framework/System.Data.Common.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\t60y82b8ct-kbvoyvfq27.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\t60y82b8ct-kbvoyvfq27.gz", "Selectors": [], "ResponseHeaders": [ { @@ -16594,7 +16594,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -16618,7 +16618,7 @@ }, { "Route": "_framework/System.Data.DataSetExtensions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.DataSetExtensions.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.DataSetExtensions.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -16639,7 +16639,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -16655,7 +16655,7 @@ }, { "Route": "_framework/System.Data.DataSetExtensions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bapsepfweu-o2o4ch8qxi.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bapsepfweu-o2o4ch8qxi.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -16678,7 +16678,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -16710,7 +16710,7 @@ }, { "Route": "_framework/System.Data.DataSetExtensions.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bapsepfweu-o2o4ch8qxi.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bapsepfweu-o2o4ch8qxi.gz", "Selectors": [], "ResponseHeaders": [ { @@ -16731,7 +16731,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -16755,7 +16755,7 @@ }, { "Route": "_framework/System.Data.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -16776,7 +16776,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -16792,7 +16792,7 @@ }, { "Route": "_framework/System.Data.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\pykw33j66j-tg72k81p9v.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\pykw33j66j-tg72k81p9v.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -16815,7 +16815,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -16847,7 +16847,7 @@ }, { "Route": "_framework/System.Data.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\pykw33j66j-tg72k81p9v.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\pykw33j66j-tg72k81p9v.gz", "Selectors": [], "ResponseHeaders": [ { @@ -16868,7 +16868,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -16892,7 +16892,7 @@ }, { "Route": "_framework/System.Diagnostics.Contracts.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Contracts.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Contracts.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -16913,7 +16913,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -16929,7 +16929,7 @@ }, { "Route": "_framework/System.Diagnostics.Contracts.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tlmphuct5q-mjwur1vb3v.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tlmphuct5q-mjwur1vb3v.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -16952,7 +16952,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -16984,7 +16984,7 @@ }, { "Route": "_framework/System.Diagnostics.Contracts.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tlmphuct5q-mjwur1vb3v.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tlmphuct5q-mjwur1vb3v.gz", "Selectors": [], "ResponseHeaders": [ { @@ -17005,7 +17005,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -17029,7 +17029,7 @@ }, { "Route": "_framework/System.Diagnostics.Debug.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Debug.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Debug.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -17050,7 +17050,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -17066,7 +17066,7 @@ }, { "Route": "_framework/System.Diagnostics.Debug.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\b8331giksb-5rlkx55y19.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\b8331giksb-5rlkx55y19.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -17089,7 +17089,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -17121,7 +17121,7 @@ }, { "Route": "_framework/System.Diagnostics.Debug.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\b8331giksb-5rlkx55y19.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\b8331giksb-5rlkx55y19.gz", "Selectors": [], "ResponseHeaders": [ { @@ -17142,7 +17142,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -17166,7 +17166,7 @@ }, { "Route": "_framework/System.Diagnostics.DiagnosticSource.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -17187,7 +17187,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -17203,7 +17203,7 @@ }, { "Route": "_framework/System.Diagnostics.DiagnosticSource.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\768lripqfk-7hqmuqq5cq.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\768lripqfk-7hqmuqq5cq.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -17226,7 +17226,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -17258,7 +17258,7 @@ }, { "Route": "_framework/System.Diagnostics.DiagnosticSource.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\768lripqfk-7hqmuqq5cq.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\768lripqfk-7hqmuqq5cq.gz", "Selectors": [], "ResponseHeaders": [ { @@ -17279,7 +17279,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -17303,7 +17303,7 @@ }, { "Route": "_framework/System.Diagnostics.FileVersionInfo.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.FileVersionInfo.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.FileVersionInfo.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -17324,7 +17324,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -17340,7 +17340,7 @@ }, { "Route": "_framework/System.Diagnostics.FileVersionInfo.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mjknyr1kew-grrk3hrp1l.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mjknyr1kew-grrk3hrp1l.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -17363,7 +17363,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -17395,7 +17395,7 @@ }, { "Route": "_framework/System.Diagnostics.FileVersionInfo.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mjknyr1kew-grrk3hrp1l.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mjknyr1kew-grrk3hrp1l.gz", "Selectors": [], "ResponseHeaders": [ { @@ -17416,7 +17416,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -17440,7 +17440,7 @@ }, { "Route": "_framework/System.Diagnostics.Process.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Process.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Process.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -17461,7 +17461,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -17477,7 +17477,7 @@ }, { "Route": "_framework/System.Diagnostics.Process.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xyzushs1kt-gpvopyyhdq.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xyzushs1kt-gpvopyyhdq.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -17500,7 +17500,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -17532,7 +17532,7 @@ }, { "Route": "_framework/System.Diagnostics.Process.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xyzushs1kt-gpvopyyhdq.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xyzushs1kt-gpvopyyhdq.gz", "Selectors": [], "ResponseHeaders": [ { @@ -17553,7 +17553,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -17577,7 +17577,7 @@ }, { "Route": "_framework/System.Diagnostics.StackTrace.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.StackTrace.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.StackTrace.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -17598,7 +17598,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -17614,7 +17614,7 @@ }, { "Route": "_framework/System.Diagnostics.StackTrace.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\il91pt7pko-wnrtcnhpgl.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\il91pt7pko-wnrtcnhpgl.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -17637,7 +17637,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -17669,7 +17669,7 @@ }, { "Route": "_framework/System.Diagnostics.StackTrace.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\il91pt7pko-wnrtcnhpgl.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\il91pt7pko-wnrtcnhpgl.gz", "Selectors": [], "ResponseHeaders": [ { @@ -17690,7 +17690,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -17714,7 +17714,7 @@ }, { "Route": "_framework/System.Diagnostics.TextWriterTraceListener.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.TextWriterTraceListener.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.TextWriterTraceListener.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -17735,7 +17735,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -17751,7 +17751,7 @@ }, { "Route": "_framework/System.Diagnostics.TextWriterTraceListener.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sozkbt969q-6vo46yau5z.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sozkbt969q-6vo46yau5z.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -17774,7 +17774,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -17806,7 +17806,7 @@ }, { "Route": "_framework/System.Diagnostics.TextWriterTraceListener.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sozkbt969q-6vo46yau5z.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sozkbt969q-6vo46yau5z.gz", "Selectors": [], "ResponseHeaders": [ { @@ -17827,7 +17827,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -17851,7 +17851,7 @@ }, { "Route": "_framework/System.Diagnostics.Tools.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Tools.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Tools.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -17872,7 +17872,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -17888,7 +17888,7 @@ }, { "Route": "_framework/System.Diagnostics.Tools.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\z1lx69f3yb-3z6j1wct71.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\z1lx69f3yb-3z6j1wct71.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -17911,7 +17911,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -17943,7 +17943,7 @@ }, { "Route": "_framework/System.Diagnostics.Tools.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\z1lx69f3yb-3z6j1wct71.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\z1lx69f3yb-3z6j1wct71.gz", "Selectors": [], "ResponseHeaders": [ { @@ -17964,7 +17964,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -17988,7 +17988,7 @@ }, { "Route": "_framework/System.Diagnostics.TraceSource.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.TraceSource.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.TraceSource.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -18009,7 +18009,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -18025,7 +18025,7 @@ }, { "Route": "_framework/System.Diagnostics.TraceSource.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\r8ctv4wyd5-4l2fl1axw2.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\r8ctv4wyd5-4l2fl1axw2.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -18048,7 +18048,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -18080,7 +18080,7 @@ }, { "Route": "_framework/System.Diagnostics.TraceSource.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\r8ctv4wyd5-4l2fl1axw2.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\r8ctv4wyd5-4l2fl1axw2.gz", "Selectors": [], "ResponseHeaders": [ { @@ -18101,7 +18101,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -18125,7 +18125,7 @@ }, { "Route": "_framework/System.Diagnostics.Tracing.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Tracing.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Tracing.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -18146,7 +18146,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -18162,7 +18162,7 @@ }, { "Route": "_framework/System.Diagnostics.Tracing.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\o6lqquoipu-ncsccugyw8.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\o6lqquoipu-ncsccugyw8.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -18185,7 +18185,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -18217,7 +18217,7 @@ }, { "Route": "_framework/System.Diagnostics.Tracing.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\o6lqquoipu-ncsccugyw8.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\o6lqquoipu-ncsccugyw8.gz", "Selectors": [], "ResponseHeaders": [ { @@ -18238,7 +18238,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -18262,7 +18262,7 @@ }, { "Route": "_framework/System.Drawing.Primitives.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Drawing.Primitives.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Drawing.Primitives.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -18283,7 +18283,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -18299,7 +18299,7 @@ }, { "Route": "_framework/System.Drawing.Primitives.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xrv7w5idw0-g7amuh118t.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xrv7w5idw0-g7amuh118t.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -18322,7 +18322,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -18354,7 +18354,7 @@ }, { "Route": "_framework/System.Drawing.Primitives.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xrv7w5idw0-g7amuh118t.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xrv7w5idw0-g7amuh118t.gz", "Selectors": [], "ResponseHeaders": [ { @@ -18375,7 +18375,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -18399,7 +18399,7 @@ }, { "Route": "_framework/System.Drawing.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Drawing.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Drawing.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -18420,7 +18420,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -18436,7 +18436,7 @@ }, { "Route": "_framework/System.Drawing.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mh2ichqmqf-o1fazgbrf7.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mh2ichqmqf-o1fazgbrf7.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -18459,7 +18459,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -18491,7 +18491,7 @@ }, { "Route": "_framework/System.Drawing.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mh2ichqmqf-o1fazgbrf7.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mh2ichqmqf-o1fazgbrf7.gz", "Selectors": [], "ResponseHeaders": [ { @@ -18512,7 +18512,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -18536,7 +18536,7 @@ }, { "Route": "_framework/System.Dynamic.Runtime.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Dynamic.Runtime.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Dynamic.Runtime.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -18557,7 +18557,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -18573,7 +18573,7 @@ }, { "Route": "_framework/System.Dynamic.Runtime.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8c7w0qgkmn-onxt1qlo23.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8c7w0qgkmn-onxt1qlo23.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -18596,7 +18596,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -18628,7 +18628,7 @@ }, { "Route": "_framework/System.Dynamic.Runtime.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8c7w0qgkmn-onxt1qlo23.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8c7w0qgkmn-onxt1qlo23.gz", "Selectors": [], "ResponseHeaders": [ { @@ -18649,7 +18649,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -18673,7 +18673,7 @@ }, { "Route": "_framework/System.Formats.Asn1.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Formats.Asn1.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Formats.Asn1.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -18694,7 +18694,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -18710,7 +18710,7 @@ }, { "Route": "_framework/System.Formats.Asn1.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\olpuoe44o4-ipp8gya1fy.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\olpuoe44o4-ipp8gya1fy.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -18733,7 +18733,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -18765,7 +18765,7 @@ }, { "Route": "_framework/System.Formats.Asn1.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\olpuoe44o4-ipp8gya1fy.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\olpuoe44o4-ipp8gya1fy.gz", "Selectors": [], "ResponseHeaders": [ { @@ -18786,7 +18786,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -18810,7 +18810,7 @@ }, { "Route": "_framework/System.Formats.Tar.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Formats.Tar.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Formats.Tar.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -18831,7 +18831,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -18847,7 +18847,7 @@ }, { "Route": "_framework/System.Formats.Tar.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\md2p5n8p8v-vb374cvsdq.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\md2p5n8p8v-vb374cvsdq.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -18870,7 +18870,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -18902,7 +18902,7 @@ }, { "Route": "_framework/System.Formats.Tar.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\md2p5n8p8v-vb374cvsdq.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\md2p5n8p8v-vb374cvsdq.gz", "Selectors": [], "ResponseHeaders": [ { @@ -18923,7 +18923,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -18947,7 +18947,7 @@ }, { "Route": "_framework/System.Globalization.Calendars.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.Calendars.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.Calendars.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -18968,7 +18968,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -18984,7 +18984,7 @@ }, { "Route": "_framework/System.Globalization.Calendars.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gix98vlg0x-sagqyj2lx6.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gix98vlg0x-sagqyj2lx6.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -19007,7 +19007,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -19039,7 +19039,7 @@ }, { "Route": "_framework/System.Globalization.Calendars.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gix98vlg0x-sagqyj2lx6.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gix98vlg0x-sagqyj2lx6.gz", "Selectors": [], "ResponseHeaders": [ { @@ -19060,7 +19060,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -19084,7 +19084,7 @@ }, { "Route": "_framework/System.Globalization.Extensions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.Extensions.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.Extensions.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -19105,7 +19105,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -19121,7 +19121,7 @@ }, { "Route": "_framework/System.Globalization.Extensions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\15dfqkray5-yxrd07gwvl.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\15dfqkray5-yxrd07gwvl.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -19144,7 +19144,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -19176,7 +19176,7 @@ }, { "Route": "_framework/System.Globalization.Extensions.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\15dfqkray5-yxrd07gwvl.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\15dfqkray5-yxrd07gwvl.gz", "Selectors": [], "ResponseHeaders": [ { @@ -19197,7 +19197,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -19221,7 +19221,7 @@ }, { "Route": "_framework/System.Globalization.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -19242,7 +19242,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -19258,7 +19258,7 @@ }, { "Route": "_framework/System.Globalization.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\oqajmlwnnp-1ul0j5zyts.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\oqajmlwnnp-1ul0j5zyts.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -19281,7 +19281,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -19313,7 +19313,7 @@ }, { "Route": "_framework/System.Globalization.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\oqajmlwnnp-1ul0j5zyts.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\oqajmlwnnp-1ul0j5zyts.gz", "Selectors": [], "ResponseHeaders": [ { @@ -19334,7 +19334,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -19358,7 +19358,7 @@ }, { "Route": "_framework/System.IO.Compression.Brotli.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.Brotli.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.Brotli.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -19379,7 +19379,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -19395,7 +19395,7 @@ }, { "Route": "_framework/System.IO.Compression.Brotli.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0knkqd933w-sv4ivqpdih.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0knkqd933w-sv4ivqpdih.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -19418,7 +19418,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -19450,7 +19450,7 @@ }, { "Route": "_framework/System.IO.Compression.Brotli.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0knkqd933w-sv4ivqpdih.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0knkqd933w-sv4ivqpdih.gz", "Selectors": [], "ResponseHeaders": [ { @@ -19471,7 +19471,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -19495,7 +19495,7 @@ }, { "Route": "_framework/System.IO.Compression.FileSystem.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.FileSystem.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.FileSystem.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -19516,7 +19516,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -19532,7 +19532,7 @@ }, { "Route": "_framework/System.IO.Compression.FileSystem.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8ipet00v1f-9vh2vkrqrk.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8ipet00v1f-9vh2vkrqrk.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -19555,7 +19555,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -19587,7 +19587,7 @@ }, { "Route": "_framework/System.IO.Compression.FileSystem.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8ipet00v1f-9vh2vkrqrk.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8ipet00v1f-9vh2vkrqrk.gz", "Selectors": [], "ResponseHeaders": [ { @@ -19608,7 +19608,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -19632,7 +19632,7 @@ }, { "Route": "_framework/System.IO.Compression.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -19653,7 +19653,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -19669,7 +19669,7 @@ }, { "Route": "_framework/System.IO.Compression.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6e33x6oap5-cub3louzqd.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6e33x6oap5-cub3louzqd.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -19692,7 +19692,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -19724,7 +19724,7 @@ }, { "Route": "_framework/System.IO.Compression.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6e33x6oap5-cub3louzqd.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6e33x6oap5-cub3louzqd.gz", "Selectors": [], "ResponseHeaders": [ { @@ -19745,7 +19745,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -19769,7 +19769,7 @@ }, { "Route": "_framework/System.IO.Compression.ZipFile.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.ZipFile.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.ZipFile.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -19790,7 +19790,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -19806,7 +19806,7 @@ }, { "Route": "_framework/System.IO.Compression.ZipFile.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\detkbca685-vauvbpg47n.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\detkbca685-vauvbpg47n.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -19829,7 +19829,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -19861,7 +19861,7 @@ }, { "Route": "_framework/System.IO.Compression.ZipFile.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\detkbca685-vauvbpg47n.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\detkbca685-vauvbpg47n.gz", "Selectors": [], "ResponseHeaders": [ { @@ -19882,7 +19882,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -19906,7 +19906,7 @@ }, { "Route": "_framework/System.IO.FileSystem.AccessControl.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.AccessControl.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.AccessControl.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -19927,7 +19927,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -19943,7 +19943,7 @@ }, { "Route": "_framework/System.IO.FileSystem.AccessControl.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5g80oqiykv-drckq1wkq3.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5g80oqiykv-drckq1wkq3.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -19966,7 +19966,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -19998,7 +19998,7 @@ }, { "Route": "_framework/System.IO.FileSystem.AccessControl.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5g80oqiykv-drckq1wkq3.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5g80oqiykv-drckq1wkq3.gz", "Selectors": [], "ResponseHeaders": [ { @@ -20019,7 +20019,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -20043,7 +20043,7 @@ }, { "Route": "_framework/System.IO.FileSystem.DriveInfo.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.DriveInfo.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.DriveInfo.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -20064,7 +20064,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -20080,7 +20080,7 @@ }, { "Route": "_framework/System.IO.FileSystem.DriveInfo.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5d75awqi98-0yldq48nb4.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5d75awqi98-0yldq48nb4.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -20103,7 +20103,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -20135,7 +20135,7 @@ }, { "Route": "_framework/System.IO.FileSystem.DriveInfo.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5d75awqi98-0yldq48nb4.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5d75awqi98-0yldq48nb4.gz", "Selectors": [], "ResponseHeaders": [ { @@ -20156,7 +20156,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -20180,7 +20180,7 @@ }, { "Route": "_framework/System.IO.FileSystem.Primitives.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.Primitives.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.Primitives.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -20201,7 +20201,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -20217,7 +20217,7 @@ }, { "Route": "_framework/System.IO.FileSystem.Primitives.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7zj9q3kwy5-6dbzlzi6uo.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7zj9q3kwy5-6dbzlzi6uo.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -20240,7 +20240,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -20272,7 +20272,7 @@ }, { "Route": "_framework/System.IO.FileSystem.Primitives.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7zj9q3kwy5-6dbzlzi6uo.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7zj9q3kwy5-6dbzlzi6uo.gz", "Selectors": [], "ResponseHeaders": [ { @@ -20293,7 +20293,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -20317,7 +20317,7 @@ }, { "Route": "_framework/System.IO.FileSystem.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -20338,7 +20338,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -20354,7 +20354,7 @@ }, { "Route": "_framework/System.IO.FileSystem.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0irw3zla49-kqtqolm4wa.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0irw3zla49-kqtqolm4wa.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -20377,7 +20377,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -20409,7 +20409,7 @@ }, { "Route": "_framework/System.IO.FileSystem.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0irw3zla49-kqtqolm4wa.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0irw3zla49-kqtqolm4wa.gz", "Selectors": [], "ResponseHeaders": [ { @@ -20430,7 +20430,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -20454,7 +20454,7 @@ }, { "Route": "_framework/System.IO.FileSystem.Watcher.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -20475,7 +20475,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -20491,7 +20491,7 @@ }, { "Route": "_framework/System.IO.FileSystem.Watcher.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7bwqdgi3te-oj9i08g6lz.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7bwqdgi3te-oj9i08g6lz.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -20514,7 +20514,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -20546,7 +20546,7 @@ }, { "Route": "_framework/System.IO.FileSystem.Watcher.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7bwqdgi3te-oj9i08g6lz.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7bwqdgi3te-oj9i08g6lz.gz", "Selectors": [], "ResponseHeaders": [ { @@ -20567,7 +20567,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -20591,7 +20591,7 @@ }, { "Route": "_framework/System.IO.IsolatedStorage.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.IsolatedStorage.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.IsolatedStorage.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -20612,7 +20612,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -20628,7 +20628,7 @@ }, { "Route": "_framework/System.IO.IsolatedStorage.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1huhr2mzyn-ve69vgf5kz.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1huhr2mzyn-ve69vgf5kz.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -20651,7 +20651,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -20683,7 +20683,7 @@ }, { "Route": "_framework/System.IO.IsolatedStorage.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1huhr2mzyn-ve69vgf5kz.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1huhr2mzyn-ve69vgf5kz.gz", "Selectors": [], "ResponseHeaders": [ { @@ -20704,7 +20704,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -20728,7 +20728,7 @@ }, { "Route": "_framework/System.IO.MemoryMappedFiles.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.MemoryMappedFiles.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.MemoryMappedFiles.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -20749,7 +20749,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -20765,7 +20765,7 @@ }, { "Route": "_framework/System.IO.MemoryMappedFiles.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ctxyflpotb-bx37hgrj5q.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ctxyflpotb-bx37hgrj5q.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -20788,7 +20788,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -20820,7 +20820,7 @@ }, { "Route": "_framework/System.IO.MemoryMappedFiles.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ctxyflpotb-bx37hgrj5q.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ctxyflpotb-bx37hgrj5q.gz", "Selectors": [], "ResponseHeaders": [ { @@ -20841,7 +20841,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -20865,7 +20865,7 @@ }, { "Route": "_framework/System.IO.Pipelines.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipelines.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipelines.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -20886,7 +20886,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -20902,7 +20902,7 @@ }, { "Route": "_framework/System.IO.Pipelines.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0bp2h8ufhq-iudrcw56e1.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0bp2h8ufhq-iudrcw56e1.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -20925,7 +20925,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -20957,7 +20957,7 @@ }, { "Route": "_framework/System.IO.Pipelines.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0bp2h8ufhq-iudrcw56e1.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0bp2h8ufhq-iudrcw56e1.gz", "Selectors": [], "ResponseHeaders": [ { @@ -20978,7 +20978,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -21002,7 +21002,7 @@ }, { "Route": "_framework/System.IO.Pipes.AccessControl.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipes.AccessControl.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipes.AccessControl.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -21023,7 +21023,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -21039,7 +21039,7 @@ }, { "Route": "_framework/System.IO.Pipes.AccessControl.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\omv3nzbl98-bk9vrw4i46.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\omv3nzbl98-bk9vrw4i46.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -21062,7 +21062,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -21094,7 +21094,7 @@ }, { "Route": "_framework/System.IO.Pipes.AccessControl.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\omv3nzbl98-bk9vrw4i46.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\omv3nzbl98-bk9vrw4i46.gz", "Selectors": [], "ResponseHeaders": [ { @@ -21115,7 +21115,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -21139,7 +21139,7 @@ }, { "Route": "_framework/System.IO.Pipes.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipes.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipes.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -21160,7 +21160,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -21176,7 +21176,7 @@ }, { "Route": "_framework/System.IO.Pipes.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\meqxxnnqvx-n33yixsck6.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\meqxxnnqvx-n33yixsck6.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -21199,7 +21199,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -21231,7 +21231,7 @@ }, { "Route": "_framework/System.IO.Pipes.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\meqxxnnqvx-n33yixsck6.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\meqxxnnqvx-n33yixsck6.gz", "Selectors": [], "ResponseHeaders": [ { @@ -21252,7 +21252,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -21276,7 +21276,7 @@ }, { "Route": "_framework/System.IO.UnmanagedMemoryStream.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.UnmanagedMemoryStream.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.UnmanagedMemoryStream.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -21297,7 +21297,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -21313,7 +21313,7 @@ }, { "Route": "_framework/System.IO.UnmanagedMemoryStream.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\oq9wi4ailw-ac8xrryfy7.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\oq9wi4ailw-ac8xrryfy7.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -21336,7 +21336,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -21368,7 +21368,7 @@ }, { "Route": "_framework/System.IO.UnmanagedMemoryStream.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\oq9wi4ailw-ac8xrryfy7.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\oq9wi4ailw-ac8xrryfy7.gz", "Selectors": [], "ResponseHeaders": [ { @@ -21389,7 +21389,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -21413,7 +21413,7 @@ }, { "Route": "_framework/System.IO.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -21434,7 +21434,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -21450,7 +21450,7 @@ }, { "Route": "_framework/System.IO.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jm470z3phm-674jwrdv5k.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jm470z3phm-674jwrdv5k.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -21473,7 +21473,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -21505,7 +21505,7 @@ }, { "Route": "_framework/System.IO.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jm470z3phm-674jwrdv5k.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jm470z3phm-674jwrdv5k.gz", "Selectors": [], "ResponseHeaders": [ { @@ -21526,7 +21526,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -21550,7 +21550,7 @@ }, { "Route": "_framework/System.Linq.Expressions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Expressions.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Expressions.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -21571,7 +21571,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -21587,7 +21587,7 @@ }, { "Route": "_framework/System.Linq.Expressions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\a79tq9ynwt-8i9v2949fr.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\a79tq9ynwt-8i9v2949fr.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -21610,7 +21610,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -21642,7 +21642,7 @@ }, { "Route": "_framework/System.Linq.Expressions.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\a79tq9ynwt-8i9v2949fr.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\a79tq9ynwt-8i9v2949fr.gz", "Selectors": [], "ResponseHeaders": [ { @@ -21663,7 +21663,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -21687,7 +21687,7 @@ }, { "Route": "_framework/System.Linq.Parallel.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Parallel.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Parallel.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -21708,7 +21708,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -21724,7 +21724,7 @@ }, { "Route": "_framework/System.Linq.Parallel.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7vh4rfs37c-uqq1toshjs.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7vh4rfs37c-uqq1toshjs.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -21747,7 +21747,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -21779,7 +21779,7 @@ }, { "Route": "_framework/System.Linq.Parallel.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7vh4rfs37c-uqq1toshjs.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7vh4rfs37c-uqq1toshjs.gz", "Selectors": [], "ResponseHeaders": [ { @@ -21800,7 +21800,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -21824,7 +21824,7 @@ }, { "Route": "_framework/System.Linq.Queryable.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Queryable.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Queryable.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -21845,7 +21845,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -21861,7 +21861,7 @@ }, { "Route": "_framework/System.Linq.Queryable.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jjzi0e2tbs-4mn95jeqkz.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jjzi0e2tbs-4mn95jeqkz.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -21884,7 +21884,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -21916,7 +21916,7 @@ }, { "Route": "_framework/System.Linq.Queryable.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jjzi0e2tbs-4mn95jeqkz.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jjzi0e2tbs-4mn95jeqkz.gz", "Selectors": [], "ResponseHeaders": [ { @@ -21937,7 +21937,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -21961,7 +21961,7 @@ }, { "Route": "_framework/System.Linq.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -21982,7 +21982,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -21998,7 +21998,7 @@ }, { "Route": "_framework/System.Linq.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8eh5y9tp1c-bqy8sv168l.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8eh5y9tp1c-bqy8sv168l.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -22021,7 +22021,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -22053,7 +22053,7 @@ }, { "Route": "_framework/System.Linq.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8eh5y9tp1c-bqy8sv168l.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8eh5y9tp1c-bqy8sv168l.gz", "Selectors": [], "ResponseHeaders": [ { @@ -22074,7 +22074,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -22098,7 +22098,7 @@ }, { "Route": "_framework/System.Memory.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Memory.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Memory.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -22119,7 +22119,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -22135,7 +22135,7 @@ }, { "Route": "_framework/System.Memory.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g76rrh4lgu-00lkbcsi6k.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g76rrh4lgu-00lkbcsi6k.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -22158,7 +22158,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -22190,7 +22190,7 @@ }, { "Route": "_framework/System.Memory.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g76rrh4lgu-00lkbcsi6k.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g76rrh4lgu-00lkbcsi6k.gz", "Selectors": [], "ResponseHeaders": [ { @@ -22211,7 +22211,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -22235,7 +22235,7 @@ }, { "Route": "_framework/System.Net.Http.Json.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Http.Json.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Http.Json.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -22256,7 +22256,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -22272,7 +22272,7 @@ }, { "Route": "_framework/System.Net.Http.Json.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\b1j4g2aidh-gwhgic1g4s.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\b1j4g2aidh-gwhgic1g4s.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -22295,7 +22295,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -22327,7 +22327,7 @@ }, { "Route": "_framework/System.Net.Http.Json.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\b1j4g2aidh-gwhgic1g4s.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\b1j4g2aidh-gwhgic1g4s.gz", "Selectors": [], "ResponseHeaders": [ { @@ -22348,7 +22348,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -22372,7 +22372,7 @@ }, { "Route": "_framework/System.Net.Http.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Http.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Http.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -22393,7 +22393,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -22409,7 +22409,7 @@ }, { "Route": "_framework/System.Net.Http.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ijk0xpt1h4-8t67dotvrh.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ijk0xpt1h4-8t67dotvrh.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -22432,7 +22432,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -22464,7 +22464,7 @@ }, { "Route": "_framework/System.Net.Http.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ijk0xpt1h4-8t67dotvrh.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ijk0xpt1h4-8t67dotvrh.gz", "Selectors": [], "ResponseHeaders": [ { @@ -22485,7 +22485,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -22509,7 +22509,7 @@ }, { "Route": "_framework/System.Net.HttpListener.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.HttpListener.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.HttpListener.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -22530,7 +22530,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -22546,7 +22546,7 @@ }, { "Route": "_framework/System.Net.HttpListener.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\otznmcnlz5-ir65hlfb8z.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\otznmcnlz5-ir65hlfb8z.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -22569,7 +22569,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -22601,7 +22601,7 @@ }, { "Route": "_framework/System.Net.HttpListener.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\otznmcnlz5-ir65hlfb8z.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\otznmcnlz5-ir65hlfb8z.gz", "Selectors": [], "ResponseHeaders": [ { @@ -22622,7 +22622,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -22646,7 +22646,7 @@ }, { "Route": "_framework/System.Net.Mail.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Mail.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Mail.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -22667,7 +22667,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -22683,7 +22683,7 @@ }, { "Route": "_framework/System.Net.Mail.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\yac1w3vy2r-u6tb74qjwk.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\yac1w3vy2r-u6tb74qjwk.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -22706,7 +22706,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -22738,7 +22738,7 @@ }, { "Route": "_framework/System.Net.Mail.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\yac1w3vy2r-u6tb74qjwk.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\yac1w3vy2r-u6tb74qjwk.gz", "Selectors": [], "ResponseHeaders": [ { @@ -22759,7 +22759,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -22783,7 +22783,7 @@ }, { "Route": "_framework/System.Net.NameResolution.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.NameResolution.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.NameResolution.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -22804,7 +22804,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -22820,7 +22820,7 @@ }, { "Route": "_framework/System.Net.NameResolution.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\vbrlhg9h7i-bipvwufop2.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\vbrlhg9h7i-bipvwufop2.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -22843,7 +22843,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -22875,7 +22875,7 @@ }, { "Route": "_framework/System.Net.NameResolution.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\vbrlhg9h7i-bipvwufop2.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\vbrlhg9h7i-bipvwufop2.gz", "Selectors": [], "ResponseHeaders": [ { @@ -22896,7 +22896,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -22920,7 +22920,7 @@ }, { "Route": "_framework/System.Net.NetworkInformation.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.NetworkInformation.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.NetworkInformation.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -22941,7 +22941,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -22957,7 +22957,7 @@ }, { "Route": "_framework/System.Net.NetworkInformation.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1ibz4kqyc0-uovh5g3v63.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1ibz4kqyc0-uovh5g3v63.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -22980,7 +22980,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -23012,7 +23012,7 @@ }, { "Route": "_framework/System.Net.NetworkInformation.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1ibz4kqyc0-uovh5g3v63.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1ibz4kqyc0-uovh5g3v63.gz", "Selectors": [], "ResponseHeaders": [ { @@ -23033,7 +23033,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -23057,7 +23057,7 @@ }, { "Route": "_framework/System.Net.Ping.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Ping.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Ping.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -23078,7 +23078,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -23094,7 +23094,7 @@ }, { "Route": "_framework/System.Net.Ping.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kv7akofu7p-xbwtybogqw.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kv7akofu7p-xbwtybogqw.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -23117,7 +23117,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -23149,7 +23149,7 @@ }, { "Route": "_framework/System.Net.Ping.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kv7akofu7p-xbwtybogqw.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kv7akofu7p-xbwtybogqw.gz", "Selectors": [], "ResponseHeaders": [ { @@ -23170,7 +23170,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -23194,7 +23194,7 @@ }, { "Route": "_framework/System.Net.Primitives.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Primitives.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Primitives.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -23215,7 +23215,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -23231,7 +23231,7 @@ }, { "Route": "_framework/System.Net.Primitives.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ycs4dc86o6-5x057ultqg.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ycs4dc86o6-5x057ultqg.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -23254,7 +23254,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -23286,7 +23286,7 @@ }, { "Route": "_framework/System.Net.Primitives.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ycs4dc86o6-5x057ultqg.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ycs4dc86o6-5x057ultqg.gz", "Selectors": [], "ResponseHeaders": [ { @@ -23307,7 +23307,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -23331,7 +23331,7 @@ }, { "Route": "_framework/System.Net.Quic.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Quic.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Quic.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -23352,7 +23352,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -23368,7 +23368,7 @@ }, { "Route": "_framework/System.Net.Quic.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6i5reauy9a-tnxw0hw66n.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6i5reauy9a-tnxw0hw66n.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -23391,7 +23391,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -23423,7 +23423,7 @@ }, { "Route": "_framework/System.Net.Quic.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6i5reauy9a-tnxw0hw66n.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6i5reauy9a-tnxw0hw66n.gz", "Selectors": [], "ResponseHeaders": [ { @@ -23444,7 +23444,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -23468,7 +23468,7 @@ }, { "Route": "_framework/System.Net.Requests.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Requests.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Requests.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -23489,7 +23489,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -23505,7 +23505,7 @@ }, { "Route": "_framework/System.Net.Requests.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\dfaw8i07sg-p7aqa3ydbf.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\dfaw8i07sg-p7aqa3ydbf.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -23528,7 +23528,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -23560,7 +23560,7 @@ }, { "Route": "_framework/System.Net.Requests.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\dfaw8i07sg-p7aqa3ydbf.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\dfaw8i07sg-p7aqa3ydbf.gz", "Selectors": [], "ResponseHeaders": [ { @@ -23581,7 +23581,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -23605,7 +23605,7 @@ }, { "Route": "_framework/System.Net.Security.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Security.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Security.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -23626,7 +23626,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -23642,7 +23642,7 @@ }, { "Route": "_framework/System.Net.Security.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zd2msg63jn-9pmm5e0uc6.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zd2msg63jn-9pmm5e0uc6.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -23665,7 +23665,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -23697,7 +23697,7 @@ }, { "Route": "_framework/System.Net.Security.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zd2msg63jn-9pmm5e0uc6.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zd2msg63jn-9pmm5e0uc6.gz", "Selectors": [], "ResponseHeaders": [ { @@ -23718,7 +23718,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -23742,7 +23742,7 @@ }, { "Route": "_framework/System.Net.ServicePoint.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.ServicePoint.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.ServicePoint.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -23763,7 +23763,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -23779,7 +23779,7 @@ }, { "Route": "_framework/System.Net.ServicePoint.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jd5ybzr9lh-61v0nen4hx.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jd5ybzr9lh-61v0nen4hx.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -23802,7 +23802,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -23834,7 +23834,7 @@ }, { "Route": "_framework/System.Net.ServicePoint.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jd5ybzr9lh-61v0nen4hx.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jd5ybzr9lh-61v0nen4hx.gz", "Selectors": [], "ResponseHeaders": [ { @@ -23855,7 +23855,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -23879,7 +23879,7 @@ }, { "Route": "_framework/System.Net.Sockets.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Sockets.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Sockets.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -23900,7 +23900,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -23916,7 +23916,7 @@ }, { "Route": "_framework/System.Net.Sockets.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5nc9t7881e-gbqoxsv40r.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5nc9t7881e-gbqoxsv40r.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -23939,7 +23939,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -23971,7 +23971,7 @@ }, { "Route": "_framework/System.Net.Sockets.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5nc9t7881e-gbqoxsv40r.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5nc9t7881e-gbqoxsv40r.gz", "Selectors": [], "ResponseHeaders": [ { @@ -23992,7 +23992,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -24016,7 +24016,7 @@ }, { "Route": "_framework/System.Net.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -24037,7 +24037,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -24053,7 +24053,7 @@ }, { "Route": "_framework/System.Net.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\324w13xuvo-bi4ws36sl2.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\324w13xuvo-bi4ws36sl2.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -24076,7 +24076,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -24108,7 +24108,7 @@ }, { "Route": "_framework/System.Net.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\324w13xuvo-bi4ws36sl2.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\324w13xuvo-bi4ws36sl2.gz", "Selectors": [], "ResponseHeaders": [ { @@ -24129,7 +24129,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -24153,7 +24153,7 @@ }, { "Route": "_framework/System.Net.WebClient.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebClient.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebClient.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -24174,7 +24174,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -24190,7 +24190,7 @@ }, { "Route": "_framework/System.Net.WebClient.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ghz44jcq0l-fcia9ky19l.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ghz44jcq0l-fcia9ky19l.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -24213,7 +24213,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -24245,7 +24245,7 @@ }, { "Route": "_framework/System.Net.WebClient.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ghz44jcq0l-fcia9ky19l.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ghz44jcq0l-fcia9ky19l.gz", "Selectors": [], "ResponseHeaders": [ { @@ -24266,7 +24266,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -24290,7 +24290,7 @@ }, { "Route": "_framework/System.Net.WebHeaderCollection.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebHeaderCollection.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebHeaderCollection.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -24311,7 +24311,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -24327,7 +24327,7 @@ }, { "Route": "_framework/System.Net.WebHeaderCollection.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tuyn985nz3-6286hgwuqh.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tuyn985nz3-6286hgwuqh.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -24350,7 +24350,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -24382,7 +24382,7 @@ }, { "Route": "_framework/System.Net.WebHeaderCollection.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tuyn985nz3-6286hgwuqh.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tuyn985nz3-6286hgwuqh.gz", "Selectors": [], "ResponseHeaders": [ { @@ -24403,7 +24403,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -24427,7 +24427,7 @@ }, { "Route": "_framework/System.Net.WebProxy.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebProxy.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebProxy.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -24448,7 +24448,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -24464,7 +24464,7 @@ }, { "Route": "_framework/System.Net.WebProxy.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i4ep49nzwb-djpann52a6.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i4ep49nzwb-djpann52a6.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -24487,7 +24487,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -24519,7 +24519,7 @@ }, { "Route": "_framework/System.Net.WebProxy.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i4ep49nzwb-djpann52a6.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i4ep49nzwb-djpann52a6.gz", "Selectors": [], "ResponseHeaders": [ { @@ -24540,7 +24540,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -24564,7 +24564,7 @@ }, { "Route": "_framework/System.Net.WebSockets.Client.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebSockets.Client.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebSockets.Client.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -24585,7 +24585,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -24601,7 +24601,7 @@ }, { "Route": "_framework/System.Net.WebSockets.Client.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ygbwol6ubw-lkvy8locnf.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ygbwol6ubw-lkvy8locnf.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -24624,7 +24624,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -24656,7 +24656,7 @@ }, { "Route": "_framework/System.Net.WebSockets.Client.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ygbwol6ubw-lkvy8locnf.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ygbwol6ubw-lkvy8locnf.gz", "Selectors": [], "ResponseHeaders": [ { @@ -24677,7 +24677,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -24701,7 +24701,7 @@ }, { "Route": "_framework/System.Net.WebSockets.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebSockets.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebSockets.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -24722,7 +24722,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -24738,7 +24738,7 @@ }, { "Route": "_framework/System.Net.WebSockets.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\btvfot68ru-box0kt0ygr.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\btvfot68ru-box0kt0ygr.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -24761,7 +24761,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -24793,7 +24793,7 @@ }, { "Route": "_framework/System.Net.WebSockets.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\btvfot68ru-box0kt0ygr.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\btvfot68ru-box0kt0ygr.gz", "Selectors": [], "ResponseHeaders": [ { @@ -24814,7 +24814,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -24838,7 +24838,7 @@ }, { "Route": "_framework/System.Numerics.Vectors.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Numerics.Vectors.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Numerics.Vectors.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -24859,7 +24859,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -24875,7 +24875,7 @@ }, { "Route": "_framework/System.Numerics.Vectors.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ucejdgoot3-pweg4f9jik.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ucejdgoot3-pweg4f9jik.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -24898,7 +24898,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -24930,7 +24930,7 @@ }, { "Route": "_framework/System.Numerics.Vectors.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ucejdgoot3-pweg4f9jik.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ucejdgoot3-pweg4f9jik.gz", "Selectors": [], "ResponseHeaders": [ { @@ -24951,7 +24951,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -24975,7 +24975,7 @@ }, { "Route": "_framework/System.Numerics.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Numerics.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Numerics.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -24996,7 +24996,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -25012,7 +25012,7 @@ }, { "Route": "_framework/System.Numerics.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jeaodzfja7-fzteml2ksa.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jeaodzfja7-fzteml2ksa.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -25035,7 +25035,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -25067,7 +25067,7 @@ }, { "Route": "_framework/System.Numerics.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jeaodzfja7-fzteml2ksa.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jeaodzfja7-fzteml2ksa.gz", "Selectors": [], "ResponseHeaders": [ { @@ -25088,7 +25088,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -25112,7 +25112,7 @@ }, { "Route": "_framework/System.ObjectModel.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ObjectModel.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ObjectModel.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -25133,7 +25133,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -25149,7 +25149,7 @@ }, { "Route": "_framework/System.ObjectModel.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g2f3ayhkgf-oi5its9v0z.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g2f3ayhkgf-oi5its9v0z.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -25172,7 +25172,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -25204,7 +25204,7 @@ }, { "Route": "_framework/System.ObjectModel.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g2f3ayhkgf-oi5its9v0z.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g2f3ayhkgf-oi5its9v0z.gz", "Selectors": [], "ResponseHeaders": [ { @@ -25225,7 +25225,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -25249,7 +25249,7 @@ }, { "Route": "_framework/System.Private.CoreLib.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.CoreLib.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.CoreLib.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -25270,7 +25270,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -25286,7 +25286,7 @@ }, { "Route": "_framework/System.Private.CoreLib.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\vejzz9omd4-rcys532pwr.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\vejzz9omd4-rcys532pwr.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -25309,7 +25309,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -25341,7 +25341,7 @@ }, { "Route": "_framework/System.Private.CoreLib.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\vejzz9omd4-rcys532pwr.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\vejzz9omd4-rcys532pwr.gz", "Selectors": [], "ResponseHeaders": [ { @@ -25362,7 +25362,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -25386,7 +25386,7 @@ }, { "Route": "_framework/System.Private.DataContractSerialization.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.DataContractSerialization.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.DataContractSerialization.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -25407,7 +25407,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -25423,7 +25423,7 @@ }, { "Route": "_framework/System.Private.DataContractSerialization.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nvk83tidwv-1jyxr7kwjo.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nvk83tidwv-1jyxr7kwjo.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -25446,7 +25446,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -25478,7 +25478,7 @@ }, { "Route": "_framework/System.Private.DataContractSerialization.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nvk83tidwv-1jyxr7kwjo.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nvk83tidwv-1jyxr7kwjo.gz", "Selectors": [], "ResponseHeaders": [ { @@ -25499,7 +25499,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -25523,7 +25523,7 @@ }, { "Route": "_framework/System.Private.Uri.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Uri.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Uri.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -25544,7 +25544,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -25560,7 +25560,7 @@ }, { "Route": "_framework/System.Private.Uri.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hz83gb6xmq-4fwiisng6i.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hz83gb6xmq-4fwiisng6i.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -25583,7 +25583,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -25615,7 +25615,7 @@ }, { "Route": "_framework/System.Private.Uri.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hz83gb6xmq-4fwiisng6i.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hz83gb6xmq-4fwiisng6i.gz", "Selectors": [], "ResponseHeaders": [ { @@ -25636,7 +25636,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -25660,7 +25660,7 @@ }, { "Route": "_framework/System.Private.Xml.Linq.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Xml.Linq.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Xml.Linq.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -25681,7 +25681,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -25697,7 +25697,7 @@ }, { "Route": "_framework/System.Private.Xml.Linq.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4gf6l5tac6-dgkgnxso4m.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4gf6l5tac6-dgkgnxso4m.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -25720,7 +25720,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -25752,7 +25752,7 @@ }, { "Route": "_framework/System.Private.Xml.Linq.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4gf6l5tac6-dgkgnxso4m.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4gf6l5tac6-dgkgnxso4m.gz", "Selectors": [], "ResponseHeaders": [ { @@ -25773,7 +25773,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Cache-Control", @@ -25797,7 +25797,7 @@ }, { "Route": "_framework/System.Private.Xml.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Xml.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Xml.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -25818,7 +25818,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -25834,7 +25834,7 @@ }, { "Route": "_framework/System.Private.Xml.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8ezvspfqzk-66ysrn2owv.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8ezvspfqzk-66ysrn2owv.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -25857,7 +25857,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -25889,7 +25889,7 @@ }, { "Route": "_framework/System.Private.Xml.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8ezvspfqzk-66ysrn2owv.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8ezvspfqzk-66ysrn2owv.gz", "Selectors": [], "ResponseHeaders": [ { @@ -25910,7 +25910,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -25934,7 +25934,7 @@ }, { "Route": "_framework/System.Reflection.DispatchProxy.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.DispatchProxy.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.DispatchProxy.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -25955,7 +25955,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -25971,7 +25971,7 @@ }, { "Route": "_framework/System.Reflection.DispatchProxy.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qc9qcqr5s2-kgscmlv3if.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qc9qcqr5s2-kgscmlv3if.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -25994,7 +25994,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -26026,7 +26026,7 @@ }, { "Route": "_framework/System.Reflection.DispatchProxy.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qc9qcqr5s2-kgscmlv3if.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qc9qcqr5s2-kgscmlv3if.gz", "Selectors": [], "ResponseHeaders": [ { @@ -26047,7 +26047,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -26071,7 +26071,7 @@ }, { "Route": "_framework/System.Reflection.Emit.ILGeneration.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -26092,7 +26092,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -26108,7 +26108,7 @@ }, { "Route": "_framework/System.Reflection.Emit.ILGeneration.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\f0ajty1722-8hlod3by22.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\f0ajty1722-8hlod3by22.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -26131,7 +26131,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -26163,7 +26163,7 @@ }, { "Route": "_framework/System.Reflection.Emit.ILGeneration.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\f0ajty1722-8hlod3by22.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\f0ajty1722-8hlod3by22.gz", "Selectors": [], "ResponseHeaders": [ { @@ -26184,7 +26184,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -26208,7 +26208,7 @@ }, { "Route": "_framework/System.Reflection.Emit.Lightweight.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -26229,7 +26229,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -26245,7 +26245,7 @@ }, { "Route": "_framework/System.Reflection.Emit.Lightweight.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\16gkmd3qyn-u3evpglqtv.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\16gkmd3qyn-u3evpglqtv.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -26268,7 +26268,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -26300,7 +26300,7 @@ }, { "Route": "_framework/System.Reflection.Emit.Lightweight.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\16gkmd3qyn-u3evpglqtv.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\16gkmd3qyn-u3evpglqtv.gz", "Selectors": [], "ResponseHeaders": [ { @@ -26321,7 +26321,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -26345,7 +26345,7 @@ }, { "Route": "_framework/System.Reflection.Emit.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -26366,7 +26366,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -26382,7 +26382,7 @@ }, { "Route": "_framework/System.Reflection.Emit.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\36hb6ks61s-xcolejwqh0.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\36hb6ks61s-xcolejwqh0.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -26405,7 +26405,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -26437,7 +26437,7 @@ }, { "Route": "_framework/System.Reflection.Emit.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\36hb6ks61s-xcolejwqh0.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\36hb6ks61s-xcolejwqh0.gz", "Selectors": [], "ResponseHeaders": [ { @@ -26458,7 +26458,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -26482,7 +26482,7 @@ }, { "Route": "_framework/System.Reflection.Extensions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Extensions.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Extensions.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -26503,7 +26503,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -26519,7 +26519,7 @@ }, { "Route": "_framework/System.Reflection.Extensions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qsapjifxrx-oepwslok2k.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qsapjifxrx-oepwslok2k.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -26542,7 +26542,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -26574,7 +26574,7 @@ }, { "Route": "_framework/System.Reflection.Extensions.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qsapjifxrx-oepwslok2k.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qsapjifxrx-oepwslok2k.gz", "Selectors": [], "ResponseHeaders": [ { @@ -26595,7 +26595,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -26619,7 +26619,7 @@ }, { "Route": "_framework/System.Reflection.Metadata.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Metadata.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Metadata.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -26640,7 +26640,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -26656,7 +26656,7 @@ }, { "Route": "_framework/System.Reflection.Metadata.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\snmkueee03-zll5ovyn4j.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\snmkueee03-zll5ovyn4j.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -26679,7 +26679,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -26711,7 +26711,7 @@ }, { "Route": "_framework/System.Reflection.Metadata.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\snmkueee03-zll5ovyn4j.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\snmkueee03-zll5ovyn4j.gz", "Selectors": [], "ResponseHeaders": [ { @@ -26732,7 +26732,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -26756,7 +26756,7 @@ }, { "Route": "_framework/System.Reflection.Primitives.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Primitives.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Primitives.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -26777,7 +26777,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -26793,7 +26793,7 @@ }, { "Route": "_framework/System.Reflection.Primitives.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\z5n0i80wxd-ajsaevzb4n.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\z5n0i80wxd-ajsaevzb4n.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -26816,7 +26816,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -26848,7 +26848,7 @@ }, { "Route": "_framework/System.Reflection.Primitives.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\z5n0i80wxd-ajsaevzb4n.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\z5n0i80wxd-ajsaevzb4n.gz", "Selectors": [], "ResponseHeaders": [ { @@ -26869,7 +26869,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -26893,7 +26893,7 @@ }, { "Route": "_framework/System.Reflection.TypeExtensions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.TypeExtensions.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.TypeExtensions.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -26914,7 +26914,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -26930,7 +26930,7 @@ }, { "Route": "_framework/System.Reflection.TypeExtensions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6lf2ddmv1l-gyfyt6ifle.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6lf2ddmv1l-gyfyt6ifle.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -26953,7 +26953,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -26985,7 +26985,7 @@ }, { "Route": "_framework/System.Reflection.TypeExtensions.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6lf2ddmv1l-gyfyt6ifle.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6lf2ddmv1l-gyfyt6ifle.gz", "Selectors": [], "ResponseHeaders": [ { @@ -27006,7 +27006,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -27030,7 +27030,7 @@ }, { "Route": "_framework/System.Reflection.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -27051,7 +27051,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -27067,7 +27067,7 @@ }, { "Route": "_framework/System.Reflection.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hb8ye351nd-05yfgzvmh7.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hb8ye351nd-05yfgzvmh7.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -27090,7 +27090,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -27122,7 +27122,7 @@ }, { "Route": "_framework/System.Reflection.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hb8ye351nd-05yfgzvmh7.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hb8ye351nd-05yfgzvmh7.gz", "Selectors": [], "ResponseHeaders": [ { @@ -27143,7 +27143,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -27167,7 +27167,7 @@ }, { "Route": "_framework/System.Resources.Reader.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.Reader.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.Reader.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -27188,7 +27188,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -27204,7 +27204,7 @@ }, { "Route": "_framework/System.Resources.Reader.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8qc79e3nu4-x35pd1xcsk.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8qc79e3nu4-x35pd1xcsk.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -27227,7 +27227,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -27259,7 +27259,7 @@ }, { "Route": "_framework/System.Resources.Reader.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8qc79e3nu4-x35pd1xcsk.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8qc79e3nu4-x35pd1xcsk.gz", "Selectors": [], "ResponseHeaders": [ { @@ -27280,7 +27280,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -27304,7 +27304,7 @@ }, { "Route": "_framework/System.Resources.ResourceManager.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.ResourceManager.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.ResourceManager.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -27325,7 +27325,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -27341,7 +27341,7 @@ }, { "Route": "_framework/System.Resources.ResourceManager.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\69b0nullub-1hzkk1v31b.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\69b0nullub-1hzkk1v31b.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -27364,7 +27364,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -27396,7 +27396,7 @@ }, { "Route": "_framework/System.Resources.ResourceManager.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\69b0nullub-1hzkk1v31b.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\69b0nullub-1hzkk1v31b.gz", "Selectors": [], "ResponseHeaders": [ { @@ -27417,7 +27417,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -27441,7 +27441,7 @@ }, { "Route": "_framework/System.Resources.Writer.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.Writer.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.Writer.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -27462,7 +27462,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -27478,7 +27478,7 @@ }, { "Route": "_framework/System.Resources.Writer.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\24f91srh18-gmkxofgq6z.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\24f91srh18-gmkxofgq6z.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -27501,7 +27501,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -27533,7 +27533,7 @@ }, { "Route": "_framework/System.Resources.Writer.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\24f91srh18-gmkxofgq6z.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\24f91srh18-gmkxofgq6z.gz", "Selectors": [], "ResponseHeaders": [ { @@ -27554,7 +27554,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -27578,7 +27578,7 @@ }, { "Route": "_framework/System.Runtime.CompilerServices.Unsafe.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -27599,7 +27599,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -27615,7 +27615,7 @@ }, { "Route": "_framework/System.Runtime.CompilerServices.Unsafe.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g88hfs9ug7-99j5jlhtlf.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g88hfs9ug7-99j5jlhtlf.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -27638,7 +27638,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -27670,7 +27670,7 @@ }, { "Route": "_framework/System.Runtime.CompilerServices.Unsafe.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g88hfs9ug7-99j5jlhtlf.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g88hfs9ug7-99j5jlhtlf.gz", "Selectors": [], "ResponseHeaders": [ { @@ -27691,7 +27691,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -27715,7 +27715,7 @@ }, { "Route": "_framework/System.Runtime.CompilerServices.VisualC.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.CompilerServices.VisualC.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.CompilerServices.VisualC.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -27736,7 +27736,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -27752,7 +27752,7 @@ }, { "Route": "_framework/System.Runtime.CompilerServices.VisualC.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d6zxzoeihc-z2tqksfwxn.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d6zxzoeihc-z2tqksfwxn.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -27775,7 +27775,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -27807,7 +27807,7 @@ }, { "Route": "_framework/System.Runtime.CompilerServices.VisualC.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d6zxzoeihc-z2tqksfwxn.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d6zxzoeihc-z2tqksfwxn.gz", "Selectors": [], "ResponseHeaders": [ { @@ -27828,7 +27828,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -27852,7 +27852,7 @@ }, { "Route": "_framework/System.Runtime.Extensions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Extensions.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Extensions.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -27873,7 +27873,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -27889,7 +27889,7 @@ }, { "Route": "_framework/System.Runtime.Extensions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\u457dfzv6h-hsooj5ku5u.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\u457dfzv6h-hsooj5ku5u.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -27912,7 +27912,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -27944,7 +27944,7 @@ }, { "Route": "_framework/System.Runtime.Extensions.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\u457dfzv6h-hsooj5ku5u.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\u457dfzv6h-hsooj5ku5u.gz", "Selectors": [], "ResponseHeaders": [ { @@ -27965,7 +27965,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -27989,7 +27989,7 @@ }, { "Route": "_framework/System.Runtime.Handles.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Handles.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Handles.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -28010,7 +28010,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -28026,7 +28026,7 @@ }, { "Route": "_framework/System.Runtime.Handles.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\h68ufmkaki-x1zwj8gq0q.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\h68ufmkaki-x1zwj8gq0q.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -28049,7 +28049,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -28081,7 +28081,7 @@ }, { "Route": "_framework/System.Runtime.Handles.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\h68ufmkaki-x1zwj8gq0q.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\h68ufmkaki-x1zwj8gq0q.gz", "Selectors": [], "ResponseHeaders": [ { @@ -28102,7 +28102,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -28126,7 +28126,7 @@ }, { "Route": "_framework/System.Runtime.InteropServices.JavaScript.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.JavaScript.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.JavaScript.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -28147,7 +28147,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -28163,7 +28163,7 @@ }, { "Route": "_framework/System.Runtime.InteropServices.JavaScript.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\favjpgserh-t14slsf5gb.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\favjpgserh-t14slsf5gb.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -28186,7 +28186,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -28218,7 +28218,7 @@ }, { "Route": "_framework/System.Runtime.InteropServices.JavaScript.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\favjpgserh-t14slsf5gb.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\favjpgserh-t14slsf5gb.gz", "Selectors": [], "ResponseHeaders": [ { @@ -28239,7 +28239,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -28263,7 +28263,7 @@ }, { "Route": "_framework/System.Runtime.InteropServices.RuntimeInformation.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -28284,7 +28284,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -28300,7 +28300,7 @@ }, { "Route": "_framework/System.Runtime.InteropServices.RuntimeInformation.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ui13sigocd-j622qnirva.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ui13sigocd-j622qnirva.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -28323,7 +28323,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -28355,7 +28355,7 @@ }, { "Route": "_framework/System.Runtime.InteropServices.RuntimeInformation.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ui13sigocd-j622qnirva.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ui13sigocd-j622qnirva.gz", "Selectors": [], "ResponseHeaders": [ { @@ -28376,7 +28376,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -28400,7 +28400,7 @@ }, { "Route": "_framework/System.Runtime.InteropServices.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -28421,7 +28421,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -28437,7 +28437,7 @@ }, { "Route": "_framework/System.Runtime.InteropServices.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3oxhwn0e7e-arf11keiq9.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3oxhwn0e7e-arf11keiq9.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -28460,7 +28460,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -28492,7 +28492,7 @@ }, { "Route": "_framework/System.Runtime.InteropServices.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3oxhwn0e7e-arf11keiq9.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3oxhwn0e7e-arf11keiq9.gz", "Selectors": [], "ResponseHeaders": [ { @@ -28513,7 +28513,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -28537,7 +28537,7 @@ }, { "Route": "_framework/System.Runtime.Intrinsics.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Intrinsics.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Intrinsics.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -28558,7 +28558,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -28574,7 +28574,7 @@ }, { "Route": "_framework/System.Runtime.Intrinsics.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\smsafl7fbj-s2a2n0v8v5.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\smsafl7fbj-s2a2n0v8v5.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -28597,7 +28597,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -28629,7 +28629,7 @@ }, { "Route": "_framework/System.Runtime.Intrinsics.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\smsafl7fbj-s2a2n0v8v5.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\smsafl7fbj-s2a2n0v8v5.gz", "Selectors": [], "ResponseHeaders": [ { @@ -28650,7 +28650,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -28674,7 +28674,7 @@ }, { "Route": "_framework/System.Runtime.Loader.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Loader.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Loader.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -28695,7 +28695,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -28711,7 +28711,7 @@ }, { "Route": "_framework/System.Runtime.Loader.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6nmjb2ga9x-1iz0927hqc.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6nmjb2ga9x-1iz0927hqc.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -28734,7 +28734,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -28766,7 +28766,7 @@ }, { "Route": "_framework/System.Runtime.Loader.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6nmjb2ga9x-1iz0927hqc.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6nmjb2ga9x-1iz0927hqc.gz", "Selectors": [], "ResponseHeaders": [ { @@ -28787,7 +28787,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -28811,7 +28811,7 @@ }, { "Route": "_framework/System.Runtime.Numerics.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Numerics.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Numerics.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -28832,7 +28832,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -28848,7 +28848,7 @@ }, { "Route": "_framework/System.Runtime.Numerics.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mdl3czdiv2-qvepw4e78q.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mdl3czdiv2-qvepw4e78q.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -28871,7 +28871,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -28903,7 +28903,7 @@ }, { "Route": "_framework/System.Runtime.Numerics.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mdl3czdiv2-qvepw4e78q.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mdl3czdiv2-qvepw4e78q.gz", "Selectors": [], "ResponseHeaders": [ { @@ -28924,7 +28924,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -28948,7 +28948,7 @@ }, { "Route": "_framework/System.Runtime.Serialization.Formatters.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Formatters.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Formatters.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -28969,7 +28969,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -28985,7 +28985,7 @@ }, { "Route": "_framework/System.Runtime.Serialization.Formatters.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4wku2hu407-h26lzyu81w.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4wku2hu407-h26lzyu81w.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -29008,7 +29008,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -29040,7 +29040,7 @@ }, { "Route": "_framework/System.Runtime.Serialization.Formatters.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4wku2hu407-h26lzyu81w.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4wku2hu407-h26lzyu81w.gz", "Selectors": [], "ResponseHeaders": [ { @@ -29061,7 +29061,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -29085,7 +29085,7 @@ }, { "Route": "_framework/System.Runtime.Serialization.Json.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Json.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Json.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -29106,7 +29106,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -29122,7 +29122,7 @@ }, { "Route": "_framework/System.Runtime.Serialization.Json.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\yk3g2cnkjp-gpcerlv545.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\yk3g2cnkjp-gpcerlv545.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -29145,7 +29145,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -29177,7 +29177,7 @@ }, { "Route": "_framework/System.Runtime.Serialization.Json.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\yk3g2cnkjp-gpcerlv545.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\yk3g2cnkjp-gpcerlv545.gz", "Selectors": [], "ResponseHeaders": [ { @@ -29198,7 +29198,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -29222,7 +29222,7 @@ }, { "Route": "_framework/System.Runtime.Serialization.Primitives.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Primitives.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Primitives.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -29243,7 +29243,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -29259,7 +29259,7 @@ }, { "Route": "_framework/System.Runtime.Serialization.Primitives.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qjiio5xtyo-9ywk5zf0ye.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qjiio5xtyo-9ywk5zf0ye.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -29282,7 +29282,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -29314,7 +29314,7 @@ }, { "Route": "_framework/System.Runtime.Serialization.Primitives.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qjiio5xtyo-9ywk5zf0ye.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qjiio5xtyo-9ywk5zf0ye.gz", "Selectors": [], "ResponseHeaders": [ { @@ -29335,7 +29335,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -29359,7 +29359,7 @@ }, { "Route": "_framework/System.Runtime.Serialization.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -29380,7 +29380,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -29396,7 +29396,7 @@ }, { "Route": "_framework/System.Runtime.Serialization.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8s5drhusp6-xduo6mn7ma.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8s5drhusp6-xduo6mn7ma.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -29419,7 +29419,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -29451,7 +29451,7 @@ }, { "Route": "_framework/System.Runtime.Serialization.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8s5drhusp6-xduo6mn7ma.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8s5drhusp6-xduo6mn7ma.gz", "Selectors": [], "ResponseHeaders": [ { @@ -29472,7 +29472,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -29496,7 +29496,7 @@ }, { "Route": "_framework/System.Runtime.Serialization.Xml.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Xml.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Xml.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -29517,7 +29517,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -29533,7 +29533,7 @@ }, { "Route": "_framework/System.Runtime.Serialization.Xml.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\acd83xah5k-cg50v6hv4d.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\acd83xah5k-cg50v6hv4d.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -29556,7 +29556,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -29588,7 +29588,7 @@ }, { "Route": "_framework/System.Runtime.Serialization.Xml.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\acd83xah5k-cg50v6hv4d.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\acd83xah5k-cg50v6hv4d.gz", "Selectors": [], "ResponseHeaders": [ { @@ -29609,7 +29609,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -29633,7 +29633,7 @@ }, { "Route": "_framework/System.Runtime.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -29654,7 +29654,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -29670,7 +29670,7 @@ }, { "Route": "_framework/System.Runtime.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8js2b3ikzg-iz9521x4d5.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8js2b3ikzg-iz9521x4d5.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -29693,7 +29693,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -29725,7 +29725,7 @@ }, { "Route": "_framework/System.Runtime.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8js2b3ikzg-iz9521x4d5.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8js2b3ikzg-iz9521x4d5.gz", "Selectors": [], "ResponseHeaders": [ { @@ -29746,7 +29746,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -29770,7 +29770,7 @@ }, { "Route": "_framework/System.Security.AccessControl.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.AccessControl.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.AccessControl.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -29791,7 +29791,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -29807,7 +29807,7 @@ }, { "Route": "_framework/System.Security.AccessControl.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\evz4x8kkgb-w83xci1s0e.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\evz4x8kkgb-w83xci1s0e.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -29830,7 +29830,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -29862,7 +29862,7 @@ }, { "Route": "_framework/System.Security.AccessControl.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\evz4x8kkgb-w83xci1s0e.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\evz4x8kkgb-w83xci1s0e.gz", "Selectors": [], "ResponseHeaders": [ { @@ -29883,7 +29883,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -29907,7 +29907,7 @@ }, { "Route": "_framework/System.Security.Claims.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Claims.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Claims.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -29928,7 +29928,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -29944,7 +29944,7 @@ }, { "Route": "_framework/System.Security.Claims.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sossmjk0pb-mgppqoca94.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sossmjk0pb-mgppqoca94.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -29967,7 +29967,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -29999,7 +29999,7 @@ }, { "Route": "_framework/System.Security.Claims.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sossmjk0pb-mgppqoca94.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sossmjk0pb-mgppqoca94.gz", "Selectors": [], "ResponseHeaders": [ { @@ -30020,7 +30020,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -30044,7 +30044,7 @@ }, { "Route": "_framework/System.Security.Cryptography.Algorithms.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -30065,7 +30065,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -30081,7 +30081,7 @@ }, { "Route": "_framework/System.Security.Cryptography.Algorithms.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\witjyutmr6-lyl6xulxjq.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\witjyutmr6-lyl6xulxjq.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -30104,7 +30104,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -30136,7 +30136,7 @@ }, { "Route": "_framework/System.Security.Cryptography.Algorithms.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\witjyutmr6-lyl6xulxjq.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\witjyutmr6-lyl6xulxjq.gz", "Selectors": [], "ResponseHeaders": [ { @@ -30157,7 +30157,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -30181,7 +30181,7 @@ }, { "Route": "_framework/System.Security.Cryptography.Cng.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Cng.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Cng.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -30202,7 +30202,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -30218,7 +30218,7 @@ }, { "Route": "_framework/System.Security.Cryptography.Cng.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qk4td0onpg-is3vw3toke.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qk4td0onpg-is3vw3toke.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -30241,7 +30241,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -30273,7 +30273,7 @@ }, { "Route": "_framework/System.Security.Cryptography.Cng.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qk4td0onpg-is3vw3toke.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qk4td0onpg-is3vw3toke.gz", "Selectors": [], "ResponseHeaders": [ { @@ -30294,7 +30294,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -30318,7 +30318,7 @@ }, { "Route": "_framework/System.Security.Cryptography.Csp.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Csp.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Csp.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -30339,7 +30339,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -30355,7 +30355,7 @@ }, { "Route": "_framework/System.Security.Cryptography.Csp.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zilwrgikc8-77wcsbalfb.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zilwrgikc8-77wcsbalfb.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -30378,7 +30378,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -30410,7 +30410,7 @@ }, { "Route": "_framework/System.Security.Cryptography.Csp.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zilwrgikc8-77wcsbalfb.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zilwrgikc8-77wcsbalfb.gz", "Selectors": [], "ResponseHeaders": [ { @@ -30431,7 +30431,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -30455,7 +30455,7 @@ }, { "Route": "_framework/System.Security.Cryptography.Encoding.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Encoding.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Encoding.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -30476,7 +30476,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -30492,7 +30492,7 @@ }, { "Route": "_framework/System.Security.Cryptography.Encoding.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hg075kso0q-ylyh0nvuhn.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hg075kso0q-ylyh0nvuhn.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -30515,7 +30515,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -30547,7 +30547,7 @@ }, { "Route": "_framework/System.Security.Cryptography.Encoding.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hg075kso0q-ylyh0nvuhn.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hg075kso0q-ylyh0nvuhn.gz", "Selectors": [], "ResponseHeaders": [ { @@ -30568,7 +30568,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -30592,7 +30592,7 @@ }, { "Route": "_framework/System.Security.Cryptography.OpenSsl.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.OpenSsl.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.OpenSsl.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -30613,7 +30613,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -30629,7 +30629,7 @@ }, { "Route": "_framework/System.Security.Cryptography.OpenSsl.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w5w0qiszg7-035cxkpjqr.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w5w0qiszg7-035cxkpjqr.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -30652,7 +30652,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -30684,7 +30684,7 @@ }, { "Route": "_framework/System.Security.Cryptography.OpenSsl.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w5w0qiszg7-035cxkpjqr.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w5w0qiszg7-035cxkpjqr.gz", "Selectors": [], "ResponseHeaders": [ { @@ -30705,7 +30705,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -30729,7 +30729,7 @@ }, { "Route": "_framework/System.Security.Cryptography.Primitives.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -30750,7 +30750,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -30766,7 +30766,7 @@ }, { "Route": "_framework/System.Security.Cryptography.Primitives.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\e27pp01hks-8sy06h2xub.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\e27pp01hks-8sy06h2xub.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -30789,7 +30789,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -30821,7 +30821,7 @@ }, { "Route": "_framework/System.Security.Cryptography.Primitives.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\e27pp01hks-8sy06h2xub.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\e27pp01hks-8sy06h2xub.gz", "Selectors": [], "ResponseHeaders": [ { @@ -30842,7 +30842,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -30866,7 +30866,7 @@ }, { "Route": "_framework/System.Security.Cryptography.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -30887,7 +30887,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -30903,7 +30903,7 @@ }, { "Route": "_framework/System.Security.Cryptography.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nafpk38rqn-77xcltn6z8.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nafpk38rqn-77xcltn6z8.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -30926,7 +30926,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -30958,7 +30958,7 @@ }, { "Route": "_framework/System.Security.Cryptography.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nafpk38rqn-77xcltn6z8.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nafpk38rqn-77xcltn6z8.gz", "Selectors": [], "ResponseHeaders": [ { @@ -30979,7 +30979,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -31003,7 +31003,7 @@ }, { "Route": "_framework/System.Security.Cryptography.X509Certificates.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.X509Certificates.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.X509Certificates.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -31024,7 +31024,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -31040,7 +31040,7 @@ }, { "Route": "_framework/System.Security.Cryptography.X509Certificates.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ahhmji10vw-982lmixj89.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ahhmji10vw-982lmixj89.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -31063,7 +31063,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -31095,7 +31095,7 @@ }, { "Route": "_framework/System.Security.Cryptography.X509Certificates.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ahhmji10vw-982lmixj89.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ahhmji10vw-982lmixj89.gz", "Selectors": [], "ResponseHeaders": [ { @@ -31116,7 +31116,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -31140,7 +31140,7 @@ }, { "Route": "_framework/System.Security.Principal.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Principal.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Principal.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -31161,7 +31161,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -31177,7 +31177,7 @@ }, { "Route": "_framework/System.Security.Principal.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4ep2tuqqvh-nwmq9c0dxp.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4ep2tuqqvh-nwmq9c0dxp.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -31200,7 +31200,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -31232,7 +31232,7 @@ }, { "Route": "_framework/System.Security.Principal.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4ep2tuqqvh-nwmq9c0dxp.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4ep2tuqqvh-nwmq9c0dxp.gz", "Selectors": [], "ResponseHeaders": [ { @@ -31253,7 +31253,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -31277,7 +31277,7 @@ }, { "Route": "_framework/System.Security.Principal.Windows.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Principal.Windows.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Principal.Windows.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -31298,7 +31298,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -31314,7 +31314,7 @@ }, { "Route": "_framework/System.Security.Principal.Windows.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qkrje1evcx-r50so417ua.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qkrje1evcx-r50so417ua.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -31337,7 +31337,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -31369,7 +31369,7 @@ }, { "Route": "_framework/System.Security.Principal.Windows.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qkrje1evcx-r50so417ua.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qkrje1evcx-r50so417ua.gz", "Selectors": [], "ResponseHeaders": [ { @@ -31390,7 +31390,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -31414,7 +31414,7 @@ }, { "Route": "_framework/System.Security.SecureString.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.SecureString.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.SecureString.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -31435,7 +31435,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -31451,7 +31451,7 @@ }, { "Route": "_framework/System.Security.SecureString.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1hblptriwp-a1bvfrdfb0.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1hblptriwp-a1bvfrdfb0.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -31474,7 +31474,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -31506,7 +31506,7 @@ }, { "Route": "_framework/System.Security.SecureString.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1hblptriwp-a1bvfrdfb0.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1hblptriwp-a1bvfrdfb0.gz", "Selectors": [], "ResponseHeaders": [ { @@ -31527,7 +31527,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -31551,7 +31551,7 @@ }, { "Route": "_framework/System.Security.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -31572,7 +31572,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -31588,7 +31588,7 @@ }, { "Route": "_framework/System.Security.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kt165yc41q-r0ybprwbdo.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kt165yc41q-r0ybprwbdo.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -31611,7 +31611,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -31643,7 +31643,7 @@ }, { "Route": "_framework/System.Security.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kt165yc41q-r0ybprwbdo.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kt165yc41q-r0ybprwbdo.gz", "Selectors": [], "ResponseHeaders": [ { @@ -31664,7 +31664,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -31688,7 +31688,7 @@ }, { "Route": "_framework/System.ServiceModel.Web.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ServiceModel.Web.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ServiceModel.Web.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -31709,7 +31709,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -31725,7 +31725,7 @@ }, { "Route": "_framework/System.ServiceModel.Web.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qikbjqw5lg-ice8a74mfp.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qikbjqw5lg-ice8a74mfp.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -31748,7 +31748,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -31780,7 +31780,7 @@ }, { "Route": "_framework/System.ServiceModel.Web.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qikbjqw5lg-ice8a74mfp.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qikbjqw5lg-ice8a74mfp.gz", "Selectors": [], "ResponseHeaders": [ { @@ -31801,7 +31801,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -31825,7 +31825,7 @@ }, { "Route": "_framework/System.ServiceProcess.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ServiceProcess.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ServiceProcess.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -31846,7 +31846,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -31862,7 +31862,7 @@ }, { "Route": "_framework/System.ServiceProcess.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7tlppx7xm5-ces8qi4jdv.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7tlppx7xm5-ces8qi4jdv.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -31885,7 +31885,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -31917,7 +31917,7 @@ }, { "Route": "_framework/System.ServiceProcess.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7tlppx7xm5-ces8qi4jdv.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7tlppx7xm5-ces8qi4jdv.gz", "Selectors": [], "ResponseHeaders": [ { @@ -31938,7 +31938,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -31962,7 +31962,7 @@ }, { "Route": "_framework/System.Text.Encoding.CodePages.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.CodePages.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.CodePages.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -31983,7 +31983,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -31999,7 +31999,7 @@ }, { "Route": "_framework/System.Text.Encoding.CodePages.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\pfvio6s8o4-wnm0lr2dr8.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\pfvio6s8o4-wnm0lr2dr8.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -32022,7 +32022,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -32054,7 +32054,7 @@ }, { "Route": "_framework/System.Text.Encoding.CodePages.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\pfvio6s8o4-wnm0lr2dr8.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\pfvio6s8o4-wnm0lr2dr8.gz", "Selectors": [], "ResponseHeaders": [ { @@ -32075,7 +32075,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -32099,7 +32099,7 @@ }, { "Route": "_framework/System.Text.Encoding.Extensions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.Extensions.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.Extensions.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -32120,7 +32120,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -32136,7 +32136,7 @@ }, { "Route": "_framework/System.Text.Encoding.Extensions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8nmyr3nvr7-5bq2cvr3hg.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8nmyr3nvr7-5bq2cvr3hg.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -32159,7 +32159,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -32191,7 +32191,7 @@ }, { "Route": "_framework/System.Text.Encoding.Extensions.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8nmyr3nvr7-5bq2cvr3hg.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8nmyr3nvr7-5bq2cvr3hg.gz", "Selectors": [], "ResponseHeaders": [ { @@ -32212,7 +32212,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -32236,7 +32236,7 @@ }, { "Route": "_framework/System.Text.Encoding.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -32257,7 +32257,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -32273,7 +32273,7 @@ }, { "Route": "_framework/System.Text.Encoding.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\wgok0adxrd-eyx33pgiad.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\wgok0adxrd-eyx33pgiad.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -32296,7 +32296,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -32328,7 +32328,7 @@ }, { "Route": "_framework/System.Text.Encoding.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\wgok0adxrd-eyx33pgiad.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\wgok0adxrd-eyx33pgiad.gz", "Selectors": [], "ResponseHeaders": [ { @@ -32349,7 +32349,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -32373,7 +32373,7 @@ }, { "Route": "_framework/System.Text.Encodings.Web.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encodings.Web.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encodings.Web.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -32394,7 +32394,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -32410,7 +32410,7 @@ }, { "Route": "_framework/System.Text.Encodings.Web.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8d128emwtl-9x7dptacey.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8d128emwtl-9x7dptacey.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -32433,7 +32433,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -32465,7 +32465,7 @@ }, { "Route": "_framework/System.Text.Encodings.Web.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8d128emwtl-9x7dptacey.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8d128emwtl-9x7dptacey.gz", "Selectors": [], "ResponseHeaders": [ { @@ -32486,7 +32486,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -32510,7 +32510,7 @@ }, { "Route": "_framework/System.Text.Json.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Json.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Json.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -32531,7 +32531,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -32547,7 +32547,7 @@ }, { "Route": "_framework/System.Text.Json.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w42pov7xtq-ppd2fidtln.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w42pov7xtq-ppd2fidtln.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -32570,7 +32570,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -32602,7 +32602,7 @@ }, { "Route": "_framework/System.Text.Json.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w42pov7xtq-ppd2fidtln.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w42pov7xtq-ppd2fidtln.gz", "Selectors": [], "ResponseHeaders": [ { @@ -32623,7 +32623,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -32647,7 +32647,7 @@ }, { "Route": "_framework/System.Text.RegularExpressions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.RegularExpressions.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.RegularExpressions.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -32668,7 +32668,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -32684,7 +32684,7 @@ }, { "Route": "_framework/System.Text.RegularExpressions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8st2mjmvff-3e7pdp88zp.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8st2mjmvff-3e7pdp88zp.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -32707,7 +32707,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -32739,7 +32739,7 @@ }, { "Route": "_framework/System.Text.RegularExpressions.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8st2mjmvff-3e7pdp88zp.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8st2mjmvff-3e7pdp88zp.gz", "Selectors": [], "ResponseHeaders": [ { @@ -32760,7 +32760,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -32784,7 +32784,7 @@ }, { "Route": "_framework/System.Threading.Channels.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Channels.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Channels.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -32805,7 +32805,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -32821,7 +32821,7 @@ }, { "Route": "_framework/System.Threading.Channels.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8jhparz1fs-1udekzdv05.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8jhparz1fs-1udekzdv05.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -32844,7 +32844,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -32876,7 +32876,7 @@ }, { "Route": "_framework/System.Threading.Channels.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8jhparz1fs-1udekzdv05.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8jhparz1fs-1udekzdv05.gz", "Selectors": [], "ResponseHeaders": [ { @@ -32897,7 +32897,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -32921,7 +32921,7 @@ }, { "Route": "_framework/System.Threading.Overlapped.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Overlapped.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Overlapped.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -32942,7 +32942,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -32958,7 +32958,7 @@ }, { "Route": "_framework/System.Threading.Overlapped.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qzrso9t6qt-o0ci7lcesp.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qzrso9t6qt-o0ci7lcesp.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -32981,7 +32981,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -33013,7 +33013,7 @@ }, { "Route": "_framework/System.Threading.Overlapped.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qzrso9t6qt-o0ci7lcesp.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qzrso9t6qt-o0ci7lcesp.gz", "Selectors": [], "ResponseHeaders": [ { @@ -33034,7 +33034,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -33058,7 +33058,7 @@ }, { "Route": "_framework/System.Threading.Tasks.Dataflow.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Dataflow.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Dataflow.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -33079,7 +33079,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -33095,7 +33095,7 @@ }, { "Route": "_framework/System.Threading.Tasks.Dataflow.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xxdvu4kns6-esmmfynicw.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xxdvu4kns6-esmmfynicw.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -33118,7 +33118,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -33150,7 +33150,7 @@ }, { "Route": "_framework/System.Threading.Tasks.Dataflow.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xxdvu4kns6-esmmfynicw.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xxdvu4kns6-esmmfynicw.gz", "Selectors": [], "ResponseHeaders": [ { @@ -33171,7 +33171,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -33195,7 +33195,7 @@ }, { "Route": "_framework/System.Threading.Tasks.Extensions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Extensions.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Extensions.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -33216,7 +33216,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -33232,7 +33232,7 @@ }, { "Route": "_framework/System.Threading.Tasks.Extensions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\m5ulbl575g-grhpsybruk.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\m5ulbl575g-grhpsybruk.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -33255,7 +33255,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -33287,7 +33287,7 @@ }, { "Route": "_framework/System.Threading.Tasks.Extensions.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\m5ulbl575g-grhpsybruk.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\m5ulbl575g-grhpsybruk.gz", "Selectors": [], "ResponseHeaders": [ { @@ -33308,7 +33308,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -33332,7 +33332,7 @@ }, { "Route": "_framework/System.Threading.Tasks.Parallel.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Parallel.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Parallel.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -33353,7 +33353,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -33369,7 +33369,7 @@ }, { "Route": "_framework/System.Threading.Tasks.Parallel.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k3twv17qn3-y8m4zhesg5.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k3twv17qn3-y8m4zhesg5.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -33392,7 +33392,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -33424,7 +33424,7 @@ }, { "Route": "_framework/System.Threading.Tasks.Parallel.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k3twv17qn3-y8m4zhesg5.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k3twv17qn3-y8m4zhesg5.gz", "Selectors": [], "ResponseHeaders": [ { @@ -33445,7 +33445,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -33469,7 +33469,7 @@ }, { "Route": "_framework/System.Threading.Tasks.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -33490,7 +33490,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -33506,7 +33506,7 @@ }, { "Route": "_framework/System.Threading.Tasks.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mq15jbnpmi-nr23lugli1.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mq15jbnpmi-nr23lugli1.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -33529,7 +33529,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -33561,7 +33561,7 @@ }, { "Route": "_framework/System.Threading.Tasks.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mq15jbnpmi-nr23lugli1.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mq15jbnpmi-nr23lugli1.gz", "Selectors": [], "ResponseHeaders": [ { @@ -33582,7 +33582,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -33606,7 +33606,7 @@ }, { "Route": "_framework/System.Threading.Thread.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Thread.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Thread.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -33627,7 +33627,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -33643,7 +33643,7 @@ }, { "Route": "_framework/System.Threading.Thread.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\li26yqjeam-83w11tdkvv.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\li26yqjeam-83w11tdkvv.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -33666,7 +33666,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -33698,7 +33698,7 @@ }, { "Route": "_framework/System.Threading.Thread.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\li26yqjeam-83w11tdkvv.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\li26yqjeam-83w11tdkvv.gz", "Selectors": [], "ResponseHeaders": [ { @@ -33719,7 +33719,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -33743,7 +33743,7 @@ }, { "Route": "_framework/System.Threading.ThreadPool.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.ThreadPool.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.ThreadPool.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -33764,7 +33764,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -33780,7 +33780,7 @@ }, { "Route": "_framework/System.Threading.ThreadPool.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\62z0o2i9pb-turgxoxt8a.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\62z0o2i9pb-turgxoxt8a.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -33803,7 +33803,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -33835,7 +33835,7 @@ }, { "Route": "_framework/System.Threading.ThreadPool.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\62z0o2i9pb-turgxoxt8a.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\62z0o2i9pb-turgxoxt8a.gz", "Selectors": [], "ResponseHeaders": [ { @@ -33856,7 +33856,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -33880,7 +33880,7 @@ }, { "Route": "_framework/System.Threading.Timer.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Timer.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Timer.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -33901,7 +33901,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -33917,7 +33917,7 @@ }, { "Route": "_framework/System.Threading.Timer.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\28xa66ni2k-wyvnqt03fv.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\28xa66ni2k-wyvnqt03fv.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -33940,7 +33940,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -33972,7 +33972,7 @@ }, { "Route": "_framework/System.Threading.Timer.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\28xa66ni2k-wyvnqt03fv.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\28xa66ni2k-wyvnqt03fv.gz", "Selectors": [], "ResponseHeaders": [ { @@ -33993,7 +33993,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -34017,7 +34017,7 @@ }, { "Route": "_framework/System.Threading.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -34038,7 +34038,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -34054,7 +34054,7 @@ }, { "Route": "_framework/System.Threading.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k7jsgweg71-cf1vupxs9i.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k7jsgweg71-cf1vupxs9i.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -34077,7 +34077,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -34109,7 +34109,7 @@ }, { "Route": "_framework/System.Threading.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k7jsgweg71-cf1vupxs9i.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k7jsgweg71-cf1vupxs9i.gz", "Selectors": [], "ResponseHeaders": [ { @@ -34130,7 +34130,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -34154,7 +34154,7 @@ }, { "Route": "_framework/System.Transactions.Local.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Transactions.Local.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Transactions.Local.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -34175,7 +34175,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -34191,7 +34191,7 @@ }, { "Route": "_framework/System.Transactions.Local.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4if7lrerku-033xejool8.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4if7lrerku-033xejool8.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -34214,7 +34214,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -34246,7 +34246,7 @@ }, { "Route": "_framework/System.Transactions.Local.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4if7lrerku-033xejool8.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4if7lrerku-033xejool8.gz", "Selectors": [], "ResponseHeaders": [ { @@ -34267,7 +34267,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -34291,7 +34291,7 @@ }, { "Route": "_framework/System.Transactions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Transactions.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Transactions.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -34312,7 +34312,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -34328,7 +34328,7 @@ }, { "Route": "_framework/System.Transactions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sdk1at7c6v-yk1d03z5nw.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sdk1at7c6v-yk1d03z5nw.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -34351,7 +34351,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -34383,7 +34383,7 @@ }, { "Route": "_framework/System.Transactions.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sdk1at7c6v-yk1d03z5nw.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sdk1at7c6v-yk1d03z5nw.gz", "Selectors": [], "ResponseHeaders": [ { @@ -34404,7 +34404,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -34428,7 +34428,7 @@ }, { "Route": "_framework/System.ValueTuple.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ValueTuple.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ValueTuple.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -34449,7 +34449,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -34465,7 +34465,7 @@ }, { "Route": "_framework/System.ValueTuple.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nrej3ggqhh-ooru0eoira.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nrej3ggqhh-ooru0eoira.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -34488,7 +34488,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -34520,7 +34520,7 @@ }, { "Route": "_framework/System.ValueTuple.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nrej3ggqhh-ooru0eoira.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nrej3ggqhh-ooru0eoira.gz", "Selectors": [], "ResponseHeaders": [ { @@ -34541,7 +34541,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -34565,7 +34565,7 @@ }, { "Route": "_framework/System.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -34586,7 +34586,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -34602,7 +34602,7 @@ }, { "Route": "_framework/System.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\086u6yzl35-hqi8x6bymk.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\086u6yzl35-hqi8x6bymk.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -34625,7 +34625,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -34657,7 +34657,7 @@ }, { "Route": "_framework/System.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\086u6yzl35-hqi8x6bymk.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\086u6yzl35-hqi8x6bymk.gz", "Selectors": [], "ResponseHeaders": [ { @@ -34678,7 +34678,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -34702,7 +34702,7 @@ }, { "Route": "_framework/System.Web.HttpUtility.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Web.HttpUtility.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Web.HttpUtility.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -34723,7 +34723,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -34739,7 +34739,7 @@ }, { "Route": "_framework/System.Web.HttpUtility.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6ckavr9kyn-9pqt1af9za.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6ckavr9kyn-9pqt1af9za.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -34762,7 +34762,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -34794,7 +34794,7 @@ }, { "Route": "_framework/System.Web.HttpUtility.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6ckavr9kyn-9pqt1af9za.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6ckavr9kyn-9pqt1af9za.gz", "Selectors": [], "ResponseHeaders": [ { @@ -34815,7 +34815,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -34839,7 +34839,7 @@ }, { "Route": "_framework/System.Web.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Web.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Web.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -34860,7 +34860,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -34876,7 +34876,7 @@ }, { "Route": "_framework/System.Web.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5fh9d1idcu-osnb0kzr6n.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5fh9d1idcu-osnb0kzr6n.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -34899,7 +34899,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -34931,7 +34931,7 @@ }, { "Route": "_framework/System.Web.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5fh9d1idcu-osnb0kzr6n.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5fh9d1idcu-osnb0kzr6n.gz", "Selectors": [], "ResponseHeaders": [ { @@ -34952,7 +34952,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -34976,7 +34976,7 @@ }, { "Route": "_framework/System.Windows.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Windows.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Windows.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -34997,7 +34997,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -35013,7 +35013,7 @@ }, { "Route": "_framework/System.Windows.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5kj1e1duz5-ob6wu8zdxc.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5kj1e1duz5-ob6wu8zdxc.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -35036,7 +35036,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -35068,7 +35068,7 @@ }, { "Route": "_framework/System.Windows.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5kj1e1duz5-ob6wu8zdxc.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5kj1e1duz5-ob6wu8zdxc.gz", "Selectors": [], "ResponseHeaders": [ { @@ -35089,7 +35089,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -35113,7 +35113,7 @@ }, { "Route": "_framework/System.Xml.Linq.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.Linq.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.Linq.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -35134,7 +35134,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -35150,7 +35150,7 @@ }, { "Route": "_framework/System.Xml.Linq.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kblqw9fpct-v5c0vzhnig.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kblqw9fpct-v5c0vzhnig.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -35173,7 +35173,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -35205,7 +35205,7 @@ }, { "Route": "_framework/System.Xml.Linq.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kblqw9fpct-v5c0vzhnig.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kblqw9fpct-v5c0vzhnig.gz", "Selectors": [], "ResponseHeaders": [ { @@ -35226,7 +35226,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -35250,7 +35250,7 @@ }, { "Route": "_framework/System.Xml.ReaderWriter.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.ReaderWriter.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.ReaderWriter.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -35271,7 +35271,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -35287,7 +35287,7 @@ }, { "Route": "_framework/System.Xml.ReaderWriter.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rzmowmdt16-md2abzowf3.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rzmowmdt16-md2abzowf3.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -35310,7 +35310,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -35342,7 +35342,7 @@ }, { "Route": "_framework/System.Xml.ReaderWriter.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rzmowmdt16-md2abzowf3.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rzmowmdt16-md2abzowf3.gz", "Selectors": [], "ResponseHeaders": [ { @@ -35363,7 +35363,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -35387,7 +35387,7 @@ }, { "Route": "_framework/System.Xml.Serialization.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.Serialization.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.Serialization.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -35408,7 +35408,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -35424,7 +35424,7 @@ }, { "Route": "_framework/System.Xml.Serialization.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\h2p06rhgip-8nymyky8vt.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\h2p06rhgip-8nymyky8vt.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -35447,7 +35447,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -35479,7 +35479,7 @@ }, { "Route": "_framework/System.Xml.Serialization.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\h2p06rhgip-8nymyky8vt.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\h2p06rhgip-8nymyky8vt.gz", "Selectors": [], "ResponseHeaders": [ { @@ -35500,7 +35500,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -35524,7 +35524,7 @@ }, { "Route": "_framework/System.Xml.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -35545,7 +35545,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -35561,7 +35561,7 @@ }, { "Route": "_framework/System.Xml.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mxr0e4p5kt-igj5a0xdr6.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mxr0e4p5kt-igj5a0xdr6.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -35584,7 +35584,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -35616,7 +35616,7 @@ }, { "Route": "_framework/System.Xml.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mxr0e4p5kt-igj5a0xdr6.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mxr0e4p5kt-igj5a0xdr6.gz", "Selectors": [], "ResponseHeaders": [ { @@ -35637,7 +35637,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -35661,7 +35661,7 @@ }, { "Route": "_framework/System.Xml.XDocument.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XDocument.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XDocument.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -35682,7 +35682,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -35698,7 +35698,7 @@ }, { "Route": "_framework/System.Xml.XDocument.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\113hg5hh18-h3yeys7sb7.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\113hg5hh18-h3yeys7sb7.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -35721,7 +35721,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -35753,7 +35753,7 @@ }, { "Route": "_framework/System.Xml.XDocument.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\113hg5hh18-h3yeys7sb7.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\113hg5hh18-h3yeys7sb7.gz", "Selectors": [], "ResponseHeaders": [ { @@ -35774,7 +35774,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -35798,7 +35798,7 @@ }, { "Route": "_framework/System.Xml.XmlDocument.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XmlDocument.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XmlDocument.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -35819,7 +35819,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -35835,7 +35835,7 @@ }, { "Route": "_framework/System.Xml.XmlDocument.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\c95lybnc83-quym58pgua.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\c95lybnc83-quym58pgua.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -35858,7 +35858,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -35890,7 +35890,7 @@ }, { "Route": "_framework/System.Xml.XmlDocument.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\c95lybnc83-quym58pgua.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\c95lybnc83-quym58pgua.gz", "Selectors": [], "ResponseHeaders": [ { @@ -35911,7 +35911,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -35935,7 +35935,7 @@ }, { "Route": "_framework/System.Xml.XmlSerializer.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XmlSerializer.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XmlSerializer.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -35956,7 +35956,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -35972,7 +35972,7 @@ }, { "Route": "_framework/System.Xml.XmlSerializer.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3vnwcuaexo-gqix7qqjto.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3vnwcuaexo-gqix7qqjto.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -35995,7 +35995,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -36027,7 +36027,7 @@ }, { "Route": "_framework/System.Xml.XmlSerializer.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3vnwcuaexo-gqix7qqjto.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3vnwcuaexo-gqix7qqjto.gz", "Selectors": [], "ResponseHeaders": [ { @@ -36048,7 +36048,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -36072,7 +36072,7 @@ }, { "Route": "_framework/System.Xml.XPath.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XPath.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XPath.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -36093,7 +36093,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -36109,7 +36109,7 @@ }, { "Route": "_framework/System.Xml.XPath.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\04a487v8dk-nizy1jf1r0.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\04a487v8dk-nizy1jf1r0.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -36132,7 +36132,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -36164,7 +36164,7 @@ }, { "Route": "_framework/System.Xml.XPath.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\04a487v8dk-nizy1jf1r0.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\04a487v8dk-nizy1jf1r0.gz", "Selectors": [], "ResponseHeaders": [ { @@ -36185,7 +36185,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -36209,7 +36209,7 @@ }, { "Route": "_framework/System.Xml.XPath.XDocument.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XPath.XDocument.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XPath.XDocument.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -36230,7 +36230,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -36246,7 +36246,7 @@ }, { "Route": "_framework/System.Xml.XPath.XDocument.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bhjajimbgl-xdmaord4ni.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bhjajimbgl-xdmaord4ni.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -36269,7 +36269,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -36301,7 +36301,7 @@ }, { "Route": "_framework/System.Xml.XPath.XDocument.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bhjajimbgl-xdmaord4ni.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bhjajimbgl-xdmaord4ni.gz", "Selectors": [], "ResponseHeaders": [ { @@ -36322,7 +36322,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -36346,7 +36346,7 @@ }, { "Route": "_framework/Website.Client.pdb", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Website.Client.pdb", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Website.Client.pdb", "Selectors": [], "ResponseHeaders": [ { @@ -36355,7 +36355,7 @@ }, { "Name": "Content-Length", - "Value": "13744" + "Value": "13708" }, { "Name": "Content-Type", @@ -36363,11 +36363,11 @@ }, { "Name": "ETag", - "Value": "\"y90LQ1XOjd1YuFrTuyoh7VP2K62Z9WiA9VnwHTsxbUA=\"" + "Value": "\"kN5prTHUq5BdesgOuR7HHU5YivSfWgWJrmk1qh5px+Y=\"" }, { "Name": "Last-Modified", - "Value": "Mon, 06 Jan 2025 20:17:43 GMT" + "Value": "Sun, 12 Jan 2025 08:25:55 GMT" }, { "Name": "Cache-Control", @@ -36377,18 +36377,18 @@ "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-y90LQ1XOjd1YuFrTuyoh7VP2K62Z9WiA9VnwHTsxbUA=" + "Value": "sha256-kN5prTHUq5BdesgOuR7HHU5YivSfWgWJrmk1qh5px+Y=" } ] }, { "Route": "_framework/Website.Client.pdb", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\306m1unmgj-j2j1jdk9ss.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\306m1unmgj-ww338guy0i.gz", "Selectors": [ { "Name": "Content-Encoding", "Value": "gzip", - "Quality": "0.000122729504" + "Quality": "0.000122369065" } ], "ResponseHeaders": [ @@ -36398,15 +36398,15 @@ }, { "Name": "Content-Length", - "Value": "8147" + "Value": "8171" }, { "Name": "ETag", - "Value": "\"NuyN9d1WdTIIDg0+5iPfqIm/DQTC//5fjhArq6ERPew=\"" + "Value": "\"0Ts+i6BxwQg5VigAn66kr/Aa5aB0Dgm6ouWKdb0CjL8=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Cache-Control", @@ -36426,19 +36426,19 @@ }, { "Name": "ETag", - "Value": "W/\"y90LQ1XOjd1YuFrTuyoh7VP2K62Z9WiA9VnwHTsxbUA=\"" + "Value": "W/\"kN5prTHUq5BdesgOuR7HHU5YivSfWgWJrmk1qh5px+Y=\"" } ], "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-y90LQ1XOjd1YuFrTuyoh7VP2K62Z9WiA9VnwHTsxbUA=" + "Value": "sha256-kN5prTHUq5BdesgOuR7HHU5YivSfWgWJrmk1qh5px+Y=" } ] }, { "Route": "_framework/Website.Client.pdb.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\306m1unmgj-j2j1jdk9ss.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\306m1unmgj-ww338guy0i.gz", "Selectors": [], "ResponseHeaders": [ { @@ -36447,7 +36447,7 @@ }, { "Name": "Content-Length", - "Value": "8147" + "Value": "8171" }, { "Name": "Content-Type", @@ -36455,11 +36455,11 @@ }, { "Name": "ETag", - "Value": "\"NuyN9d1WdTIIDg0+5iPfqIm/DQTC//5fjhArq6ERPew=\"" + "Value": "\"0Ts+i6BxwQg5VigAn66kr/Aa5aB0Dgm6ouWKdb0CjL8=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Cache-Control", @@ -36477,13 +36477,13 @@ "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-NuyN9d1WdTIIDg0+5iPfqIm/DQTC//5fjhArq6ERPew=" + "Value": "sha256-0Ts+i6BxwQg5VigAn66kr/Aa5aB0Dgm6ouWKdb0CjL8=" } ] }, { "Route": "_framework/Website.Client.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Website.Client.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Website.Client.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -36500,11 +36500,11 @@ }, { "Name": "ETag", - "Value": "\"HyZwsW4UVFnIClpKUxnFEsCE8theJnFkFvXLIOazz8o=\"" + "Value": "\"qreRmD3AaRcxH89/sDwu0cieOk5oKuyAE0Iw0Kgl3AI=\"" }, { "Name": "Last-Modified", - "Value": "Mon, 06 Jan 2025 20:17:43 GMT" + "Value": "Sun, 12 Jan 2025 08:25:56 GMT" }, { "Name": "Cache-Control", @@ -36514,18 +36514,18 @@ "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-HyZwsW4UVFnIClpKUxnFEsCE8theJnFkFvXLIOazz8o=" + "Value": "sha256-qreRmD3AaRcxH89/sDwu0cieOk5oKuyAE0Iw0Kgl3AI=" } ] }, { "Route": "_framework/Website.Client.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\06xhlk2478-10qtdtf8da.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\06xhlk2478-uje4l4996j.gz", "Selectors": [ { "Name": "Content-Encoding", "Value": "gzip", - "Quality": "0.000312891114" + "Quality": "0.000313676286" } ], "ResponseHeaders": [ @@ -36535,15 +36535,15 @@ }, { "Name": "Content-Length", - "Value": "3195" + "Value": "3187" }, { "Name": "ETag", - "Value": "\"qzvjo5dVy/KTbkkiyrJE2zXpCTtvtGBXSABVUQqJu0A=\"" + "Value": "\"XvnIhUNaHqwdDBvM02D2m6kdaTon90GpEMDnZPA6iig=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Cache-Control", @@ -36563,19 +36563,19 @@ }, { "Name": "ETag", - "Value": "W/\"HyZwsW4UVFnIClpKUxnFEsCE8theJnFkFvXLIOazz8o=\"" + "Value": "W/\"qreRmD3AaRcxH89/sDwu0cieOk5oKuyAE0Iw0Kgl3AI=\"" } ], "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-HyZwsW4UVFnIClpKUxnFEsCE8theJnFkFvXLIOazz8o=" + "Value": "sha256-qreRmD3AaRcxH89/sDwu0cieOk5oKuyAE0Iw0Kgl3AI=" } ] }, { "Route": "_framework/Website.Client.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\06xhlk2478-10qtdtf8da.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\06xhlk2478-uje4l4996j.gz", "Selectors": [], "ResponseHeaders": [ { @@ -36584,7 +36584,7 @@ }, { "Name": "Content-Length", - "Value": "3195" + "Value": "3187" }, { "Name": "Content-Type", @@ -36592,11 +36592,11 @@ }, { "Name": "ETag", - "Value": "\"qzvjo5dVy/KTbkkiyrJE2zXpCTtvtGBXSABVUQqJu0A=\"" + "Value": "\"XvnIhUNaHqwdDBvM02D2m6kdaTon90GpEMDnZPA6iig=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Cache-Control", @@ -36614,13 +36614,13 @@ "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-qzvjo5dVy/KTbkkiyrJE2zXpCTtvtGBXSABVUQqJu0A=" + "Value": "sha256-XvnIhUNaHqwdDBvM02D2m6kdaTon90GpEMDnZPA6iig=" } ] }, { "Route": "_framework/WindowsBase.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\WindowsBase.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\WindowsBase.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -36641,7 +36641,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -36657,7 +36657,7 @@ }, { "Route": "_framework/WindowsBase.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gskpo8ls9g-ide822gizw.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gskpo8ls9g-ide822gizw.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -36680,7 +36680,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -36712,7 +36712,7 @@ }, { "Route": "_framework/WindowsBase.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gskpo8ls9g-ide822gizw.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gskpo8ls9g-ide822gizw.gz", "Selectors": [], "ResponseHeaders": [ { @@ -36733,7 +36733,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Cache-Control", @@ -36757,7 +36757,7 @@ }, { "Route": "appsettings.Development.json", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\wwwroot\\appsettings.Development.json", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\wwwroot\\appsettings.Development.json", "Selectors": [], "ResponseHeaders": [ { @@ -36778,7 +36778,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:55 GMT" }, { "Name": "Cache-Control", @@ -36794,7 +36794,7 @@ }, { "Route": "appsettings.Development.tswichycbp.json", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\wwwroot\\appsettings.Development.json", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\wwwroot\\appsettings.Development.json", "Selectors": [], "ResponseHeaders": [ { @@ -36815,7 +36815,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:55 GMT" }, { "Name": "Cache-Control", @@ -36839,7 +36839,7 @@ }, { "Route": "appsettings.json", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\wwwroot\\appsettings.json", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\wwwroot\\appsettings.json", "Selectors": [], "ResponseHeaders": [ { @@ -36860,7 +36860,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:55 GMT" }, { "Name": "Cache-Control", @@ -36876,7 +36876,7 @@ }, { "Route": "appsettings.tswichycbp.json", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\wwwroot\\appsettings.json", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\wwwroot\\appsettings.json", "Selectors": [], "ResponseHeaders": [ { @@ -36897,7 +36897,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:55 GMT" }, { "Name": "Cache-Control", diff --git a/Website/Website.Client/obj/Debug/net8.0/staticwebassets.development.json b/Website/Website.Client/obj/Debug/net8.0/staticwebassets.development.json index 80abd10..af0e124 100644 --- a/Website/Website.Client/obj/Debug/net8.0/staticwebassets.development.json +++ b/Website/Website.Client/obj/Debug/net8.0/staticwebassets.development.json @@ -1 +1 @@ -{"ContentRoots":["C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\wwwroot\\","C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\","C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\"],"Root":{"Children":{"appsettings.Development.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"appsettings.Development.json"},"Patterns":null},"appsettings.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"appsettings.json"},"Patterns":null},"_framework":{"Children":{"blazor.webassembly.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/blazor.webassembly.js"},"Patterns":null},"Microsoft.AspNetCore.Authorization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Authorization.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.Forms.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.Forms.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.Web.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.WebAssembly.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm"},"Patterns":null},"Microsoft.AspNetCore.Metadata.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Metadata.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.Binder.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Binder.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.FileExtensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.FileExtensions.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Json.wasm"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.DependencyInjection.wasm"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.FileProviders.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileProviders.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.FileProviders.Physical.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileProviders.Physical.wasm"},"Patterns":null},"Microsoft.Extensions.FileSystemGlobbing.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileSystemGlobbing.wasm"},"Patterns":null},"Microsoft.Extensions.Logging.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Logging.wasm"},"Patterns":null},"Microsoft.Extensions.Logging.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Logging.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.Options.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Options.wasm"},"Patterns":null},"Microsoft.Extensions.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Primitives.wasm"},"Patterns":null},"Microsoft.JSInterop.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.JSInterop.wasm"},"Patterns":null},"Microsoft.JSInterop.WebAssembly.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.JSInterop.WebAssembly.wasm"},"Patterns":null},"System.IO.Pipelines.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipelines.wasm"},"Patterns":null},"Microsoft.CSharp.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.CSharp.wasm"},"Patterns":null},"Microsoft.VisualBasic.Core.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.VisualBasic.Core.wasm"},"Patterns":null},"Microsoft.VisualBasic.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.VisualBasic.wasm"},"Patterns":null},"Microsoft.Win32.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Win32.Primitives.wasm"},"Patterns":null},"Microsoft.Win32.Registry.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Win32.Registry.wasm"},"Patterns":null},"System.AppContext.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.AppContext.wasm"},"Patterns":null},"System.Buffers.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Buffers.wasm"},"Patterns":null},"System.Collections.Concurrent.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Concurrent.wasm"},"Patterns":null},"System.Collections.Immutable.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Immutable.wasm"},"Patterns":null},"System.Collections.NonGeneric.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.NonGeneric.wasm"},"Patterns":null},"System.Collections.Specialized.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Specialized.wasm"},"Patterns":null},"System.Collections.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.wasm"},"Patterns":null},"System.ComponentModel.Annotations.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.Annotations.wasm"},"Patterns":null},"System.ComponentModel.DataAnnotations.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.DataAnnotations.wasm"},"Patterns":null},"System.ComponentModel.EventBasedAsync.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.EventBasedAsync.wasm"},"Patterns":null},"System.ComponentModel.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.Primitives.wasm"},"Patterns":null},"System.ComponentModel.TypeConverter.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.TypeConverter.wasm"},"Patterns":null},"System.ComponentModel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.wasm"},"Patterns":null},"System.Configuration.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Configuration.wasm"},"Patterns":null},"System.Console.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Console.wasm"},"Patterns":null},"System.Core.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Core.wasm"},"Patterns":null},"System.Data.Common.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.Common.wasm"},"Patterns":null},"System.Data.DataSetExtensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.DataSetExtensions.wasm"},"Patterns":null},"System.Data.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.wasm"},"Patterns":null},"System.Diagnostics.Contracts.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Contracts.wasm"},"Patterns":null},"System.Diagnostics.Debug.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Debug.wasm"},"Patterns":null},"System.Diagnostics.DiagnosticSource.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.DiagnosticSource.wasm"},"Patterns":null},"System.Diagnostics.FileVersionInfo.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.FileVersionInfo.wasm"},"Patterns":null},"System.Diagnostics.Process.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Process.wasm"},"Patterns":null},"System.Diagnostics.StackTrace.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.StackTrace.wasm"},"Patterns":null},"System.Diagnostics.TextWriterTraceListener.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.TextWriterTraceListener.wasm"},"Patterns":null},"System.Diagnostics.Tools.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Tools.wasm"},"Patterns":null},"System.Diagnostics.TraceSource.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.TraceSource.wasm"},"Patterns":null},"System.Diagnostics.Tracing.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Tracing.wasm"},"Patterns":null},"System.Drawing.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Drawing.Primitives.wasm"},"Patterns":null},"System.Drawing.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Drawing.wasm"},"Patterns":null},"System.Dynamic.Runtime.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Dynamic.Runtime.wasm"},"Patterns":null},"System.Formats.Asn1.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Formats.Asn1.wasm"},"Patterns":null},"System.Formats.Tar.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Formats.Tar.wasm"},"Patterns":null},"System.Globalization.Calendars.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.Calendars.wasm"},"Patterns":null},"System.Globalization.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.Extensions.wasm"},"Patterns":null},"System.Globalization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.wasm"},"Patterns":null},"System.IO.Compression.Brotli.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.Brotli.wasm"},"Patterns":null},"System.IO.Compression.FileSystem.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.FileSystem.wasm"},"Patterns":null},"System.IO.Compression.ZipFile.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.ZipFile.wasm"},"Patterns":null},"System.IO.Compression.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.wasm"},"Patterns":null},"System.IO.FileSystem.AccessControl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.AccessControl.wasm"},"Patterns":null},"System.IO.FileSystem.DriveInfo.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.DriveInfo.wasm"},"Patterns":null},"System.IO.FileSystem.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.Primitives.wasm"},"Patterns":null},"System.IO.FileSystem.Watcher.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.Watcher.wasm"},"Patterns":null},"System.IO.FileSystem.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.wasm"},"Patterns":null},"System.IO.IsolatedStorage.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.IsolatedStorage.wasm"},"Patterns":null},"System.IO.MemoryMappedFiles.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.MemoryMappedFiles.wasm"},"Patterns":null},"System.IO.Pipes.AccessControl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipes.AccessControl.wasm"},"Patterns":null},"System.IO.Pipes.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipes.wasm"},"Patterns":null},"System.IO.UnmanagedMemoryStream.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.UnmanagedMemoryStream.wasm"},"Patterns":null},"System.IO.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.wasm"},"Patterns":null},"System.Linq.Expressions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Expressions.wasm"},"Patterns":null},"System.Linq.Parallel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Parallel.wasm"},"Patterns":null},"System.Linq.Queryable.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Queryable.wasm"},"Patterns":null},"System.Linq.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.wasm"},"Patterns":null},"System.Memory.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Memory.wasm"},"Patterns":null},"System.Net.Http.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Http.Json.wasm"},"Patterns":null},"System.Net.Http.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Http.wasm"},"Patterns":null},"System.Net.HttpListener.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.HttpListener.wasm"},"Patterns":null},"System.Net.Mail.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Mail.wasm"},"Patterns":null},"System.Net.NameResolution.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.NameResolution.wasm"},"Patterns":null},"System.Net.NetworkInformation.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.NetworkInformation.wasm"},"Patterns":null},"System.Net.Ping.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Ping.wasm"},"Patterns":null},"System.Net.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Primitives.wasm"},"Patterns":null},"System.Net.Quic.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Quic.wasm"},"Patterns":null},"System.Net.Requests.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Requests.wasm"},"Patterns":null},"System.Net.Security.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Security.wasm"},"Patterns":null},"System.Net.ServicePoint.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.ServicePoint.wasm"},"Patterns":null},"System.Net.Sockets.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Sockets.wasm"},"Patterns":null},"System.Net.WebClient.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebClient.wasm"},"Patterns":null},"System.Net.WebHeaderCollection.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebHeaderCollection.wasm"},"Patterns":null},"System.Net.WebProxy.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebProxy.wasm"},"Patterns":null},"System.Net.WebSockets.Client.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebSockets.Client.wasm"},"Patterns":null},"System.Net.WebSockets.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebSockets.wasm"},"Patterns":null},"System.Net.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.wasm"},"Patterns":null},"System.Numerics.Vectors.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Numerics.Vectors.wasm"},"Patterns":null},"System.Numerics.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Numerics.wasm"},"Patterns":null},"System.ObjectModel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ObjectModel.wasm"},"Patterns":null},"System.Private.DataContractSerialization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.DataContractSerialization.wasm"},"Patterns":null},"System.Private.Uri.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Uri.wasm"},"Patterns":null},"System.Private.Xml.Linq.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Xml.Linq.wasm"},"Patterns":null},"System.Private.Xml.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Xml.wasm"},"Patterns":null},"System.Reflection.DispatchProxy.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.DispatchProxy.wasm"},"Patterns":null},"System.Reflection.Emit.ILGeneration.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.ILGeneration.wasm"},"Patterns":null},"System.Reflection.Emit.Lightweight.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.Lightweight.wasm"},"Patterns":null},"System.Reflection.Emit.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.wasm"},"Patterns":null},"System.Reflection.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Extensions.wasm"},"Patterns":null},"System.Reflection.Metadata.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Metadata.wasm"},"Patterns":null},"System.Reflection.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Primitives.wasm"},"Patterns":null},"System.Reflection.TypeExtensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.TypeExtensions.wasm"},"Patterns":null},"System.Reflection.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.wasm"},"Patterns":null},"System.Resources.Reader.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.Reader.wasm"},"Patterns":null},"System.Resources.ResourceManager.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.ResourceManager.wasm"},"Patterns":null},"System.Resources.Writer.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.Writer.wasm"},"Patterns":null},"System.Runtime.CompilerServices.Unsafe.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.CompilerServices.Unsafe.wasm"},"Patterns":null},"System.Runtime.CompilerServices.VisualC.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.CompilerServices.VisualC.wasm"},"Patterns":null},"System.Runtime.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Extensions.wasm"},"Patterns":null},"System.Runtime.Handles.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Handles.wasm"},"Patterns":null},"System.Runtime.InteropServices.JavaScript.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.JavaScript.wasm"},"Patterns":null},"System.Runtime.InteropServices.RuntimeInformation.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.RuntimeInformation.wasm"},"Patterns":null},"System.Runtime.InteropServices.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.wasm"},"Patterns":null},"System.Runtime.Intrinsics.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Intrinsics.wasm"},"Patterns":null},"System.Runtime.Loader.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Loader.wasm"},"Patterns":null},"System.Runtime.Numerics.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Numerics.wasm"},"Patterns":null},"System.Runtime.Serialization.Formatters.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Formatters.wasm"},"Patterns":null},"System.Runtime.Serialization.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Json.wasm"},"Patterns":null},"System.Runtime.Serialization.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Primitives.wasm"},"Patterns":null},"System.Runtime.Serialization.Xml.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Xml.wasm"},"Patterns":null},"System.Runtime.Serialization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.wasm"},"Patterns":null},"System.Runtime.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.wasm"},"Patterns":null},"System.Security.AccessControl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.AccessControl.wasm"},"Patterns":null},"System.Security.Claims.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Claims.wasm"},"Patterns":null},"System.Security.Cryptography.Algorithms.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Algorithms.wasm"},"Patterns":null},"System.Security.Cryptography.Cng.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Cng.wasm"},"Patterns":null},"System.Security.Cryptography.Csp.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Csp.wasm"},"Patterns":null},"System.Security.Cryptography.Encoding.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Encoding.wasm"},"Patterns":null},"System.Security.Cryptography.OpenSsl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.OpenSsl.wasm"},"Patterns":null},"System.Security.Cryptography.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Primitives.wasm"},"Patterns":null},"System.Security.Cryptography.X509Certificates.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.X509Certificates.wasm"},"Patterns":null},"System.Security.Cryptography.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.wasm"},"Patterns":null},"System.Security.Principal.Windows.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Principal.Windows.wasm"},"Patterns":null},"System.Security.Principal.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Principal.wasm"},"Patterns":null},"System.Security.SecureString.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.SecureString.wasm"},"Patterns":null},"System.Security.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.wasm"},"Patterns":null},"System.ServiceModel.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ServiceModel.Web.wasm"},"Patterns":null},"System.ServiceProcess.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ServiceProcess.wasm"},"Patterns":null},"System.Text.Encoding.CodePages.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.CodePages.wasm"},"Patterns":null},"System.Text.Encoding.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.Extensions.wasm"},"Patterns":null},"System.Text.Encoding.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.wasm"},"Patterns":null},"System.Text.Encodings.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encodings.Web.wasm"},"Patterns":null},"System.Text.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Json.wasm"},"Patterns":null},"System.Text.RegularExpressions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.RegularExpressions.wasm"},"Patterns":null},"System.Threading.Channels.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Channels.wasm"},"Patterns":null},"System.Threading.Overlapped.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Overlapped.wasm"},"Patterns":null},"System.Threading.Tasks.Dataflow.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Dataflow.wasm"},"Patterns":null},"System.Threading.Tasks.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Extensions.wasm"},"Patterns":null},"System.Threading.Tasks.Parallel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Parallel.wasm"},"Patterns":null},"System.Threading.Tasks.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.wasm"},"Patterns":null},"System.Threading.Thread.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Thread.wasm"},"Patterns":null},"System.Threading.ThreadPool.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.ThreadPool.wasm"},"Patterns":null},"System.Threading.Timer.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Timer.wasm"},"Patterns":null},"System.Threading.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.wasm"},"Patterns":null},"System.Transactions.Local.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Transactions.Local.wasm"},"Patterns":null},"System.Transactions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Transactions.wasm"},"Patterns":null},"System.ValueTuple.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ValueTuple.wasm"},"Patterns":null},"System.Web.HttpUtility.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Web.HttpUtility.wasm"},"Patterns":null},"System.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Web.wasm"},"Patterns":null},"System.Windows.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Windows.wasm"},"Patterns":null},"System.Xml.Linq.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.Linq.wasm"},"Patterns":null},"System.Xml.ReaderWriter.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.ReaderWriter.wasm"},"Patterns":null},"System.Xml.Serialization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.Serialization.wasm"},"Patterns":null},"System.Xml.XDocument.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XDocument.wasm"},"Patterns":null},"System.Xml.XPath.XDocument.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XPath.XDocument.wasm"},"Patterns":null},"System.Xml.XPath.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XPath.wasm"},"Patterns":null},"System.Xml.XmlDocument.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XmlDocument.wasm"},"Patterns":null},"System.Xml.XmlSerializer.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XmlSerializer.wasm"},"Patterns":null},"System.Xml.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.wasm"},"Patterns":null},"System.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.wasm"},"Patterns":null},"WindowsBase.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/WindowsBase.wasm"},"Patterns":null},"mscorlib.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/mscorlib.wasm"},"Patterns":null},"netstandard.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/netstandard.wasm"},"Patterns":null},"System.Private.CoreLib.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.CoreLib.wasm"},"Patterns":null},"dotnet.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.js"},"Patterns":null},"dotnet.js.map":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.js.map"},"Patterns":null},"dotnet.native.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.native.js"},"Patterns":null},"dotnet.native.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.native.wasm"},"Patterns":null},"dotnet.runtime.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.runtime.js"},"Patterns":null},"dotnet.runtime.js.map":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.runtime.js.map"},"Patterns":null},"icudt_CJK.dat":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_CJK.dat"},"Patterns":null},"icudt_EFIGS.dat":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_EFIGS.dat"},"Patterns":null},"icudt_no_CJK.dat":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_no_CJK.dat"},"Patterns":null},"emcc-props.json":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/emcc-props.json"},"Patterns":null},"Website.Client.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Website.Client.wasm"},"Patterns":null},"Website.Client.pdb":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Website.Client.pdb"},"Patterns":null},"blazor.boot.json":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/blazor.boot.json"},"Patterns":null},"blazor.webassembly.js.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"2hd3hup4x7-mv535bwyet.gz"},"Patterns":null},"Microsoft.AspNetCore.Authorization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"k3ev4p268n-n5pslkucsz.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"s7mmlewj7a-zuiq2k1loo.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.Forms.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"smfeiin53n-jm55dcm579.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"peoessjq6m-dd74gkrng6.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.WebAssembly.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qa6yar6pcc-71qb4r2d2s.gz"},"Patterns":null},"Microsoft.AspNetCore.Metadata.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"op0tvtzk7u-qd66sllxhh.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7w5so08yb1-4njtqvtvgx.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"hbdopticmc-8kr5d0tjmo.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.Binder.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ayfnxaw2xn-0r3amze666.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.FileExtensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"t08ccg8vt4-en8mb8dgz5.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ci3kptexkj-yy6f57640l.gz"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"w0pjq2d1lz-xqsu2wsvba.gz"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"m1nhgyj3ij-kgyjb8k43h.gz"},"Patterns":null},"Microsoft.Extensions.FileProviders.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"tkl29nk5xg-1c7ksbormu.gz"},"Patterns":null},"Microsoft.Extensions.FileProviders.Physical.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7ju68gy5ye-rpvltkbyzt.gz"},"Patterns":null},"Microsoft.Extensions.FileSystemGlobbing.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"rgwxdst7lg-i464dwxnbb.gz"},"Patterns":null},"Microsoft.Extensions.Logging.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gu54mkd5rz-xlpspxuy08.gz"},"Patterns":null},"Microsoft.Extensions.Logging.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"j7qy09g2sc-icotprrmdv.gz"},"Patterns":null},"Microsoft.Extensions.Options.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fwfzkhuqt8-jt8xzja2dj.gz"},"Patterns":null},"Microsoft.Extensions.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ca5aa9q9i4-lsakbjp1fg.gz"},"Patterns":null},"Microsoft.JSInterop.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5hmh5cfrjo-h1b8h0vt7q.gz"},"Patterns":null},"Microsoft.JSInterop.WebAssembly.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"d5q87850bj-p7vg34owcn.gz"},"Patterns":null},"System.IO.Pipelines.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"0bp2h8ufhq-iudrcw56e1.gz"},"Patterns":null},"Microsoft.CSharp.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"x9g0ghziow-fgi1l05bvr.gz"},"Patterns":null},"Microsoft.VisualBasic.Core.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fxogqfms1a-4tebkgrdgm.gz"},"Patterns":null},"Microsoft.VisualBasic.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"d53r06wrnt-z5tte9hbl9.gz"},"Patterns":null},"Microsoft.Win32.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"bokgch25i1-ggby92gbf5.gz"},"Patterns":null},"Microsoft.Win32.Registry.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ch98c0vyyx-l1dpo0yxvc.gz"},"Patterns":null},"System.AppContext.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"i8idrx1mcn-mhv3ru1aoa.gz"},"Patterns":null},"System.Buffers.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"l5txsii5i1-wlim793jkw.gz"},"Patterns":null},"System.Collections.Concurrent.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"bfqrylll5s-i1lssuj9i7.gz"},"Patterns":null},"System.Collections.Immutable.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"zfps9zsm5w-u0yuhvep8l.gz"},"Patterns":null},"System.Collections.NonGeneric.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4m61xkkzic-wgqopll9rf.gz"},"Patterns":null},"System.Collections.Specialized.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"rnkwus257z-sn8l98c62u.gz"},"Patterns":null},"System.Collections.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"wjr06919zi-nie06qj6qo.gz"},"Patterns":null},"System.ComponentModel.Annotations.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6a14p9cnfm-7vq6uvcllp.gz"},"Patterns":null},"System.ComponentModel.DataAnnotations.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"3do1xgb209-ix9s17e4oa.gz"},"Patterns":null},"System.ComponentModel.EventBasedAsync.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"lcw25evezq-21e6uomdqg.gz"},"Patterns":null},"System.ComponentModel.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6hh6ezf247-akyqtilzco.gz"},"Patterns":null},"System.ComponentModel.TypeConverter.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"3iplrib5f1-ek4hlhdqkj.gz"},"Patterns":null},"System.ComponentModel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"lpxbc0xcwu-yfl2eaopkw.gz"},"Patterns":null},"System.Configuration.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5x2hw9hlph-67lwahgksx.gz"},"Patterns":null},"System.Console.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"cdusluos85-e4ovel0up8.gz"},"Patterns":null},"System.Core.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"xa46nctul2-6oo2lq0wqm.gz"},"Patterns":null},"System.Data.Common.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"t60y82b8ct-kbvoyvfq27.gz"},"Patterns":null},"System.Data.DataSetExtensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"bapsepfweu-o2o4ch8qxi.gz"},"Patterns":null},"System.Data.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"pykw33j66j-tg72k81p9v.gz"},"Patterns":null},"System.Diagnostics.Contracts.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"tlmphuct5q-mjwur1vb3v.gz"},"Patterns":null},"System.Diagnostics.Debug.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"b8331giksb-5rlkx55y19.gz"},"Patterns":null},"System.Diagnostics.DiagnosticSource.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"768lripqfk-7hqmuqq5cq.gz"},"Patterns":null},"System.Diagnostics.FileVersionInfo.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mjknyr1kew-grrk3hrp1l.gz"},"Patterns":null},"System.Diagnostics.Process.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"xyzushs1kt-gpvopyyhdq.gz"},"Patterns":null},"System.Diagnostics.StackTrace.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"il91pt7pko-wnrtcnhpgl.gz"},"Patterns":null},"System.Diagnostics.TextWriterTraceListener.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"sozkbt969q-6vo46yau5z.gz"},"Patterns":null},"System.Diagnostics.Tools.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"z1lx69f3yb-3z6j1wct71.gz"},"Patterns":null},"System.Diagnostics.TraceSource.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"r8ctv4wyd5-4l2fl1axw2.gz"},"Patterns":null},"System.Diagnostics.Tracing.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"o6lqquoipu-ncsccugyw8.gz"},"Patterns":null},"System.Drawing.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"xrv7w5idw0-g7amuh118t.gz"},"Patterns":null},"System.Drawing.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mh2ichqmqf-o1fazgbrf7.gz"},"Patterns":null},"System.Dynamic.Runtime.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8c7w0qgkmn-onxt1qlo23.gz"},"Patterns":null},"System.Formats.Asn1.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"olpuoe44o4-ipp8gya1fy.gz"},"Patterns":null},"System.Formats.Tar.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"md2p5n8p8v-vb374cvsdq.gz"},"Patterns":null},"System.Globalization.Calendars.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gix98vlg0x-sagqyj2lx6.gz"},"Patterns":null},"System.Globalization.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"15dfqkray5-yxrd07gwvl.gz"},"Patterns":null},"System.Globalization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"oqajmlwnnp-1ul0j5zyts.gz"},"Patterns":null},"System.IO.Compression.Brotli.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"0knkqd933w-sv4ivqpdih.gz"},"Patterns":null},"System.IO.Compression.FileSystem.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8ipet00v1f-9vh2vkrqrk.gz"},"Patterns":null},"System.IO.Compression.ZipFile.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"detkbca685-vauvbpg47n.gz"},"Patterns":null},"System.IO.Compression.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6e33x6oap5-cub3louzqd.gz"},"Patterns":null},"System.IO.FileSystem.AccessControl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5g80oqiykv-drckq1wkq3.gz"},"Patterns":null},"System.IO.FileSystem.DriveInfo.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5d75awqi98-0yldq48nb4.gz"},"Patterns":null},"System.IO.FileSystem.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7zj9q3kwy5-6dbzlzi6uo.gz"},"Patterns":null},"System.IO.FileSystem.Watcher.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7bwqdgi3te-oj9i08g6lz.gz"},"Patterns":null},"System.IO.FileSystem.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"0irw3zla49-kqtqolm4wa.gz"},"Patterns":null},"System.IO.IsolatedStorage.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"1huhr2mzyn-ve69vgf5kz.gz"},"Patterns":null},"System.IO.MemoryMappedFiles.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ctxyflpotb-bx37hgrj5q.gz"},"Patterns":null},"System.IO.Pipes.AccessControl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"omv3nzbl98-bk9vrw4i46.gz"},"Patterns":null},"System.IO.Pipes.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"meqxxnnqvx-n33yixsck6.gz"},"Patterns":null},"System.IO.UnmanagedMemoryStream.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"oq9wi4ailw-ac8xrryfy7.gz"},"Patterns":null},"System.IO.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jm470z3phm-674jwrdv5k.gz"},"Patterns":null},"System.Linq.Expressions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"a79tq9ynwt-8i9v2949fr.gz"},"Patterns":null},"System.Linq.Parallel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7vh4rfs37c-uqq1toshjs.gz"},"Patterns":null},"System.Linq.Queryable.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jjzi0e2tbs-4mn95jeqkz.gz"},"Patterns":null},"System.Linq.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8eh5y9tp1c-bqy8sv168l.gz"},"Patterns":null},"System.Memory.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"g76rrh4lgu-00lkbcsi6k.gz"},"Patterns":null},"System.Net.Http.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"b1j4g2aidh-gwhgic1g4s.gz"},"Patterns":null},"System.Net.Http.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ijk0xpt1h4-8t67dotvrh.gz"},"Patterns":null},"System.Net.HttpListener.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"otznmcnlz5-ir65hlfb8z.gz"},"Patterns":null},"System.Net.Mail.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"yac1w3vy2r-u6tb74qjwk.gz"},"Patterns":null},"System.Net.NameResolution.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"vbrlhg9h7i-bipvwufop2.gz"},"Patterns":null},"System.Net.NetworkInformation.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"1ibz4kqyc0-uovh5g3v63.gz"},"Patterns":null},"System.Net.Ping.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"kv7akofu7p-xbwtybogqw.gz"},"Patterns":null},"System.Net.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ycs4dc86o6-5x057ultqg.gz"},"Patterns":null},"System.Net.Quic.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6i5reauy9a-tnxw0hw66n.gz"},"Patterns":null},"System.Net.Requests.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"dfaw8i07sg-p7aqa3ydbf.gz"},"Patterns":null},"System.Net.Security.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"zd2msg63jn-9pmm5e0uc6.gz"},"Patterns":null},"System.Net.ServicePoint.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jd5ybzr9lh-61v0nen4hx.gz"},"Patterns":null},"System.Net.Sockets.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5nc9t7881e-gbqoxsv40r.gz"},"Patterns":null},"System.Net.WebClient.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ghz44jcq0l-fcia9ky19l.gz"},"Patterns":null},"System.Net.WebHeaderCollection.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"tuyn985nz3-6286hgwuqh.gz"},"Patterns":null},"System.Net.WebProxy.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"i4ep49nzwb-djpann52a6.gz"},"Patterns":null},"System.Net.WebSockets.Client.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ygbwol6ubw-lkvy8locnf.gz"},"Patterns":null},"System.Net.WebSockets.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"btvfot68ru-box0kt0ygr.gz"},"Patterns":null},"System.Net.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"324w13xuvo-bi4ws36sl2.gz"},"Patterns":null},"System.Numerics.Vectors.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ucejdgoot3-pweg4f9jik.gz"},"Patterns":null},"System.Numerics.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jeaodzfja7-fzteml2ksa.gz"},"Patterns":null},"System.ObjectModel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"g2f3ayhkgf-oi5its9v0z.gz"},"Patterns":null},"System.Private.DataContractSerialization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"nvk83tidwv-1jyxr7kwjo.gz"},"Patterns":null},"System.Private.Uri.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"hz83gb6xmq-4fwiisng6i.gz"},"Patterns":null},"System.Private.Xml.Linq.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4gf6l5tac6-dgkgnxso4m.gz"},"Patterns":null},"System.Private.Xml.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8ezvspfqzk-66ysrn2owv.gz"},"Patterns":null},"System.Reflection.DispatchProxy.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qc9qcqr5s2-kgscmlv3if.gz"},"Patterns":null},"System.Reflection.Emit.ILGeneration.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"f0ajty1722-8hlod3by22.gz"},"Patterns":null},"System.Reflection.Emit.Lightweight.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"16gkmd3qyn-u3evpglqtv.gz"},"Patterns":null},"System.Reflection.Emit.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"36hb6ks61s-xcolejwqh0.gz"},"Patterns":null},"System.Reflection.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qsapjifxrx-oepwslok2k.gz"},"Patterns":null},"System.Reflection.Metadata.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"snmkueee03-zll5ovyn4j.gz"},"Patterns":null},"System.Reflection.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"z5n0i80wxd-ajsaevzb4n.gz"},"Patterns":null},"System.Reflection.TypeExtensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6lf2ddmv1l-gyfyt6ifle.gz"},"Patterns":null},"System.Reflection.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"hb8ye351nd-05yfgzvmh7.gz"},"Patterns":null},"System.Resources.Reader.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8qc79e3nu4-x35pd1xcsk.gz"},"Patterns":null},"System.Resources.ResourceManager.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"69b0nullub-1hzkk1v31b.gz"},"Patterns":null},"System.Resources.Writer.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"24f91srh18-gmkxofgq6z.gz"},"Patterns":null},"System.Runtime.CompilerServices.Unsafe.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"g88hfs9ug7-99j5jlhtlf.gz"},"Patterns":null},"System.Runtime.CompilerServices.VisualC.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"d6zxzoeihc-z2tqksfwxn.gz"},"Patterns":null},"System.Runtime.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"u457dfzv6h-hsooj5ku5u.gz"},"Patterns":null},"System.Runtime.Handles.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"h68ufmkaki-x1zwj8gq0q.gz"},"Patterns":null},"System.Runtime.InteropServices.JavaScript.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"favjpgserh-t14slsf5gb.gz"},"Patterns":null},"System.Runtime.InteropServices.RuntimeInformation.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ui13sigocd-j622qnirva.gz"},"Patterns":null},"System.Runtime.InteropServices.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"3oxhwn0e7e-arf11keiq9.gz"},"Patterns":null},"System.Runtime.Intrinsics.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"smsafl7fbj-s2a2n0v8v5.gz"},"Patterns":null},"System.Runtime.Loader.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6nmjb2ga9x-1iz0927hqc.gz"},"Patterns":null},"System.Runtime.Numerics.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mdl3czdiv2-qvepw4e78q.gz"},"Patterns":null},"System.Runtime.Serialization.Formatters.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4wku2hu407-h26lzyu81w.gz"},"Patterns":null},"System.Runtime.Serialization.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"yk3g2cnkjp-gpcerlv545.gz"},"Patterns":null},"System.Runtime.Serialization.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qjiio5xtyo-9ywk5zf0ye.gz"},"Patterns":null},"System.Runtime.Serialization.Xml.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"acd83xah5k-cg50v6hv4d.gz"},"Patterns":null},"System.Runtime.Serialization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8s5drhusp6-xduo6mn7ma.gz"},"Patterns":null},"System.Runtime.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8js2b3ikzg-iz9521x4d5.gz"},"Patterns":null},"System.Security.AccessControl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"evz4x8kkgb-w83xci1s0e.gz"},"Patterns":null},"System.Security.Claims.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"sossmjk0pb-mgppqoca94.gz"},"Patterns":null},"System.Security.Cryptography.Algorithms.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"witjyutmr6-lyl6xulxjq.gz"},"Patterns":null},"System.Security.Cryptography.Cng.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qk4td0onpg-is3vw3toke.gz"},"Patterns":null},"System.Security.Cryptography.Csp.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"zilwrgikc8-77wcsbalfb.gz"},"Patterns":null},"System.Security.Cryptography.Encoding.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"hg075kso0q-ylyh0nvuhn.gz"},"Patterns":null},"System.Security.Cryptography.OpenSsl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"w5w0qiszg7-035cxkpjqr.gz"},"Patterns":null},"System.Security.Cryptography.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"e27pp01hks-8sy06h2xub.gz"},"Patterns":null},"System.Security.Cryptography.X509Certificates.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ahhmji10vw-982lmixj89.gz"},"Patterns":null},"System.Security.Cryptography.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"nafpk38rqn-77xcltn6z8.gz"},"Patterns":null},"System.Security.Principal.Windows.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qkrje1evcx-r50so417ua.gz"},"Patterns":null},"System.Security.Principal.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4ep2tuqqvh-nwmq9c0dxp.gz"},"Patterns":null},"System.Security.SecureString.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"1hblptriwp-a1bvfrdfb0.gz"},"Patterns":null},"System.Security.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"kt165yc41q-r0ybprwbdo.gz"},"Patterns":null},"System.ServiceModel.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qikbjqw5lg-ice8a74mfp.gz"},"Patterns":null},"System.ServiceProcess.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7tlppx7xm5-ces8qi4jdv.gz"},"Patterns":null},"System.Text.Encoding.CodePages.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"pfvio6s8o4-wnm0lr2dr8.gz"},"Patterns":null},"System.Text.Encoding.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8nmyr3nvr7-5bq2cvr3hg.gz"},"Patterns":null},"System.Text.Encoding.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"wgok0adxrd-eyx33pgiad.gz"},"Patterns":null},"System.Text.Encodings.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8d128emwtl-9x7dptacey.gz"},"Patterns":null},"System.Text.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"w42pov7xtq-ppd2fidtln.gz"},"Patterns":null},"System.Text.RegularExpressions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8st2mjmvff-3e7pdp88zp.gz"},"Patterns":null},"System.Threading.Channels.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8jhparz1fs-1udekzdv05.gz"},"Patterns":null},"System.Threading.Overlapped.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qzrso9t6qt-o0ci7lcesp.gz"},"Patterns":null},"System.Threading.Tasks.Dataflow.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"xxdvu4kns6-esmmfynicw.gz"},"Patterns":null},"System.Threading.Tasks.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"m5ulbl575g-grhpsybruk.gz"},"Patterns":null},"System.Threading.Tasks.Parallel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"k3twv17qn3-y8m4zhesg5.gz"},"Patterns":null},"System.Threading.Tasks.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mq15jbnpmi-nr23lugli1.gz"},"Patterns":null},"System.Threading.Thread.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"li26yqjeam-83w11tdkvv.gz"},"Patterns":null},"System.Threading.ThreadPool.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"62z0o2i9pb-turgxoxt8a.gz"},"Patterns":null},"System.Threading.Timer.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"28xa66ni2k-wyvnqt03fv.gz"},"Patterns":null},"System.Threading.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"k7jsgweg71-cf1vupxs9i.gz"},"Patterns":null},"System.Transactions.Local.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4if7lrerku-033xejool8.gz"},"Patterns":null},"System.Transactions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"sdk1at7c6v-yk1d03z5nw.gz"},"Patterns":null},"System.ValueTuple.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"nrej3ggqhh-ooru0eoira.gz"},"Patterns":null},"System.Web.HttpUtility.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6ckavr9kyn-9pqt1af9za.gz"},"Patterns":null},"System.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5fh9d1idcu-osnb0kzr6n.gz"},"Patterns":null},"System.Windows.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5kj1e1duz5-ob6wu8zdxc.gz"},"Patterns":null},"System.Xml.Linq.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"kblqw9fpct-v5c0vzhnig.gz"},"Patterns":null},"System.Xml.ReaderWriter.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"rzmowmdt16-md2abzowf3.gz"},"Patterns":null},"System.Xml.Serialization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"h2p06rhgip-8nymyky8vt.gz"},"Patterns":null},"System.Xml.XDocument.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"113hg5hh18-h3yeys7sb7.gz"},"Patterns":null},"System.Xml.XPath.XDocument.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"bhjajimbgl-xdmaord4ni.gz"},"Patterns":null},"System.Xml.XPath.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"04a487v8dk-nizy1jf1r0.gz"},"Patterns":null},"System.Xml.XmlDocument.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"c95lybnc83-quym58pgua.gz"},"Patterns":null},"System.Xml.XmlSerializer.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"3vnwcuaexo-gqix7qqjto.gz"},"Patterns":null},"System.Xml.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mxr0e4p5kt-igj5a0xdr6.gz"},"Patterns":null},"System.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"086u6yzl35-hqi8x6bymk.gz"},"Patterns":null},"WindowsBase.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gskpo8ls9g-ide822gizw.gz"},"Patterns":null},"mscorlib.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"57n2zserhj-twlt8rxgl3.gz"},"Patterns":null},"netstandard.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"9e3m4lhpqa-mq4q4k2a4q.gz"},"Patterns":null},"System.Private.CoreLib.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"vejzz9omd4-rcys532pwr.gz"},"Patterns":null},"dotnet.js.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8j9ggs5dy9-rqxhp8973g.gz"},"Patterns":null},"dotnet.js.map.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"dj9qgodrn5-387laeplku.gz"},"Patterns":null},"dotnet.native.js.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fjvbv9yavq-xteh9p4yli.gz"},"Patterns":null},"dotnet.native.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"9u0at65pop-keyssdiug3.gz"},"Patterns":null},"dotnet.runtime.js.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jpwc78p5ga-xjx70hiola.gz"},"Patterns":null},"dotnet.runtime.js.map.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fzzqt028uw-zqgqlj6bjk.gz"},"Patterns":null},"icudt_CJK.dat.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"tup6oou17a-tjcz0u77k5.gz"},"Patterns":null},"icudt_EFIGS.dat.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gkw3yb3vs4-tptq2av103.gz"},"Patterns":null},"icudt_no_CJK.dat.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"i2c8nfdtsk-lfu7j35m59.gz"},"Patterns":null},"emcc-props.json.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"0qg8z4cu2n-oyz0vx2fzb.gz"},"Patterns":null},"Website.Client.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"06xhlk2478-10qtdtf8da.gz"},"Patterns":null},"Website.Client.pdb.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"306m1unmgj-j2j1jdk9ss.gz"},"Patterns":null},"blazor.boot.json.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gai494obq8-kufizuu150.gz"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}} \ No newline at end of file +{"ContentRoots":["C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\wwwroot\\","C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\","C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\"],"Root":{"Children":{"appsettings.Development.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"appsettings.Development.json"},"Patterns":null},"appsettings.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"appsettings.json"},"Patterns":null},"_framework":{"Children":{"blazor.webassembly.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/blazor.webassembly.js"},"Patterns":null},"Microsoft.AspNetCore.Authorization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Authorization.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.Forms.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.Forms.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.Web.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.WebAssembly.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm"},"Patterns":null},"Microsoft.AspNetCore.Metadata.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Metadata.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.Binder.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Binder.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.FileExtensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.FileExtensions.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Json.wasm"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.DependencyInjection.wasm"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.FileProviders.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileProviders.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.FileProviders.Physical.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileProviders.Physical.wasm"},"Patterns":null},"Microsoft.Extensions.FileSystemGlobbing.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileSystemGlobbing.wasm"},"Patterns":null},"Microsoft.Extensions.Logging.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Logging.wasm"},"Patterns":null},"Microsoft.Extensions.Logging.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Logging.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.Options.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Options.wasm"},"Patterns":null},"Microsoft.Extensions.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Primitives.wasm"},"Patterns":null},"Microsoft.JSInterop.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.JSInterop.wasm"},"Patterns":null},"Microsoft.JSInterop.WebAssembly.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.JSInterop.WebAssembly.wasm"},"Patterns":null},"System.IO.Pipelines.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipelines.wasm"},"Patterns":null},"Microsoft.CSharp.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.CSharp.wasm"},"Patterns":null},"Microsoft.VisualBasic.Core.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.VisualBasic.Core.wasm"},"Patterns":null},"Microsoft.VisualBasic.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.VisualBasic.wasm"},"Patterns":null},"Microsoft.Win32.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Win32.Primitives.wasm"},"Patterns":null},"Microsoft.Win32.Registry.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Win32.Registry.wasm"},"Patterns":null},"System.AppContext.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.AppContext.wasm"},"Patterns":null},"System.Buffers.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Buffers.wasm"},"Patterns":null},"System.Collections.Concurrent.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Concurrent.wasm"},"Patterns":null},"System.Collections.Immutable.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Immutable.wasm"},"Patterns":null},"System.Collections.NonGeneric.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.NonGeneric.wasm"},"Patterns":null},"System.Collections.Specialized.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Specialized.wasm"},"Patterns":null},"System.Collections.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.wasm"},"Patterns":null},"System.ComponentModel.Annotations.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.Annotations.wasm"},"Patterns":null},"System.ComponentModel.DataAnnotations.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.DataAnnotations.wasm"},"Patterns":null},"System.ComponentModel.EventBasedAsync.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.EventBasedAsync.wasm"},"Patterns":null},"System.ComponentModel.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.Primitives.wasm"},"Patterns":null},"System.ComponentModel.TypeConverter.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.TypeConverter.wasm"},"Patterns":null},"System.ComponentModel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.wasm"},"Patterns":null},"System.Configuration.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Configuration.wasm"},"Patterns":null},"System.Console.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Console.wasm"},"Patterns":null},"System.Core.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Core.wasm"},"Patterns":null},"System.Data.Common.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.Common.wasm"},"Patterns":null},"System.Data.DataSetExtensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.DataSetExtensions.wasm"},"Patterns":null},"System.Data.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.wasm"},"Patterns":null},"System.Diagnostics.Contracts.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Contracts.wasm"},"Patterns":null},"System.Diagnostics.Debug.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Debug.wasm"},"Patterns":null},"System.Diagnostics.DiagnosticSource.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.DiagnosticSource.wasm"},"Patterns":null},"System.Diagnostics.FileVersionInfo.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.FileVersionInfo.wasm"},"Patterns":null},"System.Diagnostics.Process.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Process.wasm"},"Patterns":null},"System.Diagnostics.StackTrace.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.StackTrace.wasm"},"Patterns":null},"System.Diagnostics.TextWriterTraceListener.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.TextWriterTraceListener.wasm"},"Patterns":null},"System.Diagnostics.Tools.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Tools.wasm"},"Patterns":null},"System.Diagnostics.TraceSource.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.TraceSource.wasm"},"Patterns":null},"System.Diagnostics.Tracing.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Tracing.wasm"},"Patterns":null},"System.Drawing.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Drawing.Primitives.wasm"},"Patterns":null},"System.Drawing.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Drawing.wasm"},"Patterns":null},"System.Dynamic.Runtime.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Dynamic.Runtime.wasm"},"Patterns":null},"System.Formats.Asn1.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Formats.Asn1.wasm"},"Patterns":null},"System.Formats.Tar.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Formats.Tar.wasm"},"Patterns":null},"System.Globalization.Calendars.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.Calendars.wasm"},"Patterns":null},"System.Globalization.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.Extensions.wasm"},"Patterns":null},"System.Globalization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.wasm"},"Patterns":null},"System.IO.Compression.Brotli.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.Brotli.wasm"},"Patterns":null},"System.IO.Compression.FileSystem.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.FileSystem.wasm"},"Patterns":null},"System.IO.Compression.ZipFile.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.ZipFile.wasm"},"Patterns":null},"System.IO.Compression.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.wasm"},"Patterns":null},"System.IO.FileSystem.AccessControl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.AccessControl.wasm"},"Patterns":null},"System.IO.FileSystem.DriveInfo.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.DriveInfo.wasm"},"Patterns":null},"System.IO.FileSystem.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.Primitives.wasm"},"Patterns":null},"System.IO.FileSystem.Watcher.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.Watcher.wasm"},"Patterns":null},"System.IO.FileSystem.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.wasm"},"Patterns":null},"System.IO.IsolatedStorage.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.IsolatedStorage.wasm"},"Patterns":null},"System.IO.MemoryMappedFiles.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.MemoryMappedFiles.wasm"},"Patterns":null},"System.IO.Pipes.AccessControl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipes.AccessControl.wasm"},"Patterns":null},"System.IO.Pipes.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipes.wasm"},"Patterns":null},"System.IO.UnmanagedMemoryStream.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.UnmanagedMemoryStream.wasm"},"Patterns":null},"System.IO.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.wasm"},"Patterns":null},"System.Linq.Expressions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Expressions.wasm"},"Patterns":null},"System.Linq.Parallel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Parallel.wasm"},"Patterns":null},"System.Linq.Queryable.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Queryable.wasm"},"Patterns":null},"System.Linq.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.wasm"},"Patterns":null},"System.Memory.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Memory.wasm"},"Patterns":null},"System.Net.Http.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Http.Json.wasm"},"Patterns":null},"System.Net.Http.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Http.wasm"},"Patterns":null},"System.Net.HttpListener.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.HttpListener.wasm"},"Patterns":null},"System.Net.Mail.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Mail.wasm"},"Patterns":null},"System.Net.NameResolution.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.NameResolution.wasm"},"Patterns":null},"System.Net.NetworkInformation.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.NetworkInformation.wasm"},"Patterns":null},"System.Net.Ping.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Ping.wasm"},"Patterns":null},"System.Net.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Primitives.wasm"},"Patterns":null},"System.Net.Quic.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Quic.wasm"},"Patterns":null},"System.Net.Requests.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Requests.wasm"},"Patterns":null},"System.Net.Security.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Security.wasm"},"Patterns":null},"System.Net.ServicePoint.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.ServicePoint.wasm"},"Patterns":null},"System.Net.Sockets.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Sockets.wasm"},"Patterns":null},"System.Net.WebClient.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebClient.wasm"},"Patterns":null},"System.Net.WebHeaderCollection.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebHeaderCollection.wasm"},"Patterns":null},"System.Net.WebProxy.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebProxy.wasm"},"Patterns":null},"System.Net.WebSockets.Client.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebSockets.Client.wasm"},"Patterns":null},"System.Net.WebSockets.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebSockets.wasm"},"Patterns":null},"System.Net.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.wasm"},"Patterns":null},"System.Numerics.Vectors.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Numerics.Vectors.wasm"},"Patterns":null},"System.Numerics.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Numerics.wasm"},"Patterns":null},"System.ObjectModel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ObjectModel.wasm"},"Patterns":null},"System.Private.DataContractSerialization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.DataContractSerialization.wasm"},"Patterns":null},"System.Private.Uri.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Uri.wasm"},"Patterns":null},"System.Private.Xml.Linq.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Xml.Linq.wasm"},"Patterns":null},"System.Private.Xml.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Xml.wasm"},"Patterns":null},"System.Reflection.DispatchProxy.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.DispatchProxy.wasm"},"Patterns":null},"System.Reflection.Emit.ILGeneration.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.ILGeneration.wasm"},"Patterns":null},"System.Reflection.Emit.Lightweight.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.Lightweight.wasm"},"Patterns":null},"System.Reflection.Emit.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.wasm"},"Patterns":null},"System.Reflection.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Extensions.wasm"},"Patterns":null},"System.Reflection.Metadata.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Metadata.wasm"},"Patterns":null},"System.Reflection.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Primitives.wasm"},"Patterns":null},"System.Reflection.TypeExtensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.TypeExtensions.wasm"},"Patterns":null},"System.Reflection.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.wasm"},"Patterns":null},"System.Resources.Reader.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.Reader.wasm"},"Patterns":null},"System.Resources.ResourceManager.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.ResourceManager.wasm"},"Patterns":null},"System.Resources.Writer.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.Writer.wasm"},"Patterns":null},"System.Runtime.CompilerServices.Unsafe.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.CompilerServices.Unsafe.wasm"},"Patterns":null},"System.Runtime.CompilerServices.VisualC.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.CompilerServices.VisualC.wasm"},"Patterns":null},"System.Runtime.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Extensions.wasm"},"Patterns":null},"System.Runtime.Handles.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Handles.wasm"},"Patterns":null},"System.Runtime.InteropServices.JavaScript.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.JavaScript.wasm"},"Patterns":null},"System.Runtime.InteropServices.RuntimeInformation.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.RuntimeInformation.wasm"},"Patterns":null},"System.Runtime.InteropServices.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.wasm"},"Patterns":null},"System.Runtime.Intrinsics.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Intrinsics.wasm"},"Patterns":null},"System.Runtime.Loader.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Loader.wasm"},"Patterns":null},"System.Runtime.Numerics.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Numerics.wasm"},"Patterns":null},"System.Runtime.Serialization.Formatters.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Formatters.wasm"},"Patterns":null},"System.Runtime.Serialization.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Json.wasm"},"Patterns":null},"System.Runtime.Serialization.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Primitives.wasm"},"Patterns":null},"System.Runtime.Serialization.Xml.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Xml.wasm"},"Patterns":null},"System.Runtime.Serialization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.wasm"},"Patterns":null},"System.Runtime.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.wasm"},"Patterns":null},"System.Security.AccessControl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.AccessControl.wasm"},"Patterns":null},"System.Security.Claims.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Claims.wasm"},"Patterns":null},"System.Security.Cryptography.Algorithms.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Algorithms.wasm"},"Patterns":null},"System.Security.Cryptography.Cng.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Cng.wasm"},"Patterns":null},"System.Security.Cryptography.Csp.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Csp.wasm"},"Patterns":null},"System.Security.Cryptography.Encoding.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Encoding.wasm"},"Patterns":null},"System.Security.Cryptography.OpenSsl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.OpenSsl.wasm"},"Patterns":null},"System.Security.Cryptography.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Primitives.wasm"},"Patterns":null},"System.Security.Cryptography.X509Certificates.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.X509Certificates.wasm"},"Patterns":null},"System.Security.Cryptography.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.wasm"},"Patterns":null},"System.Security.Principal.Windows.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Principal.Windows.wasm"},"Patterns":null},"System.Security.Principal.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Principal.wasm"},"Patterns":null},"System.Security.SecureString.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.SecureString.wasm"},"Patterns":null},"System.Security.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.wasm"},"Patterns":null},"System.ServiceModel.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ServiceModel.Web.wasm"},"Patterns":null},"System.ServiceProcess.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ServiceProcess.wasm"},"Patterns":null},"System.Text.Encoding.CodePages.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.CodePages.wasm"},"Patterns":null},"System.Text.Encoding.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.Extensions.wasm"},"Patterns":null},"System.Text.Encoding.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.wasm"},"Patterns":null},"System.Text.Encodings.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encodings.Web.wasm"},"Patterns":null},"System.Text.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Json.wasm"},"Patterns":null},"System.Text.RegularExpressions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.RegularExpressions.wasm"},"Patterns":null},"System.Threading.Channels.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Channels.wasm"},"Patterns":null},"System.Threading.Overlapped.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Overlapped.wasm"},"Patterns":null},"System.Threading.Tasks.Dataflow.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Dataflow.wasm"},"Patterns":null},"System.Threading.Tasks.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Extensions.wasm"},"Patterns":null},"System.Threading.Tasks.Parallel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Parallel.wasm"},"Patterns":null},"System.Threading.Tasks.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.wasm"},"Patterns":null},"System.Threading.Thread.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Thread.wasm"},"Patterns":null},"System.Threading.ThreadPool.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.ThreadPool.wasm"},"Patterns":null},"System.Threading.Timer.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Timer.wasm"},"Patterns":null},"System.Threading.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.wasm"},"Patterns":null},"System.Transactions.Local.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Transactions.Local.wasm"},"Patterns":null},"System.Transactions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Transactions.wasm"},"Patterns":null},"System.ValueTuple.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ValueTuple.wasm"},"Patterns":null},"System.Web.HttpUtility.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Web.HttpUtility.wasm"},"Patterns":null},"System.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Web.wasm"},"Patterns":null},"System.Windows.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Windows.wasm"},"Patterns":null},"System.Xml.Linq.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.Linq.wasm"},"Patterns":null},"System.Xml.ReaderWriter.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.ReaderWriter.wasm"},"Patterns":null},"System.Xml.Serialization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.Serialization.wasm"},"Patterns":null},"System.Xml.XDocument.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XDocument.wasm"},"Patterns":null},"System.Xml.XPath.XDocument.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XPath.XDocument.wasm"},"Patterns":null},"System.Xml.XPath.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XPath.wasm"},"Patterns":null},"System.Xml.XmlDocument.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XmlDocument.wasm"},"Patterns":null},"System.Xml.XmlSerializer.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XmlSerializer.wasm"},"Patterns":null},"System.Xml.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.wasm"},"Patterns":null},"System.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.wasm"},"Patterns":null},"WindowsBase.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/WindowsBase.wasm"},"Patterns":null},"mscorlib.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/mscorlib.wasm"},"Patterns":null},"netstandard.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/netstandard.wasm"},"Patterns":null},"System.Private.CoreLib.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.CoreLib.wasm"},"Patterns":null},"dotnet.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.js"},"Patterns":null},"dotnet.js.map":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.js.map"},"Patterns":null},"dotnet.native.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.native.js"},"Patterns":null},"dotnet.native.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.native.wasm"},"Patterns":null},"dotnet.runtime.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.runtime.js"},"Patterns":null},"dotnet.runtime.js.map":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.runtime.js.map"},"Patterns":null},"icudt_CJK.dat":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_CJK.dat"},"Patterns":null},"icudt_EFIGS.dat":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_EFIGS.dat"},"Patterns":null},"icudt_no_CJK.dat":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_no_CJK.dat"},"Patterns":null},"emcc-props.json":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/emcc-props.json"},"Patterns":null},"Website.Client.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Website.Client.wasm"},"Patterns":null},"Website.Client.pdb":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Website.Client.pdb"},"Patterns":null},"blazor.boot.json":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/blazor.boot.json"},"Patterns":null},"blazor.webassembly.js.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"2hd3hup4x7-mv535bwyet.gz"},"Patterns":null},"Microsoft.AspNetCore.Authorization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"k3ev4p268n-n5pslkucsz.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"s7mmlewj7a-zuiq2k1loo.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.Forms.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"smfeiin53n-jm55dcm579.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"peoessjq6m-dd74gkrng6.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.WebAssembly.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qa6yar6pcc-71qb4r2d2s.gz"},"Patterns":null},"Microsoft.AspNetCore.Metadata.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"op0tvtzk7u-qd66sllxhh.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7w5so08yb1-4njtqvtvgx.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"hbdopticmc-8kr5d0tjmo.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.Binder.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ayfnxaw2xn-0r3amze666.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.FileExtensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"t08ccg8vt4-en8mb8dgz5.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ci3kptexkj-yy6f57640l.gz"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"w0pjq2d1lz-xqsu2wsvba.gz"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"m1nhgyj3ij-kgyjb8k43h.gz"},"Patterns":null},"Microsoft.Extensions.FileProviders.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"tkl29nk5xg-1c7ksbormu.gz"},"Patterns":null},"Microsoft.Extensions.FileProviders.Physical.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7ju68gy5ye-rpvltkbyzt.gz"},"Patterns":null},"Microsoft.Extensions.FileSystemGlobbing.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"rgwxdst7lg-i464dwxnbb.gz"},"Patterns":null},"Microsoft.Extensions.Logging.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gu54mkd5rz-xlpspxuy08.gz"},"Patterns":null},"Microsoft.Extensions.Logging.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"j7qy09g2sc-icotprrmdv.gz"},"Patterns":null},"Microsoft.Extensions.Options.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fwfzkhuqt8-jt8xzja2dj.gz"},"Patterns":null},"Microsoft.Extensions.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ca5aa9q9i4-lsakbjp1fg.gz"},"Patterns":null},"Microsoft.JSInterop.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5hmh5cfrjo-h1b8h0vt7q.gz"},"Patterns":null},"Microsoft.JSInterop.WebAssembly.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"d5q87850bj-p7vg34owcn.gz"},"Patterns":null},"System.IO.Pipelines.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"0bp2h8ufhq-iudrcw56e1.gz"},"Patterns":null},"Microsoft.CSharp.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"x9g0ghziow-fgi1l05bvr.gz"},"Patterns":null},"Microsoft.VisualBasic.Core.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fxogqfms1a-4tebkgrdgm.gz"},"Patterns":null},"Microsoft.VisualBasic.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"d53r06wrnt-z5tte9hbl9.gz"},"Patterns":null},"Microsoft.Win32.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"bokgch25i1-ggby92gbf5.gz"},"Patterns":null},"Microsoft.Win32.Registry.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ch98c0vyyx-l1dpo0yxvc.gz"},"Patterns":null},"System.AppContext.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"i8idrx1mcn-mhv3ru1aoa.gz"},"Patterns":null},"System.Buffers.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"l5txsii5i1-wlim793jkw.gz"},"Patterns":null},"System.Collections.Concurrent.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"bfqrylll5s-i1lssuj9i7.gz"},"Patterns":null},"System.Collections.Immutable.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"zfps9zsm5w-u0yuhvep8l.gz"},"Patterns":null},"System.Collections.NonGeneric.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4m61xkkzic-wgqopll9rf.gz"},"Patterns":null},"System.Collections.Specialized.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"rnkwus257z-sn8l98c62u.gz"},"Patterns":null},"System.Collections.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"wjr06919zi-nie06qj6qo.gz"},"Patterns":null},"System.ComponentModel.Annotations.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6a14p9cnfm-7vq6uvcllp.gz"},"Patterns":null},"System.ComponentModel.DataAnnotations.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"3do1xgb209-ix9s17e4oa.gz"},"Patterns":null},"System.ComponentModel.EventBasedAsync.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"lcw25evezq-21e6uomdqg.gz"},"Patterns":null},"System.ComponentModel.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6hh6ezf247-akyqtilzco.gz"},"Patterns":null},"System.ComponentModel.TypeConverter.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"3iplrib5f1-ek4hlhdqkj.gz"},"Patterns":null},"System.ComponentModel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"lpxbc0xcwu-yfl2eaopkw.gz"},"Patterns":null},"System.Configuration.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5x2hw9hlph-67lwahgksx.gz"},"Patterns":null},"System.Console.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"cdusluos85-e4ovel0up8.gz"},"Patterns":null},"System.Core.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"xa46nctul2-6oo2lq0wqm.gz"},"Patterns":null},"System.Data.Common.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"t60y82b8ct-kbvoyvfq27.gz"},"Patterns":null},"System.Data.DataSetExtensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"bapsepfweu-o2o4ch8qxi.gz"},"Patterns":null},"System.Data.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"pykw33j66j-tg72k81p9v.gz"},"Patterns":null},"System.Diagnostics.Contracts.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"tlmphuct5q-mjwur1vb3v.gz"},"Patterns":null},"System.Diagnostics.Debug.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"b8331giksb-5rlkx55y19.gz"},"Patterns":null},"System.Diagnostics.DiagnosticSource.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"768lripqfk-7hqmuqq5cq.gz"},"Patterns":null},"System.Diagnostics.FileVersionInfo.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mjknyr1kew-grrk3hrp1l.gz"},"Patterns":null},"System.Diagnostics.Process.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"xyzushs1kt-gpvopyyhdq.gz"},"Patterns":null},"System.Diagnostics.StackTrace.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"il91pt7pko-wnrtcnhpgl.gz"},"Patterns":null},"System.Diagnostics.TextWriterTraceListener.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"sozkbt969q-6vo46yau5z.gz"},"Patterns":null},"System.Diagnostics.Tools.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"z1lx69f3yb-3z6j1wct71.gz"},"Patterns":null},"System.Diagnostics.TraceSource.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"r8ctv4wyd5-4l2fl1axw2.gz"},"Patterns":null},"System.Diagnostics.Tracing.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"o6lqquoipu-ncsccugyw8.gz"},"Patterns":null},"System.Drawing.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"xrv7w5idw0-g7amuh118t.gz"},"Patterns":null},"System.Drawing.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mh2ichqmqf-o1fazgbrf7.gz"},"Patterns":null},"System.Dynamic.Runtime.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8c7w0qgkmn-onxt1qlo23.gz"},"Patterns":null},"System.Formats.Asn1.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"olpuoe44o4-ipp8gya1fy.gz"},"Patterns":null},"System.Formats.Tar.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"md2p5n8p8v-vb374cvsdq.gz"},"Patterns":null},"System.Globalization.Calendars.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gix98vlg0x-sagqyj2lx6.gz"},"Patterns":null},"System.Globalization.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"15dfqkray5-yxrd07gwvl.gz"},"Patterns":null},"System.Globalization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"oqajmlwnnp-1ul0j5zyts.gz"},"Patterns":null},"System.IO.Compression.Brotli.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"0knkqd933w-sv4ivqpdih.gz"},"Patterns":null},"System.IO.Compression.FileSystem.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8ipet00v1f-9vh2vkrqrk.gz"},"Patterns":null},"System.IO.Compression.ZipFile.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"detkbca685-vauvbpg47n.gz"},"Patterns":null},"System.IO.Compression.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6e33x6oap5-cub3louzqd.gz"},"Patterns":null},"System.IO.FileSystem.AccessControl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5g80oqiykv-drckq1wkq3.gz"},"Patterns":null},"System.IO.FileSystem.DriveInfo.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5d75awqi98-0yldq48nb4.gz"},"Patterns":null},"System.IO.FileSystem.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7zj9q3kwy5-6dbzlzi6uo.gz"},"Patterns":null},"System.IO.FileSystem.Watcher.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7bwqdgi3te-oj9i08g6lz.gz"},"Patterns":null},"System.IO.FileSystem.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"0irw3zla49-kqtqolm4wa.gz"},"Patterns":null},"System.IO.IsolatedStorage.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"1huhr2mzyn-ve69vgf5kz.gz"},"Patterns":null},"System.IO.MemoryMappedFiles.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ctxyflpotb-bx37hgrj5q.gz"},"Patterns":null},"System.IO.Pipes.AccessControl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"omv3nzbl98-bk9vrw4i46.gz"},"Patterns":null},"System.IO.Pipes.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"meqxxnnqvx-n33yixsck6.gz"},"Patterns":null},"System.IO.UnmanagedMemoryStream.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"oq9wi4ailw-ac8xrryfy7.gz"},"Patterns":null},"System.IO.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jm470z3phm-674jwrdv5k.gz"},"Patterns":null},"System.Linq.Expressions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"a79tq9ynwt-8i9v2949fr.gz"},"Patterns":null},"System.Linq.Parallel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7vh4rfs37c-uqq1toshjs.gz"},"Patterns":null},"System.Linq.Queryable.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jjzi0e2tbs-4mn95jeqkz.gz"},"Patterns":null},"System.Linq.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8eh5y9tp1c-bqy8sv168l.gz"},"Patterns":null},"System.Memory.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"g76rrh4lgu-00lkbcsi6k.gz"},"Patterns":null},"System.Net.Http.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"b1j4g2aidh-gwhgic1g4s.gz"},"Patterns":null},"System.Net.Http.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ijk0xpt1h4-8t67dotvrh.gz"},"Patterns":null},"System.Net.HttpListener.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"otznmcnlz5-ir65hlfb8z.gz"},"Patterns":null},"System.Net.Mail.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"yac1w3vy2r-u6tb74qjwk.gz"},"Patterns":null},"System.Net.NameResolution.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"vbrlhg9h7i-bipvwufop2.gz"},"Patterns":null},"System.Net.NetworkInformation.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"1ibz4kqyc0-uovh5g3v63.gz"},"Patterns":null},"System.Net.Ping.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"kv7akofu7p-xbwtybogqw.gz"},"Patterns":null},"System.Net.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ycs4dc86o6-5x057ultqg.gz"},"Patterns":null},"System.Net.Quic.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6i5reauy9a-tnxw0hw66n.gz"},"Patterns":null},"System.Net.Requests.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"dfaw8i07sg-p7aqa3ydbf.gz"},"Patterns":null},"System.Net.Security.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"zd2msg63jn-9pmm5e0uc6.gz"},"Patterns":null},"System.Net.ServicePoint.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jd5ybzr9lh-61v0nen4hx.gz"},"Patterns":null},"System.Net.Sockets.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5nc9t7881e-gbqoxsv40r.gz"},"Patterns":null},"System.Net.WebClient.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ghz44jcq0l-fcia9ky19l.gz"},"Patterns":null},"System.Net.WebHeaderCollection.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"tuyn985nz3-6286hgwuqh.gz"},"Patterns":null},"System.Net.WebProxy.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"i4ep49nzwb-djpann52a6.gz"},"Patterns":null},"System.Net.WebSockets.Client.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ygbwol6ubw-lkvy8locnf.gz"},"Patterns":null},"System.Net.WebSockets.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"btvfot68ru-box0kt0ygr.gz"},"Patterns":null},"System.Net.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"324w13xuvo-bi4ws36sl2.gz"},"Patterns":null},"System.Numerics.Vectors.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ucejdgoot3-pweg4f9jik.gz"},"Patterns":null},"System.Numerics.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jeaodzfja7-fzteml2ksa.gz"},"Patterns":null},"System.ObjectModel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"g2f3ayhkgf-oi5its9v0z.gz"},"Patterns":null},"System.Private.DataContractSerialization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"nvk83tidwv-1jyxr7kwjo.gz"},"Patterns":null},"System.Private.Uri.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"hz83gb6xmq-4fwiisng6i.gz"},"Patterns":null},"System.Private.Xml.Linq.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4gf6l5tac6-dgkgnxso4m.gz"},"Patterns":null},"System.Private.Xml.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8ezvspfqzk-66ysrn2owv.gz"},"Patterns":null},"System.Reflection.DispatchProxy.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qc9qcqr5s2-kgscmlv3if.gz"},"Patterns":null},"System.Reflection.Emit.ILGeneration.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"f0ajty1722-8hlod3by22.gz"},"Patterns":null},"System.Reflection.Emit.Lightweight.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"16gkmd3qyn-u3evpglqtv.gz"},"Patterns":null},"System.Reflection.Emit.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"36hb6ks61s-xcolejwqh0.gz"},"Patterns":null},"System.Reflection.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qsapjifxrx-oepwslok2k.gz"},"Patterns":null},"System.Reflection.Metadata.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"snmkueee03-zll5ovyn4j.gz"},"Patterns":null},"System.Reflection.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"z5n0i80wxd-ajsaevzb4n.gz"},"Patterns":null},"System.Reflection.TypeExtensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6lf2ddmv1l-gyfyt6ifle.gz"},"Patterns":null},"System.Reflection.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"hb8ye351nd-05yfgzvmh7.gz"},"Patterns":null},"System.Resources.Reader.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8qc79e3nu4-x35pd1xcsk.gz"},"Patterns":null},"System.Resources.ResourceManager.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"69b0nullub-1hzkk1v31b.gz"},"Patterns":null},"System.Resources.Writer.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"24f91srh18-gmkxofgq6z.gz"},"Patterns":null},"System.Runtime.CompilerServices.Unsafe.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"g88hfs9ug7-99j5jlhtlf.gz"},"Patterns":null},"System.Runtime.CompilerServices.VisualC.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"d6zxzoeihc-z2tqksfwxn.gz"},"Patterns":null},"System.Runtime.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"u457dfzv6h-hsooj5ku5u.gz"},"Patterns":null},"System.Runtime.Handles.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"h68ufmkaki-x1zwj8gq0q.gz"},"Patterns":null},"System.Runtime.InteropServices.JavaScript.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"favjpgserh-t14slsf5gb.gz"},"Patterns":null},"System.Runtime.InteropServices.RuntimeInformation.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ui13sigocd-j622qnirva.gz"},"Patterns":null},"System.Runtime.InteropServices.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"3oxhwn0e7e-arf11keiq9.gz"},"Patterns":null},"System.Runtime.Intrinsics.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"smsafl7fbj-s2a2n0v8v5.gz"},"Patterns":null},"System.Runtime.Loader.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6nmjb2ga9x-1iz0927hqc.gz"},"Patterns":null},"System.Runtime.Numerics.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mdl3czdiv2-qvepw4e78q.gz"},"Patterns":null},"System.Runtime.Serialization.Formatters.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4wku2hu407-h26lzyu81w.gz"},"Patterns":null},"System.Runtime.Serialization.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"yk3g2cnkjp-gpcerlv545.gz"},"Patterns":null},"System.Runtime.Serialization.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qjiio5xtyo-9ywk5zf0ye.gz"},"Patterns":null},"System.Runtime.Serialization.Xml.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"acd83xah5k-cg50v6hv4d.gz"},"Patterns":null},"System.Runtime.Serialization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8s5drhusp6-xduo6mn7ma.gz"},"Patterns":null},"System.Runtime.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8js2b3ikzg-iz9521x4d5.gz"},"Patterns":null},"System.Security.AccessControl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"evz4x8kkgb-w83xci1s0e.gz"},"Patterns":null},"System.Security.Claims.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"sossmjk0pb-mgppqoca94.gz"},"Patterns":null},"System.Security.Cryptography.Algorithms.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"witjyutmr6-lyl6xulxjq.gz"},"Patterns":null},"System.Security.Cryptography.Cng.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qk4td0onpg-is3vw3toke.gz"},"Patterns":null},"System.Security.Cryptography.Csp.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"zilwrgikc8-77wcsbalfb.gz"},"Patterns":null},"System.Security.Cryptography.Encoding.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"hg075kso0q-ylyh0nvuhn.gz"},"Patterns":null},"System.Security.Cryptography.OpenSsl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"w5w0qiszg7-035cxkpjqr.gz"},"Patterns":null},"System.Security.Cryptography.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"e27pp01hks-8sy06h2xub.gz"},"Patterns":null},"System.Security.Cryptography.X509Certificates.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ahhmji10vw-982lmixj89.gz"},"Patterns":null},"System.Security.Cryptography.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"nafpk38rqn-77xcltn6z8.gz"},"Patterns":null},"System.Security.Principal.Windows.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qkrje1evcx-r50so417ua.gz"},"Patterns":null},"System.Security.Principal.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4ep2tuqqvh-nwmq9c0dxp.gz"},"Patterns":null},"System.Security.SecureString.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"1hblptriwp-a1bvfrdfb0.gz"},"Patterns":null},"System.Security.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"kt165yc41q-r0ybprwbdo.gz"},"Patterns":null},"System.ServiceModel.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qikbjqw5lg-ice8a74mfp.gz"},"Patterns":null},"System.ServiceProcess.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7tlppx7xm5-ces8qi4jdv.gz"},"Patterns":null},"System.Text.Encoding.CodePages.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"pfvio6s8o4-wnm0lr2dr8.gz"},"Patterns":null},"System.Text.Encoding.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8nmyr3nvr7-5bq2cvr3hg.gz"},"Patterns":null},"System.Text.Encoding.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"wgok0adxrd-eyx33pgiad.gz"},"Patterns":null},"System.Text.Encodings.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8d128emwtl-9x7dptacey.gz"},"Patterns":null},"System.Text.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"w42pov7xtq-ppd2fidtln.gz"},"Patterns":null},"System.Text.RegularExpressions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8st2mjmvff-3e7pdp88zp.gz"},"Patterns":null},"System.Threading.Channels.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8jhparz1fs-1udekzdv05.gz"},"Patterns":null},"System.Threading.Overlapped.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qzrso9t6qt-o0ci7lcesp.gz"},"Patterns":null},"System.Threading.Tasks.Dataflow.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"xxdvu4kns6-esmmfynicw.gz"},"Patterns":null},"System.Threading.Tasks.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"m5ulbl575g-grhpsybruk.gz"},"Patterns":null},"System.Threading.Tasks.Parallel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"k3twv17qn3-y8m4zhesg5.gz"},"Patterns":null},"System.Threading.Tasks.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mq15jbnpmi-nr23lugli1.gz"},"Patterns":null},"System.Threading.Thread.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"li26yqjeam-83w11tdkvv.gz"},"Patterns":null},"System.Threading.ThreadPool.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"62z0o2i9pb-turgxoxt8a.gz"},"Patterns":null},"System.Threading.Timer.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"28xa66ni2k-wyvnqt03fv.gz"},"Patterns":null},"System.Threading.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"k7jsgweg71-cf1vupxs9i.gz"},"Patterns":null},"System.Transactions.Local.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4if7lrerku-033xejool8.gz"},"Patterns":null},"System.Transactions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"sdk1at7c6v-yk1d03z5nw.gz"},"Patterns":null},"System.ValueTuple.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"nrej3ggqhh-ooru0eoira.gz"},"Patterns":null},"System.Web.HttpUtility.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6ckavr9kyn-9pqt1af9za.gz"},"Patterns":null},"System.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5fh9d1idcu-osnb0kzr6n.gz"},"Patterns":null},"System.Windows.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5kj1e1duz5-ob6wu8zdxc.gz"},"Patterns":null},"System.Xml.Linq.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"kblqw9fpct-v5c0vzhnig.gz"},"Patterns":null},"System.Xml.ReaderWriter.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"rzmowmdt16-md2abzowf3.gz"},"Patterns":null},"System.Xml.Serialization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"h2p06rhgip-8nymyky8vt.gz"},"Patterns":null},"System.Xml.XDocument.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"113hg5hh18-h3yeys7sb7.gz"},"Patterns":null},"System.Xml.XPath.XDocument.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"bhjajimbgl-xdmaord4ni.gz"},"Patterns":null},"System.Xml.XPath.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"04a487v8dk-nizy1jf1r0.gz"},"Patterns":null},"System.Xml.XmlDocument.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"c95lybnc83-quym58pgua.gz"},"Patterns":null},"System.Xml.XmlSerializer.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"3vnwcuaexo-gqix7qqjto.gz"},"Patterns":null},"System.Xml.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mxr0e4p5kt-igj5a0xdr6.gz"},"Patterns":null},"System.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"086u6yzl35-hqi8x6bymk.gz"},"Patterns":null},"WindowsBase.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gskpo8ls9g-ide822gizw.gz"},"Patterns":null},"mscorlib.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"57n2zserhj-twlt8rxgl3.gz"},"Patterns":null},"netstandard.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"9e3m4lhpqa-mq4q4k2a4q.gz"},"Patterns":null},"System.Private.CoreLib.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"vejzz9omd4-rcys532pwr.gz"},"Patterns":null},"dotnet.js.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8j9ggs5dy9-rqxhp8973g.gz"},"Patterns":null},"dotnet.js.map.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"dj9qgodrn5-387laeplku.gz"},"Patterns":null},"dotnet.native.js.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fjvbv9yavq-xteh9p4yli.gz"},"Patterns":null},"dotnet.native.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"9u0at65pop-keyssdiug3.gz"},"Patterns":null},"dotnet.runtime.js.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jpwc78p5ga-xjx70hiola.gz"},"Patterns":null},"dotnet.runtime.js.map.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fzzqt028uw-zqgqlj6bjk.gz"},"Patterns":null},"icudt_CJK.dat.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"tup6oou17a-tjcz0u77k5.gz"},"Patterns":null},"icudt_EFIGS.dat.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gkw3yb3vs4-tptq2av103.gz"},"Patterns":null},"icudt_no_CJK.dat.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"i2c8nfdtsk-lfu7j35m59.gz"},"Patterns":null},"emcc-props.json.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"0qg8z4cu2n-oyz0vx2fzb.gz"},"Patterns":null},"Website.Client.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"06xhlk2478-uje4l4996j.gz"},"Patterns":null},"Website.Client.pdb.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"306m1unmgj-ww338guy0i.gz"},"Patterns":null},"blazor.boot.json.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gai494obq8-dz35bobq3v.gz"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}} \ No newline at end of file diff --git a/Website/Website.Client/obj/Debug/net8.0/staticwebassets.pack.json b/Website/Website.Client/obj/Debug/net8.0/staticwebassets.pack.json index c57855e..76d8bdb 100644 --- a/Website/Website.Client/obj/Debug/net8.0/staticwebassets.pack.json +++ b/Website/Website.Client/obj/Debug/net8.0/staticwebassets.pack.json @@ -1,15 +1,15 @@ { "Files": [ { - "Id": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.webassembly.js", + "Id": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.webassembly.js", "PackagePath": "staticwebassets\\_framework\\blazor.webassembly.js" }, { - "Id": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\wwwroot\\appsettings.Development.json", + "Id": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\wwwroot\\appsettings.Development.json", "PackagePath": "staticwebassets\\appsettings.Development.json" }, { - "Id": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\wwwroot\\appsettings.json", + "Id": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\wwwroot\\appsettings.json", "PackagePath": "staticwebassets\\appsettings.json" }, { diff --git a/Website/Website.Client/obj/Debug/net8.0/staticwebassets/msbuild.Website.Client.Microsoft.AspNetCore.StaticWebAssetEndpoints.props b/Website/Website.Client/obj/Debug/net8.0/staticwebassets/msbuild.Website.Client.Microsoft.AspNetCore.StaticWebAssetEndpoints.props index 90f8822..7d76a01 100644 --- a/Website/Website.Client/obj/Debug/net8.0/staticwebassets/msbuild.Website.Client.Microsoft.AspNetCore.StaticWebAssetEndpoints.props +++ b/Website/Website.Client/obj/Debug/net8.0/staticwebassets/msbuild.Website.Client.Microsoft.AspNetCore.StaticWebAssetEndpoints.props @@ -4,25 +4,25 @@ $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\appsettings.Development.json')) - + $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\appsettings.Development.json')) - + $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\appsettings.json')) - + $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\appsettings.json')) - + $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\_framework\blazor.webassembly.js')) diff --git a/Website/Website.Client/obj/Debug/net8.0/tmp-webcil/Website.Client.wasm b/Website/Website.Client/obj/Debug/net8.0/tmp-webcil/Website.Client.wasm index 514ea11..377fba7 100644 Binary files a/Website/Website.Client/obj/Debug/net8.0/tmp-webcil/Website.Client.wasm and b/Website/Website.Client/obj/Debug/net8.0/tmp-webcil/Website.Client.wasm differ diff --git a/Website/Website.Client/obj/Debug/net8.0/webcil/Website.Client.wasm b/Website/Website.Client/obj/Debug/net8.0/webcil/Website.Client.wasm index 514ea11..377fba7 100644 Binary files a/Website/Website.Client/obj/Debug/net8.0/webcil/Website.Client.wasm and b/Website/Website.Client/obj/Debug/net8.0/webcil/Website.Client.wasm differ diff --git a/Website/Website.Client/obj/Website.Client.csproj.nuget.dgspec.json b/Website/Website.Client/obj/Website.Client.csproj.nuget.dgspec.json index 1940a1f..d5b0ec0 100644 --- a/Website/Website.Client/obj/Website.Client.csproj.nuget.dgspec.json +++ b/Website/Website.Client/obj/Website.Client.csproj.nuget.dgspec.json @@ -1,17 +1,17 @@ { "format": 1, "restore": { - "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\Website.Client.csproj": {} + "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\Website.Client.csproj": {} }, "projects": { - "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\Website.Client.csproj": { + "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\Website.Client.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\Website.Client.csproj", + "projectUniqueName": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\Website.Client.csproj", "projectName": "Website.Client", - "projectPath": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\Website.Client.csproj", + "projectPath": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\Website.Client.csproj", "packagesPath": "C:\\Users\\mgj32\\.nuget\\packages\\", - "outputPath": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\", + "outputPath": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" @@ -42,7 +42,7 @@ "restoreAuditProperties": { "enableAudit": "true", "auditLevel": "low", - "auditMode": "direct" + "auditMode": "all" }, "SdkAnalysisLevel": "9.0.100" }, @@ -89,7 +89,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.101/PortableRuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.100/PortableRuntimeIdentifierGraph.json" } }, "runtimes": { diff --git a/Website/Website.Client/obj/Website.Client.csproj.nuget.g.props b/Website/Website.Client/obj/Website.Client.csproj.nuget.g.props index ba304a8..af88cbb 100644 --- a/Website/Website.Client/obj/Website.Client.csproj.nuget.g.props +++ b/Website/Website.Client/obj/Website.Client.csproj.nuget.g.props @@ -7,7 +7,7 @@ $(UserProfile)\.nuget\packages\ C:\Users\mgj32\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages PackageReference - 6.12.2 + 6.12.1 diff --git a/Website/Website.Client/obj/project.assets.json b/Website/Website.Client/obj/project.assets.json index e91f33c..b2ae8c4 100644 --- a/Website/Website.Client/obj/project.assets.json +++ b/Website/Website.Client/obj/project.assets.json @@ -1671,11 +1671,11 @@ "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\Website.Client.csproj", + "projectUniqueName": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\Website.Client.csproj", "projectName": "Website.Client", - "projectPath": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\Website.Client.csproj", + "projectPath": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\Website.Client.csproj", "packagesPath": "C:\\Users\\mgj32\\.nuget\\packages\\", - "outputPath": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\", + "outputPath": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" @@ -1706,7 +1706,7 @@ "restoreAuditProperties": { "enableAudit": "true", "auditLevel": "low", - "auditMode": "direct" + "auditMode": "all" }, "SdkAnalysisLevel": "9.0.100" }, @@ -1753,7 +1753,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.101/PortableRuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.100/PortableRuntimeIdentifierGraph.json" } }, "runtimes": { @@ -1761,5 +1761,13 @@ "#import": [] } } - } + }, + "logs": [ + { + "code": "NU1900", + "level": "Warning", + "warningLevel": 1, + "message": "Error occurred while getting package vulnerability data: Unable to load the service index for source https://api.nuget.org/v3/index.json." + } + ] } \ No newline at end of file diff --git a/Website/Website.Client/obj/project.nuget.cache b/Website/Website.Client/obj/project.nuget.cache index 01f4596..43e5b71 100644 --- a/Website/Website.Client/obj/project.nuget.cache +++ b/Website/Website.Client/obj/project.nuget.cache @@ -1,8 +1,8 @@ { "version": 2, - "dgSpecHash": "gwGjzANn6MQ=", + "dgSpecHash": "PaTLnLZRq1s=", "success": true, - "projectFilePath": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\Website.Client.csproj", + "projectFilePath": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\Website.Client.csproj", "expectedPackageFiles": [ "C:\\Users\\mgj32\\.nuget\\packages\\microsoft.aspnetcore.authorization\\8.0.11\\microsoft.aspnetcore.authorization.8.0.11.nupkg.sha512", "C:\\Users\\mgj32\\.nuget\\packages\\microsoft.aspnetcore.components\\8.0.11\\microsoft.aspnetcore.components.8.0.11.nupkg.sha512", @@ -32,5 +32,12 @@ "C:\\Users\\mgj32\\.nuget\\packages\\system.io.pipelines\\8.0.0\\system.io.pipelines.8.0.0.nupkg.sha512", "C:\\Users\\mgj32\\.nuget\\packages\\microsoft.netcore.app.runtime.mono.browser-wasm\\8.0.11\\microsoft.netcore.app.runtime.mono.browser-wasm.8.0.11.nupkg.sha512" ], - "logs": [] + "logs": [ + { + "code": "NU1900", + "level": "Warning", + "warningLevel": 1, + "message": "Error occurred while getting package vulnerability data: Unable to load the service index for source https://api.nuget.org/v3/index.json." + } + ] } \ No newline at end of file diff --git a/Website/Website/Components/Pages/Home.razor b/Website/Website/Components/Pages/Home.razor index a27b22a..4b58e0c 100644 --- a/Website/Website/Components/Pages/Home.razor +++ b/Website/Website/Components/Pages/Home.razor @@ -6,11 +6,14 @@ Home

Drinks

+ + @if (saveddrinks == null){

loading...

} else{
    + @foreach (var drink in saveddrinks) {
  • @drink.Name by @drink.Creator
  • @@ -19,7 +22,7 @@ else{ } - + @if (isModalOpen) { } @code { - + //Create a list for alcohol and liquids that are in the machine private List? saveddrinks; private Drink newDrink = new Drink(); private List availableLiquids = new(); @@ -109,6 +112,7 @@ else{ private string? selectedAlcoholName; private bool isModalOpen = false; + //gets the drinks, alcohols and liquids from the database protected override async Task OnInitializedAsync() { saveddrinks = await DrinkDataService.GetDrinksAsync(); @@ -137,6 +141,7 @@ else{ selectedAlcoholName = e.Value?.ToString(); } + //Add the selected liquid to the drink in the modal private void AddSelectedLiquid() { var selectedLiquid = availableLiquids.FirstOrDefault(l => l.Name == selectedLiquidName); @@ -145,7 +150,7 @@ else{ newDrink.Liquids.Add(new Liquid { Name = selectedLiquid.Name, Volume = selectedLiquidVolume }); } } - + //Add the selected alcohol to the drink in the modal private void AddSelectedAlcohol() { var selectedAlcohol = availableAlcohols.FirstOrDefault(a => a.Name == selectedAlcoholName); @@ -155,6 +160,7 @@ else{ } } + //Save the drink to the database private async Task HandleValidSubmit() { Console.WriteLine("Saving drink buton clicked"); diff --git a/Website/Website/Services/ControllerService.cs b/Website/Website/Services/ControllerService.cs new file mode 100644 index 0000000..5ded5d5 --- /dev/null +++ b/Website/Website/Services/ControllerService.cs @@ -0,0 +1,48 @@ +using Microsoft.AspNetCore.Mvc; +using System.IO.Ports; + +namespace Website.Services +{ + [ApiController] + [Route("api/[controller]")] + public class ControllerService : ControllerBase, IDisposable + { + private static SerialPort _serialPort; + + static ControllerService() + { + try + { + _serialPort = new SerialPort("/dev/ttyUSB0", 115200); // Adjust the port name and baud rate as needed + _serialPort.Open(); + } + catch (Exception ex) + { + Console.WriteLine($"Failed to open serial port: {ex.Message}"); + } + } + + [HttpPost("send")] + public IActionResult SendCommand([FromBody] string command) + { + if (_serialPort != null && _serialPort.IsOpen) + { + try + { + _serialPort.WriteLine(command); + return Ok("Command sent"); + } + catch (Exception ex) + { + return StatusCode(500, $"Failed to send command: {ex.Message}"); + } + } + return StatusCode(500, "Serial port is not open"); + } + + public void Dispose() + { + _serialPort?.Dispose(); + } + } +} diff --git a/Website/Website/Website.csproj b/Website/Website/Website.csproj index 0d6cd00..7a2d1c8 100644 --- a/Website/Website/Website.csproj +++ b/Website/Website/Website.csproj @@ -10,6 +10,7 @@ + diff --git a/Website/Website/bin/Debug/net8.0/Website.Client.dll b/Website/Website/bin/Debug/net8.0/Website.Client.dll index ca7fcf3..246adb0 100644 Binary files a/Website/Website/bin/Debug/net8.0/Website.Client.dll and b/Website/Website/bin/Debug/net8.0/Website.Client.dll differ diff --git a/Website/Website/bin/Debug/net8.0/Website.Client.pdb b/Website/Website/bin/Debug/net8.0/Website.Client.pdb index 83e3568..b5e4b05 100644 Binary files a/Website/Website/bin/Debug/net8.0/Website.Client.pdb and b/Website/Website/bin/Debug/net8.0/Website.Client.pdb differ diff --git a/Website/Website/bin/Debug/net8.0/Website.Client.staticwebassets.endpoints.json b/Website/Website/bin/Debug/net8.0/Website.Client.staticwebassets.endpoints.json index cf9eeb9..55108cb 100644 --- a/Website/Website/bin/Debug/net8.0/Website.Client.staticwebassets.endpoints.json +++ b/Website/Website/bin/Debug/net8.0/Website.Client.staticwebassets.endpoints.json @@ -29,7 +29,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -80,7 +80,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -125,7 +125,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -166,7 +166,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -217,7 +217,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -262,7 +262,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -303,7 +303,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -354,7 +354,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -399,7 +399,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -440,7 +440,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -491,7 +491,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -536,7 +536,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -577,7 +577,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -628,7 +628,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -673,7 +673,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -714,7 +714,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -765,7 +765,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -810,7 +810,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -851,7 +851,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -902,7 +902,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -947,7 +947,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -988,7 +988,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -1039,7 +1039,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1084,7 +1084,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1125,7 +1125,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -1176,7 +1176,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1221,7 +1221,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1262,7 +1262,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -1313,7 +1313,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1358,7 +1358,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1399,7 +1399,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -1450,7 +1450,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1495,7 +1495,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1536,7 +1536,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -1587,7 +1587,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1632,7 +1632,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1673,7 +1673,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -1724,7 +1724,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1769,7 +1769,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1810,7 +1810,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -1861,7 +1861,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1906,7 +1906,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1947,7 +1947,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -1998,7 +1998,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2043,7 +2043,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2084,7 +2084,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -2135,7 +2135,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2180,7 +2180,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2221,7 +2221,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -2272,7 +2272,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2317,7 +2317,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2358,7 +2358,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -2409,7 +2409,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2454,7 +2454,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2495,7 +2495,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -2546,7 +2546,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2591,7 +2591,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2632,7 +2632,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -2683,7 +2683,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2728,7 +2728,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2769,7 +2769,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -2820,7 +2820,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2865,7 +2865,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2906,7 +2906,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -2957,7 +2957,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3002,7 +3002,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3043,7 +3043,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -3094,7 +3094,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3139,7 +3139,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3180,7 +3180,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -3231,7 +3231,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3276,7 +3276,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3317,7 +3317,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -3368,7 +3368,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3413,7 +3413,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3454,7 +3454,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -3505,7 +3505,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3550,7 +3550,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3591,7 +3591,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -3642,7 +3642,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3687,7 +3687,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3728,7 +3728,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -3779,7 +3779,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3824,7 +3824,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3865,7 +3865,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -3916,7 +3916,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3961,7 +3961,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4002,7 +4002,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -4053,7 +4053,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4098,7 +4098,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4139,7 +4139,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -4190,7 +4190,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4235,7 +4235,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4276,7 +4276,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -4327,7 +4327,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4372,7 +4372,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4413,7 +4413,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -4464,7 +4464,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4509,7 +4509,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4550,7 +4550,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -4601,7 +4601,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4646,7 +4646,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4687,7 +4687,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -4738,7 +4738,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4783,7 +4783,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4824,7 +4824,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -4875,7 +4875,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4920,7 +4920,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4961,7 +4961,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -5012,7 +5012,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5057,7 +5057,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5098,7 +5098,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -5149,7 +5149,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5194,7 +5194,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5235,7 +5235,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -5286,7 +5286,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5331,7 +5331,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5372,7 +5372,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -5423,7 +5423,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5468,7 +5468,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5509,7 +5509,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -5560,7 +5560,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5605,7 +5605,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5646,7 +5646,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -5697,7 +5697,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5742,7 +5742,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5783,7 +5783,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -5834,7 +5834,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5879,7 +5879,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5920,7 +5920,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -5971,7 +5971,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6016,7 +6016,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6057,7 +6057,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -6108,7 +6108,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6153,7 +6153,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6194,7 +6194,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -6245,7 +6245,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6290,7 +6290,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6331,7 +6331,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -6382,7 +6382,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6427,7 +6427,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6468,7 +6468,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -6519,7 +6519,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6564,7 +6564,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6605,7 +6605,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -6656,7 +6656,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6701,7 +6701,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6742,7 +6742,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -6793,7 +6793,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6838,7 +6838,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6879,7 +6879,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -6930,7 +6930,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6975,7 +6975,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7016,7 +7016,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -7067,7 +7067,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7112,7 +7112,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7153,7 +7153,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -7204,7 +7204,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7249,7 +7249,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7290,7 +7290,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -7341,7 +7341,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7386,7 +7386,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7427,7 +7427,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -7478,7 +7478,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7523,7 +7523,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7564,7 +7564,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -7615,7 +7615,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7660,7 +7660,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7701,7 +7701,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -7752,7 +7752,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7797,7 +7797,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7838,7 +7838,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -7889,7 +7889,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7934,7 +7934,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7975,7 +7975,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -8026,7 +8026,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8071,7 +8071,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8112,7 +8112,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -8163,7 +8163,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8208,7 +8208,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8249,7 +8249,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -8300,7 +8300,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8345,7 +8345,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8386,7 +8386,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -8437,7 +8437,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8482,7 +8482,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8523,7 +8523,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -8574,7 +8574,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8619,7 +8619,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8660,7 +8660,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -8711,7 +8711,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8756,7 +8756,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8797,7 +8797,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -8848,7 +8848,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8893,7 +8893,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8934,7 +8934,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -8985,7 +8985,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9030,7 +9030,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9071,7 +9071,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -9122,7 +9122,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9167,7 +9167,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9208,7 +9208,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -9259,7 +9259,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9304,7 +9304,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9345,7 +9345,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -9396,7 +9396,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9441,7 +9441,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9482,7 +9482,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -9533,7 +9533,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9578,7 +9578,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9619,7 +9619,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -9670,7 +9670,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9715,7 +9715,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9756,7 +9756,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -9807,7 +9807,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9852,7 +9852,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9893,7 +9893,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -9944,7 +9944,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9989,7 +9989,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10030,7 +10030,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10081,7 +10081,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10126,7 +10126,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10167,7 +10167,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10218,7 +10218,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10263,7 +10263,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10304,7 +10304,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10355,7 +10355,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10400,7 +10400,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10441,7 +10441,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10492,7 +10492,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10537,7 +10537,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10578,7 +10578,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10629,7 +10629,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10674,7 +10674,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10715,7 +10715,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10766,7 +10766,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10811,7 +10811,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10852,7 +10852,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10903,7 +10903,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10948,7 +10948,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10989,7 +10989,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11040,7 +11040,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11085,7 +11085,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11126,7 +11126,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11177,7 +11177,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11222,7 +11222,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11263,7 +11263,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11314,7 +11314,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11359,7 +11359,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11400,7 +11400,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11451,7 +11451,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11496,7 +11496,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11537,7 +11537,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11588,7 +11588,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11633,7 +11633,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11674,7 +11674,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11725,7 +11725,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11770,7 +11770,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11811,7 +11811,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11862,7 +11862,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11907,7 +11907,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11948,7 +11948,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11999,7 +11999,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12044,7 +12044,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12085,7 +12085,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12136,7 +12136,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12181,7 +12181,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12222,7 +12222,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12273,7 +12273,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12318,7 +12318,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12359,7 +12359,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12410,7 +12410,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12455,7 +12455,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12496,7 +12496,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12547,7 +12547,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12592,7 +12592,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12633,7 +12633,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12684,7 +12684,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12729,7 +12729,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12770,7 +12770,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12821,7 +12821,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12866,7 +12866,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12907,7 +12907,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12958,7 +12958,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13003,7 +13003,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13044,7 +13044,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13095,7 +13095,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13140,7 +13140,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13181,7 +13181,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13232,7 +13232,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13277,7 +13277,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13318,7 +13318,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13369,7 +13369,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13414,7 +13414,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13455,7 +13455,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13506,7 +13506,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13551,7 +13551,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13592,7 +13592,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13643,7 +13643,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13688,7 +13688,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13729,7 +13729,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13780,7 +13780,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13825,7 +13825,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13866,7 +13866,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13917,7 +13917,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13962,7 +13962,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14003,7 +14003,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -14054,7 +14054,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14099,7 +14099,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14140,7 +14140,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -14191,7 +14191,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14236,7 +14236,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14277,7 +14277,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -14328,7 +14328,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14373,7 +14373,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14414,7 +14414,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -14465,7 +14465,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14510,7 +14510,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14551,7 +14551,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -14602,7 +14602,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14647,7 +14647,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14688,7 +14688,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -14739,7 +14739,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -14784,7 +14784,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -14825,7 +14825,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -14876,7 +14876,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14921,7 +14921,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14962,7 +14962,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -15013,7 +15013,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -15058,7 +15058,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -15099,7 +15099,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -15150,7 +15150,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -15195,7 +15195,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -15236,7 +15236,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -15287,7 +15287,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15332,7 +15332,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15373,7 +15373,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -15424,7 +15424,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15469,7 +15469,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15510,7 +15510,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -15561,7 +15561,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15606,7 +15606,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15647,7 +15647,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -15698,7 +15698,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15743,7 +15743,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15784,7 +15784,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -15835,7 +15835,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15880,7 +15880,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15921,7 +15921,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -15972,7 +15972,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16017,7 +16017,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16058,7 +16058,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -16109,7 +16109,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16154,7 +16154,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16195,7 +16195,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -16246,7 +16246,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16291,7 +16291,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16332,7 +16332,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -16383,7 +16383,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16428,7 +16428,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16469,7 +16469,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -16520,7 +16520,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16565,7 +16565,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16606,7 +16606,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -16657,7 +16657,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16702,7 +16702,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16743,7 +16743,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -16794,7 +16794,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16839,7 +16839,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16880,7 +16880,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -16931,7 +16931,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16976,7 +16976,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17017,7 +17017,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -17068,7 +17068,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17113,7 +17113,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17154,7 +17154,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -17205,7 +17205,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17250,7 +17250,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17291,7 +17291,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -17342,7 +17342,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17387,7 +17387,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17428,7 +17428,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -17479,7 +17479,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17524,7 +17524,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17565,7 +17565,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -17616,7 +17616,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17661,7 +17661,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17702,7 +17702,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -17753,7 +17753,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17798,7 +17798,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17839,7 +17839,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -17890,7 +17890,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17935,7 +17935,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17976,7 +17976,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -18027,7 +18027,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18072,7 +18072,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18113,7 +18113,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -18164,7 +18164,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18209,7 +18209,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18250,7 +18250,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -18301,7 +18301,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18346,7 +18346,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18387,7 +18387,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -18438,7 +18438,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18483,7 +18483,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18524,7 +18524,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -18575,7 +18575,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18620,7 +18620,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18661,7 +18661,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -18712,7 +18712,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18757,7 +18757,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18798,7 +18798,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -18849,7 +18849,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18894,7 +18894,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18935,7 +18935,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -18986,7 +18986,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19031,7 +19031,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19072,7 +19072,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -19123,7 +19123,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19168,7 +19168,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19209,7 +19209,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -19260,7 +19260,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19305,7 +19305,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19346,7 +19346,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -19397,7 +19397,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19442,7 +19442,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19483,7 +19483,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -19534,7 +19534,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19579,7 +19579,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19620,7 +19620,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -19671,7 +19671,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19716,7 +19716,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19757,7 +19757,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -19808,7 +19808,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19853,7 +19853,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19894,7 +19894,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -19945,7 +19945,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19990,7 +19990,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20031,7 +20031,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -20082,7 +20082,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20127,7 +20127,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20168,7 +20168,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -20219,7 +20219,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20264,7 +20264,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20305,7 +20305,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -20356,7 +20356,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20401,7 +20401,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20442,7 +20442,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -20493,7 +20493,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20538,7 +20538,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20579,7 +20579,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -20630,7 +20630,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20675,7 +20675,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20716,7 +20716,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -20767,7 +20767,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20812,7 +20812,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20853,7 +20853,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -20904,7 +20904,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20949,7 +20949,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20990,7 +20990,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -21041,7 +21041,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21086,7 +21086,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21127,7 +21127,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -21178,7 +21178,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21223,7 +21223,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21264,7 +21264,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -21315,7 +21315,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21360,7 +21360,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21401,7 +21401,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -21452,7 +21452,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21497,7 +21497,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21538,7 +21538,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -21589,7 +21589,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21634,7 +21634,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21675,7 +21675,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -21726,7 +21726,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21771,7 +21771,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21812,7 +21812,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -21863,7 +21863,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21908,7 +21908,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21949,7 +21949,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -22000,7 +22000,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22045,7 +22045,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22086,7 +22086,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -22137,7 +22137,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22182,7 +22182,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22223,7 +22223,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -22274,7 +22274,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22319,7 +22319,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22360,7 +22360,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -22411,7 +22411,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22456,7 +22456,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22497,7 +22497,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -22548,7 +22548,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22593,7 +22593,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22634,7 +22634,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -22685,7 +22685,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22730,7 +22730,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22771,7 +22771,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -22822,7 +22822,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22867,7 +22867,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22908,7 +22908,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -22959,7 +22959,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23004,7 +23004,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23045,7 +23045,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -23096,7 +23096,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23141,7 +23141,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23182,7 +23182,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -23233,7 +23233,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23278,7 +23278,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23319,7 +23319,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -23370,7 +23370,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23415,7 +23415,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23456,7 +23456,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -23507,7 +23507,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23552,7 +23552,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23593,7 +23593,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -23644,7 +23644,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23689,7 +23689,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23730,7 +23730,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -23781,7 +23781,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23826,7 +23826,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23867,7 +23867,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -23918,7 +23918,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23963,7 +23963,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24004,7 +24004,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -24055,7 +24055,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24100,7 +24100,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24141,7 +24141,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -24192,7 +24192,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24237,7 +24237,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24278,7 +24278,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -24329,7 +24329,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24374,7 +24374,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24415,7 +24415,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -24466,7 +24466,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24511,7 +24511,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24552,7 +24552,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -24603,7 +24603,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24648,7 +24648,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24689,7 +24689,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -24740,7 +24740,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24785,7 +24785,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24826,7 +24826,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -24877,7 +24877,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24922,7 +24922,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24963,7 +24963,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -25014,7 +25014,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25059,7 +25059,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25100,7 +25100,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -25151,7 +25151,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25196,7 +25196,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25237,7 +25237,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -25288,7 +25288,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25333,7 +25333,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25374,7 +25374,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -25425,7 +25425,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25470,7 +25470,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25511,7 +25511,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -25562,7 +25562,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25607,7 +25607,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25648,7 +25648,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -25699,7 +25699,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25744,7 +25744,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25773,7 +25773,7 @@ }, { "Name": "Content-Length", - "Value": "13744" + "Value": "13708" }, { "Name": "Content-Type", @@ -25781,17 +25781,17 @@ }, { "Name": "ETag", - "Value": "\"y90LQ1XOjd1YuFrTuyoh7VP2K62Z9WiA9VnwHTsxbUA=\"" + "Value": "\"kN5prTHUq5BdesgOuR7HHU5YivSfWgWJrmk1qh5px+Y=\"" }, { "Name": "Last-Modified", - "Value": "Mon, 06 Jan 2025 20:17:43 GMT" + "Value": "Sun, 12 Jan 2025 08:25:55 GMT" } ], "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-y90LQ1XOjd1YuFrTuyoh7VP2K62Z9WiA9VnwHTsxbUA=" + "Value": "sha256-kN5prTHUq5BdesgOuR7HHU5YivSfWgWJrmk1qh5px+Y=" } ] }, @@ -25802,7 +25802,7 @@ { "Name": "Content-Encoding", "Value": "gzip", - "Quality": "0.000122729504" + "Quality": "0.000122369065" } ], "ResponseHeaders": [ @@ -25820,7 +25820,7 @@ }, { "Name": "Content-Length", - "Value": "8147" + "Value": "8171" }, { "Name": "Content-Type", @@ -25828,15 +25828,15 @@ }, { "Name": "ETag", - "Value": "\"NuyN9d1WdTIIDg0+5iPfqIm/DQTC//5fjhArq6ERPew=\"" + "Value": "\"0Ts+i6BxwQg5VigAn66kr/Aa5aB0Dgm6ouWKdb0CjL8=\"" }, { "Name": "ETag", - "Value": "W/\"y90LQ1XOjd1YuFrTuyoh7VP2K62Z9WiA9VnwHTsxbUA=\"" + "Value": "W/\"kN5prTHUq5BdesgOuR7HHU5YivSfWgWJrmk1qh5px+Y=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Vary", @@ -25846,7 +25846,7 @@ "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-y90LQ1XOjd1YuFrTuyoh7VP2K62Z9WiA9VnwHTsxbUA=" + "Value": "sha256-kN5prTHUq5BdesgOuR7HHU5YivSfWgWJrmk1qh5px+Y=" } ] }, @@ -25869,7 +25869,7 @@ }, { "Name": "Content-Length", - "Value": "8147" + "Value": "8171" }, { "Name": "Content-Type", @@ -25877,11 +25877,11 @@ }, { "Name": "ETag", - "Value": "\"NuyN9d1WdTIIDg0+5iPfqIm/DQTC//5fjhArq6ERPew=\"" + "Value": "\"0Ts+i6BxwQg5VigAn66kr/Aa5aB0Dgm6ouWKdb0CjL8=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Vary", @@ -25891,7 +25891,7 @@ "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-NuyN9d1WdTIIDg0+5iPfqIm/DQTC//5fjhArq6ERPew=" + "Value": "sha256-0Ts+i6BxwQg5VigAn66kr/Aa5aB0Dgm6ouWKdb0CjL8=" } ] }, @@ -25918,17 +25918,17 @@ }, { "Name": "ETag", - "Value": "\"HyZwsW4UVFnIClpKUxnFEsCE8theJnFkFvXLIOazz8o=\"" + "Value": "\"qreRmD3AaRcxH89/sDwu0cieOk5oKuyAE0Iw0Kgl3AI=\"" }, { "Name": "Last-Modified", - "Value": "Mon, 06 Jan 2025 20:17:43 GMT" + "Value": "Sun, 12 Jan 2025 08:25:56 GMT" } ], "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-HyZwsW4UVFnIClpKUxnFEsCE8theJnFkFvXLIOazz8o=" + "Value": "sha256-qreRmD3AaRcxH89/sDwu0cieOk5oKuyAE0Iw0Kgl3AI=" } ] }, @@ -25939,7 +25939,7 @@ { "Name": "Content-Encoding", "Value": "gzip", - "Quality": "0.000312891114" + "Quality": "0.000313676286" } ], "ResponseHeaders": [ @@ -25957,7 +25957,7 @@ }, { "Name": "Content-Length", - "Value": "3195" + "Value": "3187" }, { "Name": "Content-Type", @@ -25965,15 +25965,15 @@ }, { "Name": "ETag", - "Value": "\"qzvjo5dVy/KTbkkiyrJE2zXpCTtvtGBXSABVUQqJu0A=\"" + "Value": "\"XvnIhUNaHqwdDBvM02D2m6kdaTon90GpEMDnZPA6iig=\"" }, { "Name": "ETag", - "Value": "W/\"HyZwsW4UVFnIClpKUxnFEsCE8theJnFkFvXLIOazz8o=\"" + "Value": "W/\"qreRmD3AaRcxH89/sDwu0cieOk5oKuyAE0Iw0Kgl3AI=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Vary", @@ -25983,7 +25983,7 @@ "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-HyZwsW4UVFnIClpKUxnFEsCE8theJnFkFvXLIOazz8o=" + "Value": "sha256-qreRmD3AaRcxH89/sDwu0cieOk5oKuyAE0Iw0Kgl3AI=" } ] }, @@ -26006,7 +26006,7 @@ }, { "Name": "Content-Length", - "Value": "3195" + "Value": "3187" }, { "Name": "Content-Type", @@ -26014,11 +26014,11 @@ }, { "Name": "ETag", - "Value": "\"qzvjo5dVy/KTbkkiyrJE2zXpCTtvtGBXSABVUQqJu0A=\"" + "Value": "\"XvnIhUNaHqwdDBvM02D2m6kdaTon90GpEMDnZPA6iig=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Vary", @@ -26028,7 +26028,7 @@ "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-qzvjo5dVy/KTbkkiyrJE2zXpCTtvtGBXSABVUQqJu0A=" + "Value": "sha256-XvnIhUNaHqwdDBvM02D2m6kdaTon90GpEMDnZPA6iig=" } ] }, @@ -26059,7 +26059,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -26110,7 +26110,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -26155,7 +26155,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -26192,17 +26192,17 @@ }, { "Name": "ETag", - "Value": "\"RIQ71+SUEU7vQh1b0X6fiyhsPORbHy37rmdcLdNdRyw=\"" + "Value": "\"aR50SrASaz4eGw63ClC/hEWc4U6i/cVeDurkUBx3YgU=\"" }, { "Name": "Last-Modified", - "Value": "Mon, 06 Jan 2025 20:17:43 GMT" + "Value": "Sun, 12 Jan 2025 08:25:57 GMT" } ], "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-RIQ71+SUEU7vQh1b0X6fiyhsPORbHy37rmdcLdNdRyw=" + "Value": "sha256-aR50SrASaz4eGw63ClC/hEWc4U6i/cVeDurkUBx3YgU=" } ] }, @@ -26213,7 +26213,7 @@ { "Name": "Content-Encoding", "Value": "gzip", - "Quality": "0.000112283854" + "Quality": "0.000112296463" } ], "ResponseHeaders": [ @@ -26231,7 +26231,7 @@ }, { "Name": "Content-Length", - "Value": "8905" + "Value": "8904" }, { "Name": "Content-Type", @@ -26239,15 +26239,15 @@ }, { "Name": "ETag", - "Value": "\"uV4ShmUYVdxAYCxGWPECurVqcrToer02GTkjFjPgfZY=\"" + "Value": "\"92ukI3V5NaXTmJBn1B5pSPReUXFadsg9v9UxpO00lz8=\"" }, { "Name": "ETag", - "Value": "W/\"RIQ71+SUEU7vQh1b0X6fiyhsPORbHy37rmdcLdNdRyw=\"" + "Value": "W/\"aR50SrASaz4eGw63ClC/hEWc4U6i/cVeDurkUBx3YgU=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Vary", @@ -26257,7 +26257,7 @@ "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-RIQ71+SUEU7vQh1b0X6fiyhsPORbHy37rmdcLdNdRyw=" + "Value": "sha256-aR50SrASaz4eGw63ClC/hEWc4U6i/cVeDurkUBx3YgU=" } ] }, @@ -26280,7 +26280,7 @@ }, { "Name": "Content-Length", - "Value": "8905" + "Value": "8904" }, { "Name": "Content-Type", @@ -26288,11 +26288,11 @@ }, { "Name": "ETag", - "Value": "\"uV4ShmUYVdxAYCxGWPECurVqcrToer02GTkjFjPgfZY=\"" + "Value": "\"92ukI3V5NaXTmJBn1B5pSPReUXFadsg9v9UxpO00lz8=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Vary", @@ -26302,7 +26302,7 @@ "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-uV4ShmUYVdxAYCxGWPECurVqcrToer02GTkjFjPgfZY=" + "Value": "sha256-92ukI3V5NaXTmJBn1B5pSPReUXFadsg9v9UxpO00lz8=" } ] }, @@ -26384,7 +26384,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 21 Oct 2024 23:54:38 GMT" }, { "Name": "Vary", @@ -26429,7 +26429,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 21 Oct 2024 23:54:38 GMT" }, { "Name": "Vary", @@ -26458,7 +26458,7 @@ }, { "Name": "Content-Length", - "Value": "35807" + "Value": "35803" }, { "Name": "Content-Type", @@ -26521,7 +26521,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:08 GMT" }, { "Name": "Vary", @@ -26566,7 +26566,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:08 GMT" }, { "Name": "Vary", @@ -26658,7 +26658,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:08 GMT" }, { "Name": "Vary", @@ -26703,7 +26703,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:08 GMT" }, { "Name": "Vary", @@ -26732,7 +26732,7 @@ }, { "Name": "Content-Length", - "Value": "160106" + "Value": "160089" }, { "Name": "Content-Type", @@ -26795,7 +26795,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:40 GMT" }, { "Name": "Vary", @@ -26840,7 +26840,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:40 GMT" }, { "Name": "Vary", @@ -26932,7 +26932,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:40 GMT" }, { "Name": "Vary", @@ -26977,7 +26977,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:40 GMT" }, { "Name": "Vary", @@ -27006,7 +27006,7 @@ }, { "Name": "Content-Length", - "Value": "223151" + "Value": "223147" }, { "Name": "Content-Type", @@ -27069,7 +27069,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:14 GMT" }, { "Name": "Vary", @@ -27114,7 +27114,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:14 GMT" }, { "Name": "Vary", @@ -27206,7 +27206,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:14 GMT" }, { "Name": "Vary", @@ -27251,7 +27251,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:14 GMT" }, { "Name": "Vary", @@ -27280,7 +27280,7 @@ }, { "Name": "Content-Length", - "Value": "1336" + "Value": "1322" }, { "Name": "Content-Type", @@ -27343,7 +27343,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 18:59:44 GMT" }, { "Name": "Vary", @@ -27388,7 +27388,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 18:59:44 GMT" }, { "Name": "Vary", @@ -27480,7 +27480,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Vary", @@ -27525,7 +27525,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Vary", @@ -27617,7 +27617,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Vary", @@ -27662,7 +27662,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Vary", @@ -27754,7 +27754,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Vary", @@ -27799,7 +27799,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Vary", @@ -27840,7 +27840,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -27891,7 +27891,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -27936,7 +27936,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -27977,7 +27977,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -28028,7 +28028,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -28073,7 +28073,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -28114,7 +28114,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:55 GMT" } ], "EndpointProperties": [ @@ -28151,7 +28151,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:55 GMT" } ], "EndpointProperties": [ @@ -28196,7 +28196,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:55 GMT" } ], "EndpointProperties": [ @@ -28233,7 +28233,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:55 GMT" } ], "EndpointProperties": [ diff --git a/Website/Website/bin/Debug/net8.0/Website.Client.staticwebassets.runtime.json b/Website/Website/bin/Debug/net8.0/Website.Client.staticwebassets.runtime.json index 80abd10..af0e124 100644 --- a/Website/Website/bin/Debug/net8.0/Website.Client.staticwebassets.runtime.json +++ b/Website/Website/bin/Debug/net8.0/Website.Client.staticwebassets.runtime.json @@ -1 +1 @@ -{"ContentRoots":["C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\wwwroot\\","C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\","C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\"],"Root":{"Children":{"appsettings.Development.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"appsettings.Development.json"},"Patterns":null},"appsettings.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"appsettings.json"},"Patterns":null},"_framework":{"Children":{"blazor.webassembly.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/blazor.webassembly.js"},"Patterns":null},"Microsoft.AspNetCore.Authorization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Authorization.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.Forms.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.Forms.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.Web.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.WebAssembly.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm"},"Patterns":null},"Microsoft.AspNetCore.Metadata.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Metadata.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.Binder.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Binder.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.FileExtensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.FileExtensions.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Json.wasm"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.DependencyInjection.wasm"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.FileProviders.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileProviders.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.FileProviders.Physical.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileProviders.Physical.wasm"},"Patterns":null},"Microsoft.Extensions.FileSystemGlobbing.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileSystemGlobbing.wasm"},"Patterns":null},"Microsoft.Extensions.Logging.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Logging.wasm"},"Patterns":null},"Microsoft.Extensions.Logging.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Logging.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.Options.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Options.wasm"},"Patterns":null},"Microsoft.Extensions.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Primitives.wasm"},"Patterns":null},"Microsoft.JSInterop.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.JSInterop.wasm"},"Patterns":null},"Microsoft.JSInterop.WebAssembly.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.JSInterop.WebAssembly.wasm"},"Patterns":null},"System.IO.Pipelines.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipelines.wasm"},"Patterns":null},"Microsoft.CSharp.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.CSharp.wasm"},"Patterns":null},"Microsoft.VisualBasic.Core.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.VisualBasic.Core.wasm"},"Patterns":null},"Microsoft.VisualBasic.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.VisualBasic.wasm"},"Patterns":null},"Microsoft.Win32.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Win32.Primitives.wasm"},"Patterns":null},"Microsoft.Win32.Registry.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Win32.Registry.wasm"},"Patterns":null},"System.AppContext.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.AppContext.wasm"},"Patterns":null},"System.Buffers.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Buffers.wasm"},"Patterns":null},"System.Collections.Concurrent.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Concurrent.wasm"},"Patterns":null},"System.Collections.Immutable.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Immutable.wasm"},"Patterns":null},"System.Collections.NonGeneric.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.NonGeneric.wasm"},"Patterns":null},"System.Collections.Specialized.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Specialized.wasm"},"Patterns":null},"System.Collections.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.wasm"},"Patterns":null},"System.ComponentModel.Annotations.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.Annotations.wasm"},"Patterns":null},"System.ComponentModel.DataAnnotations.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.DataAnnotations.wasm"},"Patterns":null},"System.ComponentModel.EventBasedAsync.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.EventBasedAsync.wasm"},"Patterns":null},"System.ComponentModel.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.Primitives.wasm"},"Patterns":null},"System.ComponentModel.TypeConverter.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.TypeConverter.wasm"},"Patterns":null},"System.ComponentModel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.wasm"},"Patterns":null},"System.Configuration.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Configuration.wasm"},"Patterns":null},"System.Console.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Console.wasm"},"Patterns":null},"System.Core.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Core.wasm"},"Patterns":null},"System.Data.Common.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.Common.wasm"},"Patterns":null},"System.Data.DataSetExtensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.DataSetExtensions.wasm"},"Patterns":null},"System.Data.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.wasm"},"Patterns":null},"System.Diagnostics.Contracts.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Contracts.wasm"},"Patterns":null},"System.Diagnostics.Debug.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Debug.wasm"},"Patterns":null},"System.Diagnostics.DiagnosticSource.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.DiagnosticSource.wasm"},"Patterns":null},"System.Diagnostics.FileVersionInfo.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.FileVersionInfo.wasm"},"Patterns":null},"System.Diagnostics.Process.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Process.wasm"},"Patterns":null},"System.Diagnostics.StackTrace.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.StackTrace.wasm"},"Patterns":null},"System.Diagnostics.TextWriterTraceListener.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.TextWriterTraceListener.wasm"},"Patterns":null},"System.Diagnostics.Tools.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Tools.wasm"},"Patterns":null},"System.Diagnostics.TraceSource.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.TraceSource.wasm"},"Patterns":null},"System.Diagnostics.Tracing.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Tracing.wasm"},"Patterns":null},"System.Drawing.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Drawing.Primitives.wasm"},"Patterns":null},"System.Drawing.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Drawing.wasm"},"Patterns":null},"System.Dynamic.Runtime.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Dynamic.Runtime.wasm"},"Patterns":null},"System.Formats.Asn1.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Formats.Asn1.wasm"},"Patterns":null},"System.Formats.Tar.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Formats.Tar.wasm"},"Patterns":null},"System.Globalization.Calendars.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.Calendars.wasm"},"Patterns":null},"System.Globalization.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.Extensions.wasm"},"Patterns":null},"System.Globalization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.wasm"},"Patterns":null},"System.IO.Compression.Brotli.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.Brotli.wasm"},"Patterns":null},"System.IO.Compression.FileSystem.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.FileSystem.wasm"},"Patterns":null},"System.IO.Compression.ZipFile.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.ZipFile.wasm"},"Patterns":null},"System.IO.Compression.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.wasm"},"Patterns":null},"System.IO.FileSystem.AccessControl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.AccessControl.wasm"},"Patterns":null},"System.IO.FileSystem.DriveInfo.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.DriveInfo.wasm"},"Patterns":null},"System.IO.FileSystem.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.Primitives.wasm"},"Patterns":null},"System.IO.FileSystem.Watcher.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.Watcher.wasm"},"Patterns":null},"System.IO.FileSystem.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.wasm"},"Patterns":null},"System.IO.IsolatedStorage.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.IsolatedStorage.wasm"},"Patterns":null},"System.IO.MemoryMappedFiles.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.MemoryMappedFiles.wasm"},"Patterns":null},"System.IO.Pipes.AccessControl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipes.AccessControl.wasm"},"Patterns":null},"System.IO.Pipes.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipes.wasm"},"Patterns":null},"System.IO.UnmanagedMemoryStream.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.UnmanagedMemoryStream.wasm"},"Patterns":null},"System.IO.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.wasm"},"Patterns":null},"System.Linq.Expressions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Expressions.wasm"},"Patterns":null},"System.Linq.Parallel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Parallel.wasm"},"Patterns":null},"System.Linq.Queryable.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Queryable.wasm"},"Patterns":null},"System.Linq.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.wasm"},"Patterns":null},"System.Memory.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Memory.wasm"},"Patterns":null},"System.Net.Http.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Http.Json.wasm"},"Patterns":null},"System.Net.Http.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Http.wasm"},"Patterns":null},"System.Net.HttpListener.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.HttpListener.wasm"},"Patterns":null},"System.Net.Mail.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Mail.wasm"},"Patterns":null},"System.Net.NameResolution.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.NameResolution.wasm"},"Patterns":null},"System.Net.NetworkInformation.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.NetworkInformation.wasm"},"Patterns":null},"System.Net.Ping.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Ping.wasm"},"Patterns":null},"System.Net.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Primitives.wasm"},"Patterns":null},"System.Net.Quic.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Quic.wasm"},"Patterns":null},"System.Net.Requests.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Requests.wasm"},"Patterns":null},"System.Net.Security.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Security.wasm"},"Patterns":null},"System.Net.ServicePoint.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.ServicePoint.wasm"},"Patterns":null},"System.Net.Sockets.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Sockets.wasm"},"Patterns":null},"System.Net.WebClient.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebClient.wasm"},"Patterns":null},"System.Net.WebHeaderCollection.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebHeaderCollection.wasm"},"Patterns":null},"System.Net.WebProxy.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebProxy.wasm"},"Patterns":null},"System.Net.WebSockets.Client.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebSockets.Client.wasm"},"Patterns":null},"System.Net.WebSockets.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebSockets.wasm"},"Patterns":null},"System.Net.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.wasm"},"Patterns":null},"System.Numerics.Vectors.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Numerics.Vectors.wasm"},"Patterns":null},"System.Numerics.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Numerics.wasm"},"Patterns":null},"System.ObjectModel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ObjectModel.wasm"},"Patterns":null},"System.Private.DataContractSerialization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.DataContractSerialization.wasm"},"Patterns":null},"System.Private.Uri.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Uri.wasm"},"Patterns":null},"System.Private.Xml.Linq.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Xml.Linq.wasm"},"Patterns":null},"System.Private.Xml.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Xml.wasm"},"Patterns":null},"System.Reflection.DispatchProxy.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.DispatchProxy.wasm"},"Patterns":null},"System.Reflection.Emit.ILGeneration.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.ILGeneration.wasm"},"Patterns":null},"System.Reflection.Emit.Lightweight.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.Lightweight.wasm"},"Patterns":null},"System.Reflection.Emit.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.wasm"},"Patterns":null},"System.Reflection.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Extensions.wasm"},"Patterns":null},"System.Reflection.Metadata.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Metadata.wasm"},"Patterns":null},"System.Reflection.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Primitives.wasm"},"Patterns":null},"System.Reflection.TypeExtensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.TypeExtensions.wasm"},"Patterns":null},"System.Reflection.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.wasm"},"Patterns":null},"System.Resources.Reader.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.Reader.wasm"},"Patterns":null},"System.Resources.ResourceManager.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.ResourceManager.wasm"},"Patterns":null},"System.Resources.Writer.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.Writer.wasm"},"Patterns":null},"System.Runtime.CompilerServices.Unsafe.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.CompilerServices.Unsafe.wasm"},"Patterns":null},"System.Runtime.CompilerServices.VisualC.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.CompilerServices.VisualC.wasm"},"Patterns":null},"System.Runtime.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Extensions.wasm"},"Patterns":null},"System.Runtime.Handles.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Handles.wasm"},"Patterns":null},"System.Runtime.InteropServices.JavaScript.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.JavaScript.wasm"},"Patterns":null},"System.Runtime.InteropServices.RuntimeInformation.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.RuntimeInformation.wasm"},"Patterns":null},"System.Runtime.InteropServices.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.wasm"},"Patterns":null},"System.Runtime.Intrinsics.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Intrinsics.wasm"},"Patterns":null},"System.Runtime.Loader.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Loader.wasm"},"Patterns":null},"System.Runtime.Numerics.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Numerics.wasm"},"Patterns":null},"System.Runtime.Serialization.Formatters.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Formatters.wasm"},"Patterns":null},"System.Runtime.Serialization.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Json.wasm"},"Patterns":null},"System.Runtime.Serialization.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Primitives.wasm"},"Patterns":null},"System.Runtime.Serialization.Xml.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Xml.wasm"},"Patterns":null},"System.Runtime.Serialization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.wasm"},"Patterns":null},"System.Runtime.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.wasm"},"Patterns":null},"System.Security.AccessControl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.AccessControl.wasm"},"Patterns":null},"System.Security.Claims.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Claims.wasm"},"Patterns":null},"System.Security.Cryptography.Algorithms.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Algorithms.wasm"},"Patterns":null},"System.Security.Cryptography.Cng.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Cng.wasm"},"Patterns":null},"System.Security.Cryptography.Csp.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Csp.wasm"},"Patterns":null},"System.Security.Cryptography.Encoding.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Encoding.wasm"},"Patterns":null},"System.Security.Cryptography.OpenSsl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.OpenSsl.wasm"},"Patterns":null},"System.Security.Cryptography.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Primitives.wasm"},"Patterns":null},"System.Security.Cryptography.X509Certificates.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.X509Certificates.wasm"},"Patterns":null},"System.Security.Cryptography.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.wasm"},"Patterns":null},"System.Security.Principal.Windows.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Principal.Windows.wasm"},"Patterns":null},"System.Security.Principal.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Principal.wasm"},"Patterns":null},"System.Security.SecureString.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.SecureString.wasm"},"Patterns":null},"System.Security.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.wasm"},"Patterns":null},"System.ServiceModel.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ServiceModel.Web.wasm"},"Patterns":null},"System.ServiceProcess.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ServiceProcess.wasm"},"Patterns":null},"System.Text.Encoding.CodePages.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.CodePages.wasm"},"Patterns":null},"System.Text.Encoding.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.Extensions.wasm"},"Patterns":null},"System.Text.Encoding.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.wasm"},"Patterns":null},"System.Text.Encodings.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encodings.Web.wasm"},"Patterns":null},"System.Text.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Json.wasm"},"Patterns":null},"System.Text.RegularExpressions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.RegularExpressions.wasm"},"Patterns":null},"System.Threading.Channels.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Channels.wasm"},"Patterns":null},"System.Threading.Overlapped.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Overlapped.wasm"},"Patterns":null},"System.Threading.Tasks.Dataflow.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Dataflow.wasm"},"Patterns":null},"System.Threading.Tasks.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Extensions.wasm"},"Patterns":null},"System.Threading.Tasks.Parallel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Parallel.wasm"},"Patterns":null},"System.Threading.Tasks.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.wasm"},"Patterns":null},"System.Threading.Thread.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Thread.wasm"},"Patterns":null},"System.Threading.ThreadPool.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.ThreadPool.wasm"},"Patterns":null},"System.Threading.Timer.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Timer.wasm"},"Patterns":null},"System.Threading.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.wasm"},"Patterns":null},"System.Transactions.Local.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Transactions.Local.wasm"},"Patterns":null},"System.Transactions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Transactions.wasm"},"Patterns":null},"System.ValueTuple.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ValueTuple.wasm"},"Patterns":null},"System.Web.HttpUtility.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Web.HttpUtility.wasm"},"Patterns":null},"System.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Web.wasm"},"Patterns":null},"System.Windows.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Windows.wasm"},"Patterns":null},"System.Xml.Linq.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.Linq.wasm"},"Patterns":null},"System.Xml.ReaderWriter.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.ReaderWriter.wasm"},"Patterns":null},"System.Xml.Serialization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.Serialization.wasm"},"Patterns":null},"System.Xml.XDocument.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XDocument.wasm"},"Patterns":null},"System.Xml.XPath.XDocument.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XPath.XDocument.wasm"},"Patterns":null},"System.Xml.XPath.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XPath.wasm"},"Patterns":null},"System.Xml.XmlDocument.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XmlDocument.wasm"},"Patterns":null},"System.Xml.XmlSerializer.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XmlSerializer.wasm"},"Patterns":null},"System.Xml.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.wasm"},"Patterns":null},"System.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.wasm"},"Patterns":null},"WindowsBase.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/WindowsBase.wasm"},"Patterns":null},"mscorlib.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/mscorlib.wasm"},"Patterns":null},"netstandard.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/netstandard.wasm"},"Patterns":null},"System.Private.CoreLib.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.CoreLib.wasm"},"Patterns":null},"dotnet.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.js"},"Patterns":null},"dotnet.js.map":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.js.map"},"Patterns":null},"dotnet.native.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.native.js"},"Patterns":null},"dotnet.native.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.native.wasm"},"Patterns":null},"dotnet.runtime.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.runtime.js"},"Patterns":null},"dotnet.runtime.js.map":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.runtime.js.map"},"Patterns":null},"icudt_CJK.dat":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_CJK.dat"},"Patterns":null},"icudt_EFIGS.dat":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_EFIGS.dat"},"Patterns":null},"icudt_no_CJK.dat":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_no_CJK.dat"},"Patterns":null},"emcc-props.json":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/emcc-props.json"},"Patterns":null},"Website.Client.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Website.Client.wasm"},"Patterns":null},"Website.Client.pdb":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Website.Client.pdb"},"Patterns":null},"blazor.boot.json":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/blazor.boot.json"},"Patterns":null},"blazor.webassembly.js.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"2hd3hup4x7-mv535bwyet.gz"},"Patterns":null},"Microsoft.AspNetCore.Authorization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"k3ev4p268n-n5pslkucsz.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"s7mmlewj7a-zuiq2k1loo.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.Forms.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"smfeiin53n-jm55dcm579.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"peoessjq6m-dd74gkrng6.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.WebAssembly.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qa6yar6pcc-71qb4r2d2s.gz"},"Patterns":null},"Microsoft.AspNetCore.Metadata.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"op0tvtzk7u-qd66sllxhh.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7w5so08yb1-4njtqvtvgx.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"hbdopticmc-8kr5d0tjmo.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.Binder.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ayfnxaw2xn-0r3amze666.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.FileExtensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"t08ccg8vt4-en8mb8dgz5.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ci3kptexkj-yy6f57640l.gz"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"w0pjq2d1lz-xqsu2wsvba.gz"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"m1nhgyj3ij-kgyjb8k43h.gz"},"Patterns":null},"Microsoft.Extensions.FileProviders.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"tkl29nk5xg-1c7ksbormu.gz"},"Patterns":null},"Microsoft.Extensions.FileProviders.Physical.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7ju68gy5ye-rpvltkbyzt.gz"},"Patterns":null},"Microsoft.Extensions.FileSystemGlobbing.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"rgwxdst7lg-i464dwxnbb.gz"},"Patterns":null},"Microsoft.Extensions.Logging.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gu54mkd5rz-xlpspxuy08.gz"},"Patterns":null},"Microsoft.Extensions.Logging.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"j7qy09g2sc-icotprrmdv.gz"},"Patterns":null},"Microsoft.Extensions.Options.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fwfzkhuqt8-jt8xzja2dj.gz"},"Patterns":null},"Microsoft.Extensions.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ca5aa9q9i4-lsakbjp1fg.gz"},"Patterns":null},"Microsoft.JSInterop.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5hmh5cfrjo-h1b8h0vt7q.gz"},"Patterns":null},"Microsoft.JSInterop.WebAssembly.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"d5q87850bj-p7vg34owcn.gz"},"Patterns":null},"System.IO.Pipelines.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"0bp2h8ufhq-iudrcw56e1.gz"},"Patterns":null},"Microsoft.CSharp.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"x9g0ghziow-fgi1l05bvr.gz"},"Patterns":null},"Microsoft.VisualBasic.Core.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fxogqfms1a-4tebkgrdgm.gz"},"Patterns":null},"Microsoft.VisualBasic.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"d53r06wrnt-z5tte9hbl9.gz"},"Patterns":null},"Microsoft.Win32.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"bokgch25i1-ggby92gbf5.gz"},"Patterns":null},"Microsoft.Win32.Registry.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ch98c0vyyx-l1dpo0yxvc.gz"},"Patterns":null},"System.AppContext.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"i8idrx1mcn-mhv3ru1aoa.gz"},"Patterns":null},"System.Buffers.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"l5txsii5i1-wlim793jkw.gz"},"Patterns":null},"System.Collections.Concurrent.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"bfqrylll5s-i1lssuj9i7.gz"},"Patterns":null},"System.Collections.Immutable.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"zfps9zsm5w-u0yuhvep8l.gz"},"Patterns":null},"System.Collections.NonGeneric.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4m61xkkzic-wgqopll9rf.gz"},"Patterns":null},"System.Collections.Specialized.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"rnkwus257z-sn8l98c62u.gz"},"Patterns":null},"System.Collections.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"wjr06919zi-nie06qj6qo.gz"},"Patterns":null},"System.ComponentModel.Annotations.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6a14p9cnfm-7vq6uvcllp.gz"},"Patterns":null},"System.ComponentModel.DataAnnotations.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"3do1xgb209-ix9s17e4oa.gz"},"Patterns":null},"System.ComponentModel.EventBasedAsync.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"lcw25evezq-21e6uomdqg.gz"},"Patterns":null},"System.ComponentModel.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6hh6ezf247-akyqtilzco.gz"},"Patterns":null},"System.ComponentModel.TypeConverter.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"3iplrib5f1-ek4hlhdqkj.gz"},"Patterns":null},"System.ComponentModel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"lpxbc0xcwu-yfl2eaopkw.gz"},"Patterns":null},"System.Configuration.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5x2hw9hlph-67lwahgksx.gz"},"Patterns":null},"System.Console.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"cdusluos85-e4ovel0up8.gz"},"Patterns":null},"System.Core.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"xa46nctul2-6oo2lq0wqm.gz"},"Patterns":null},"System.Data.Common.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"t60y82b8ct-kbvoyvfq27.gz"},"Patterns":null},"System.Data.DataSetExtensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"bapsepfweu-o2o4ch8qxi.gz"},"Patterns":null},"System.Data.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"pykw33j66j-tg72k81p9v.gz"},"Patterns":null},"System.Diagnostics.Contracts.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"tlmphuct5q-mjwur1vb3v.gz"},"Patterns":null},"System.Diagnostics.Debug.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"b8331giksb-5rlkx55y19.gz"},"Patterns":null},"System.Diagnostics.DiagnosticSource.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"768lripqfk-7hqmuqq5cq.gz"},"Patterns":null},"System.Diagnostics.FileVersionInfo.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mjknyr1kew-grrk3hrp1l.gz"},"Patterns":null},"System.Diagnostics.Process.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"xyzushs1kt-gpvopyyhdq.gz"},"Patterns":null},"System.Diagnostics.StackTrace.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"il91pt7pko-wnrtcnhpgl.gz"},"Patterns":null},"System.Diagnostics.TextWriterTraceListener.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"sozkbt969q-6vo46yau5z.gz"},"Patterns":null},"System.Diagnostics.Tools.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"z1lx69f3yb-3z6j1wct71.gz"},"Patterns":null},"System.Diagnostics.TraceSource.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"r8ctv4wyd5-4l2fl1axw2.gz"},"Patterns":null},"System.Diagnostics.Tracing.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"o6lqquoipu-ncsccugyw8.gz"},"Patterns":null},"System.Drawing.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"xrv7w5idw0-g7amuh118t.gz"},"Patterns":null},"System.Drawing.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mh2ichqmqf-o1fazgbrf7.gz"},"Patterns":null},"System.Dynamic.Runtime.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8c7w0qgkmn-onxt1qlo23.gz"},"Patterns":null},"System.Formats.Asn1.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"olpuoe44o4-ipp8gya1fy.gz"},"Patterns":null},"System.Formats.Tar.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"md2p5n8p8v-vb374cvsdq.gz"},"Patterns":null},"System.Globalization.Calendars.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gix98vlg0x-sagqyj2lx6.gz"},"Patterns":null},"System.Globalization.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"15dfqkray5-yxrd07gwvl.gz"},"Patterns":null},"System.Globalization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"oqajmlwnnp-1ul0j5zyts.gz"},"Patterns":null},"System.IO.Compression.Brotli.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"0knkqd933w-sv4ivqpdih.gz"},"Patterns":null},"System.IO.Compression.FileSystem.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8ipet00v1f-9vh2vkrqrk.gz"},"Patterns":null},"System.IO.Compression.ZipFile.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"detkbca685-vauvbpg47n.gz"},"Patterns":null},"System.IO.Compression.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6e33x6oap5-cub3louzqd.gz"},"Patterns":null},"System.IO.FileSystem.AccessControl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5g80oqiykv-drckq1wkq3.gz"},"Patterns":null},"System.IO.FileSystem.DriveInfo.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5d75awqi98-0yldq48nb4.gz"},"Patterns":null},"System.IO.FileSystem.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7zj9q3kwy5-6dbzlzi6uo.gz"},"Patterns":null},"System.IO.FileSystem.Watcher.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7bwqdgi3te-oj9i08g6lz.gz"},"Patterns":null},"System.IO.FileSystem.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"0irw3zla49-kqtqolm4wa.gz"},"Patterns":null},"System.IO.IsolatedStorage.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"1huhr2mzyn-ve69vgf5kz.gz"},"Patterns":null},"System.IO.MemoryMappedFiles.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ctxyflpotb-bx37hgrj5q.gz"},"Patterns":null},"System.IO.Pipes.AccessControl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"omv3nzbl98-bk9vrw4i46.gz"},"Patterns":null},"System.IO.Pipes.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"meqxxnnqvx-n33yixsck6.gz"},"Patterns":null},"System.IO.UnmanagedMemoryStream.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"oq9wi4ailw-ac8xrryfy7.gz"},"Patterns":null},"System.IO.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jm470z3phm-674jwrdv5k.gz"},"Patterns":null},"System.Linq.Expressions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"a79tq9ynwt-8i9v2949fr.gz"},"Patterns":null},"System.Linq.Parallel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7vh4rfs37c-uqq1toshjs.gz"},"Patterns":null},"System.Linq.Queryable.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jjzi0e2tbs-4mn95jeqkz.gz"},"Patterns":null},"System.Linq.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8eh5y9tp1c-bqy8sv168l.gz"},"Patterns":null},"System.Memory.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"g76rrh4lgu-00lkbcsi6k.gz"},"Patterns":null},"System.Net.Http.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"b1j4g2aidh-gwhgic1g4s.gz"},"Patterns":null},"System.Net.Http.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ijk0xpt1h4-8t67dotvrh.gz"},"Patterns":null},"System.Net.HttpListener.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"otznmcnlz5-ir65hlfb8z.gz"},"Patterns":null},"System.Net.Mail.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"yac1w3vy2r-u6tb74qjwk.gz"},"Patterns":null},"System.Net.NameResolution.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"vbrlhg9h7i-bipvwufop2.gz"},"Patterns":null},"System.Net.NetworkInformation.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"1ibz4kqyc0-uovh5g3v63.gz"},"Patterns":null},"System.Net.Ping.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"kv7akofu7p-xbwtybogqw.gz"},"Patterns":null},"System.Net.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ycs4dc86o6-5x057ultqg.gz"},"Patterns":null},"System.Net.Quic.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6i5reauy9a-tnxw0hw66n.gz"},"Patterns":null},"System.Net.Requests.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"dfaw8i07sg-p7aqa3ydbf.gz"},"Patterns":null},"System.Net.Security.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"zd2msg63jn-9pmm5e0uc6.gz"},"Patterns":null},"System.Net.ServicePoint.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jd5ybzr9lh-61v0nen4hx.gz"},"Patterns":null},"System.Net.Sockets.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5nc9t7881e-gbqoxsv40r.gz"},"Patterns":null},"System.Net.WebClient.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ghz44jcq0l-fcia9ky19l.gz"},"Patterns":null},"System.Net.WebHeaderCollection.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"tuyn985nz3-6286hgwuqh.gz"},"Patterns":null},"System.Net.WebProxy.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"i4ep49nzwb-djpann52a6.gz"},"Patterns":null},"System.Net.WebSockets.Client.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ygbwol6ubw-lkvy8locnf.gz"},"Patterns":null},"System.Net.WebSockets.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"btvfot68ru-box0kt0ygr.gz"},"Patterns":null},"System.Net.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"324w13xuvo-bi4ws36sl2.gz"},"Patterns":null},"System.Numerics.Vectors.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ucejdgoot3-pweg4f9jik.gz"},"Patterns":null},"System.Numerics.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jeaodzfja7-fzteml2ksa.gz"},"Patterns":null},"System.ObjectModel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"g2f3ayhkgf-oi5its9v0z.gz"},"Patterns":null},"System.Private.DataContractSerialization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"nvk83tidwv-1jyxr7kwjo.gz"},"Patterns":null},"System.Private.Uri.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"hz83gb6xmq-4fwiisng6i.gz"},"Patterns":null},"System.Private.Xml.Linq.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4gf6l5tac6-dgkgnxso4m.gz"},"Patterns":null},"System.Private.Xml.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8ezvspfqzk-66ysrn2owv.gz"},"Patterns":null},"System.Reflection.DispatchProxy.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qc9qcqr5s2-kgscmlv3if.gz"},"Patterns":null},"System.Reflection.Emit.ILGeneration.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"f0ajty1722-8hlod3by22.gz"},"Patterns":null},"System.Reflection.Emit.Lightweight.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"16gkmd3qyn-u3evpglqtv.gz"},"Patterns":null},"System.Reflection.Emit.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"36hb6ks61s-xcolejwqh0.gz"},"Patterns":null},"System.Reflection.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qsapjifxrx-oepwslok2k.gz"},"Patterns":null},"System.Reflection.Metadata.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"snmkueee03-zll5ovyn4j.gz"},"Patterns":null},"System.Reflection.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"z5n0i80wxd-ajsaevzb4n.gz"},"Patterns":null},"System.Reflection.TypeExtensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6lf2ddmv1l-gyfyt6ifle.gz"},"Patterns":null},"System.Reflection.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"hb8ye351nd-05yfgzvmh7.gz"},"Patterns":null},"System.Resources.Reader.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8qc79e3nu4-x35pd1xcsk.gz"},"Patterns":null},"System.Resources.ResourceManager.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"69b0nullub-1hzkk1v31b.gz"},"Patterns":null},"System.Resources.Writer.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"24f91srh18-gmkxofgq6z.gz"},"Patterns":null},"System.Runtime.CompilerServices.Unsafe.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"g88hfs9ug7-99j5jlhtlf.gz"},"Patterns":null},"System.Runtime.CompilerServices.VisualC.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"d6zxzoeihc-z2tqksfwxn.gz"},"Patterns":null},"System.Runtime.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"u457dfzv6h-hsooj5ku5u.gz"},"Patterns":null},"System.Runtime.Handles.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"h68ufmkaki-x1zwj8gq0q.gz"},"Patterns":null},"System.Runtime.InteropServices.JavaScript.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"favjpgserh-t14slsf5gb.gz"},"Patterns":null},"System.Runtime.InteropServices.RuntimeInformation.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ui13sigocd-j622qnirva.gz"},"Patterns":null},"System.Runtime.InteropServices.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"3oxhwn0e7e-arf11keiq9.gz"},"Patterns":null},"System.Runtime.Intrinsics.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"smsafl7fbj-s2a2n0v8v5.gz"},"Patterns":null},"System.Runtime.Loader.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6nmjb2ga9x-1iz0927hqc.gz"},"Patterns":null},"System.Runtime.Numerics.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mdl3czdiv2-qvepw4e78q.gz"},"Patterns":null},"System.Runtime.Serialization.Formatters.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4wku2hu407-h26lzyu81w.gz"},"Patterns":null},"System.Runtime.Serialization.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"yk3g2cnkjp-gpcerlv545.gz"},"Patterns":null},"System.Runtime.Serialization.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qjiio5xtyo-9ywk5zf0ye.gz"},"Patterns":null},"System.Runtime.Serialization.Xml.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"acd83xah5k-cg50v6hv4d.gz"},"Patterns":null},"System.Runtime.Serialization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8s5drhusp6-xduo6mn7ma.gz"},"Patterns":null},"System.Runtime.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8js2b3ikzg-iz9521x4d5.gz"},"Patterns":null},"System.Security.AccessControl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"evz4x8kkgb-w83xci1s0e.gz"},"Patterns":null},"System.Security.Claims.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"sossmjk0pb-mgppqoca94.gz"},"Patterns":null},"System.Security.Cryptography.Algorithms.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"witjyutmr6-lyl6xulxjq.gz"},"Patterns":null},"System.Security.Cryptography.Cng.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qk4td0onpg-is3vw3toke.gz"},"Patterns":null},"System.Security.Cryptography.Csp.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"zilwrgikc8-77wcsbalfb.gz"},"Patterns":null},"System.Security.Cryptography.Encoding.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"hg075kso0q-ylyh0nvuhn.gz"},"Patterns":null},"System.Security.Cryptography.OpenSsl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"w5w0qiszg7-035cxkpjqr.gz"},"Patterns":null},"System.Security.Cryptography.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"e27pp01hks-8sy06h2xub.gz"},"Patterns":null},"System.Security.Cryptography.X509Certificates.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ahhmji10vw-982lmixj89.gz"},"Patterns":null},"System.Security.Cryptography.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"nafpk38rqn-77xcltn6z8.gz"},"Patterns":null},"System.Security.Principal.Windows.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qkrje1evcx-r50so417ua.gz"},"Patterns":null},"System.Security.Principal.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4ep2tuqqvh-nwmq9c0dxp.gz"},"Patterns":null},"System.Security.SecureString.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"1hblptriwp-a1bvfrdfb0.gz"},"Patterns":null},"System.Security.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"kt165yc41q-r0ybprwbdo.gz"},"Patterns":null},"System.ServiceModel.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qikbjqw5lg-ice8a74mfp.gz"},"Patterns":null},"System.ServiceProcess.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7tlppx7xm5-ces8qi4jdv.gz"},"Patterns":null},"System.Text.Encoding.CodePages.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"pfvio6s8o4-wnm0lr2dr8.gz"},"Patterns":null},"System.Text.Encoding.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8nmyr3nvr7-5bq2cvr3hg.gz"},"Patterns":null},"System.Text.Encoding.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"wgok0adxrd-eyx33pgiad.gz"},"Patterns":null},"System.Text.Encodings.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8d128emwtl-9x7dptacey.gz"},"Patterns":null},"System.Text.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"w42pov7xtq-ppd2fidtln.gz"},"Patterns":null},"System.Text.RegularExpressions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8st2mjmvff-3e7pdp88zp.gz"},"Patterns":null},"System.Threading.Channels.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8jhparz1fs-1udekzdv05.gz"},"Patterns":null},"System.Threading.Overlapped.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qzrso9t6qt-o0ci7lcesp.gz"},"Patterns":null},"System.Threading.Tasks.Dataflow.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"xxdvu4kns6-esmmfynicw.gz"},"Patterns":null},"System.Threading.Tasks.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"m5ulbl575g-grhpsybruk.gz"},"Patterns":null},"System.Threading.Tasks.Parallel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"k3twv17qn3-y8m4zhesg5.gz"},"Patterns":null},"System.Threading.Tasks.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mq15jbnpmi-nr23lugli1.gz"},"Patterns":null},"System.Threading.Thread.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"li26yqjeam-83w11tdkvv.gz"},"Patterns":null},"System.Threading.ThreadPool.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"62z0o2i9pb-turgxoxt8a.gz"},"Patterns":null},"System.Threading.Timer.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"28xa66ni2k-wyvnqt03fv.gz"},"Patterns":null},"System.Threading.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"k7jsgweg71-cf1vupxs9i.gz"},"Patterns":null},"System.Transactions.Local.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4if7lrerku-033xejool8.gz"},"Patterns":null},"System.Transactions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"sdk1at7c6v-yk1d03z5nw.gz"},"Patterns":null},"System.ValueTuple.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"nrej3ggqhh-ooru0eoira.gz"},"Patterns":null},"System.Web.HttpUtility.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6ckavr9kyn-9pqt1af9za.gz"},"Patterns":null},"System.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5fh9d1idcu-osnb0kzr6n.gz"},"Patterns":null},"System.Windows.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5kj1e1duz5-ob6wu8zdxc.gz"},"Patterns":null},"System.Xml.Linq.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"kblqw9fpct-v5c0vzhnig.gz"},"Patterns":null},"System.Xml.ReaderWriter.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"rzmowmdt16-md2abzowf3.gz"},"Patterns":null},"System.Xml.Serialization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"h2p06rhgip-8nymyky8vt.gz"},"Patterns":null},"System.Xml.XDocument.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"113hg5hh18-h3yeys7sb7.gz"},"Patterns":null},"System.Xml.XPath.XDocument.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"bhjajimbgl-xdmaord4ni.gz"},"Patterns":null},"System.Xml.XPath.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"04a487v8dk-nizy1jf1r0.gz"},"Patterns":null},"System.Xml.XmlDocument.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"c95lybnc83-quym58pgua.gz"},"Patterns":null},"System.Xml.XmlSerializer.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"3vnwcuaexo-gqix7qqjto.gz"},"Patterns":null},"System.Xml.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mxr0e4p5kt-igj5a0xdr6.gz"},"Patterns":null},"System.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"086u6yzl35-hqi8x6bymk.gz"},"Patterns":null},"WindowsBase.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gskpo8ls9g-ide822gizw.gz"},"Patterns":null},"mscorlib.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"57n2zserhj-twlt8rxgl3.gz"},"Patterns":null},"netstandard.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"9e3m4lhpqa-mq4q4k2a4q.gz"},"Patterns":null},"System.Private.CoreLib.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"vejzz9omd4-rcys532pwr.gz"},"Patterns":null},"dotnet.js.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8j9ggs5dy9-rqxhp8973g.gz"},"Patterns":null},"dotnet.js.map.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"dj9qgodrn5-387laeplku.gz"},"Patterns":null},"dotnet.native.js.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fjvbv9yavq-xteh9p4yli.gz"},"Patterns":null},"dotnet.native.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"9u0at65pop-keyssdiug3.gz"},"Patterns":null},"dotnet.runtime.js.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jpwc78p5ga-xjx70hiola.gz"},"Patterns":null},"dotnet.runtime.js.map.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fzzqt028uw-zqgqlj6bjk.gz"},"Patterns":null},"icudt_CJK.dat.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"tup6oou17a-tjcz0u77k5.gz"},"Patterns":null},"icudt_EFIGS.dat.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gkw3yb3vs4-tptq2av103.gz"},"Patterns":null},"icudt_no_CJK.dat.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"i2c8nfdtsk-lfu7j35m59.gz"},"Patterns":null},"emcc-props.json.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"0qg8z4cu2n-oyz0vx2fzb.gz"},"Patterns":null},"Website.Client.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"06xhlk2478-10qtdtf8da.gz"},"Patterns":null},"Website.Client.pdb.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"306m1unmgj-j2j1jdk9ss.gz"},"Patterns":null},"blazor.boot.json.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gai494obq8-kufizuu150.gz"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}} \ No newline at end of file +{"ContentRoots":["C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\wwwroot\\","C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\","C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\"],"Root":{"Children":{"appsettings.Development.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"appsettings.Development.json"},"Patterns":null},"appsettings.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"appsettings.json"},"Patterns":null},"_framework":{"Children":{"blazor.webassembly.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/blazor.webassembly.js"},"Patterns":null},"Microsoft.AspNetCore.Authorization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Authorization.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.Forms.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.Forms.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.Web.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.WebAssembly.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm"},"Patterns":null},"Microsoft.AspNetCore.Metadata.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Metadata.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.Binder.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Binder.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.FileExtensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.FileExtensions.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Json.wasm"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.DependencyInjection.wasm"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.FileProviders.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileProviders.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.FileProviders.Physical.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileProviders.Physical.wasm"},"Patterns":null},"Microsoft.Extensions.FileSystemGlobbing.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileSystemGlobbing.wasm"},"Patterns":null},"Microsoft.Extensions.Logging.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Logging.wasm"},"Patterns":null},"Microsoft.Extensions.Logging.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Logging.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.Options.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Options.wasm"},"Patterns":null},"Microsoft.Extensions.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Primitives.wasm"},"Patterns":null},"Microsoft.JSInterop.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.JSInterop.wasm"},"Patterns":null},"Microsoft.JSInterop.WebAssembly.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.JSInterop.WebAssembly.wasm"},"Patterns":null},"System.IO.Pipelines.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipelines.wasm"},"Patterns":null},"Microsoft.CSharp.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.CSharp.wasm"},"Patterns":null},"Microsoft.VisualBasic.Core.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.VisualBasic.Core.wasm"},"Patterns":null},"Microsoft.VisualBasic.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.VisualBasic.wasm"},"Patterns":null},"Microsoft.Win32.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Win32.Primitives.wasm"},"Patterns":null},"Microsoft.Win32.Registry.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Win32.Registry.wasm"},"Patterns":null},"System.AppContext.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.AppContext.wasm"},"Patterns":null},"System.Buffers.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Buffers.wasm"},"Patterns":null},"System.Collections.Concurrent.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Concurrent.wasm"},"Patterns":null},"System.Collections.Immutable.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Immutable.wasm"},"Patterns":null},"System.Collections.NonGeneric.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.NonGeneric.wasm"},"Patterns":null},"System.Collections.Specialized.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Specialized.wasm"},"Patterns":null},"System.Collections.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.wasm"},"Patterns":null},"System.ComponentModel.Annotations.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.Annotations.wasm"},"Patterns":null},"System.ComponentModel.DataAnnotations.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.DataAnnotations.wasm"},"Patterns":null},"System.ComponentModel.EventBasedAsync.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.EventBasedAsync.wasm"},"Patterns":null},"System.ComponentModel.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.Primitives.wasm"},"Patterns":null},"System.ComponentModel.TypeConverter.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.TypeConverter.wasm"},"Patterns":null},"System.ComponentModel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.wasm"},"Patterns":null},"System.Configuration.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Configuration.wasm"},"Patterns":null},"System.Console.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Console.wasm"},"Patterns":null},"System.Core.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Core.wasm"},"Patterns":null},"System.Data.Common.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.Common.wasm"},"Patterns":null},"System.Data.DataSetExtensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.DataSetExtensions.wasm"},"Patterns":null},"System.Data.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.wasm"},"Patterns":null},"System.Diagnostics.Contracts.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Contracts.wasm"},"Patterns":null},"System.Diagnostics.Debug.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Debug.wasm"},"Patterns":null},"System.Diagnostics.DiagnosticSource.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.DiagnosticSource.wasm"},"Patterns":null},"System.Diagnostics.FileVersionInfo.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.FileVersionInfo.wasm"},"Patterns":null},"System.Diagnostics.Process.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Process.wasm"},"Patterns":null},"System.Diagnostics.StackTrace.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.StackTrace.wasm"},"Patterns":null},"System.Diagnostics.TextWriterTraceListener.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.TextWriterTraceListener.wasm"},"Patterns":null},"System.Diagnostics.Tools.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Tools.wasm"},"Patterns":null},"System.Diagnostics.TraceSource.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.TraceSource.wasm"},"Patterns":null},"System.Diagnostics.Tracing.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Tracing.wasm"},"Patterns":null},"System.Drawing.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Drawing.Primitives.wasm"},"Patterns":null},"System.Drawing.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Drawing.wasm"},"Patterns":null},"System.Dynamic.Runtime.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Dynamic.Runtime.wasm"},"Patterns":null},"System.Formats.Asn1.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Formats.Asn1.wasm"},"Patterns":null},"System.Formats.Tar.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Formats.Tar.wasm"},"Patterns":null},"System.Globalization.Calendars.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.Calendars.wasm"},"Patterns":null},"System.Globalization.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.Extensions.wasm"},"Patterns":null},"System.Globalization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.wasm"},"Patterns":null},"System.IO.Compression.Brotli.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.Brotli.wasm"},"Patterns":null},"System.IO.Compression.FileSystem.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.FileSystem.wasm"},"Patterns":null},"System.IO.Compression.ZipFile.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.ZipFile.wasm"},"Patterns":null},"System.IO.Compression.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.wasm"},"Patterns":null},"System.IO.FileSystem.AccessControl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.AccessControl.wasm"},"Patterns":null},"System.IO.FileSystem.DriveInfo.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.DriveInfo.wasm"},"Patterns":null},"System.IO.FileSystem.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.Primitives.wasm"},"Patterns":null},"System.IO.FileSystem.Watcher.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.Watcher.wasm"},"Patterns":null},"System.IO.FileSystem.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.wasm"},"Patterns":null},"System.IO.IsolatedStorage.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.IsolatedStorage.wasm"},"Patterns":null},"System.IO.MemoryMappedFiles.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.MemoryMappedFiles.wasm"},"Patterns":null},"System.IO.Pipes.AccessControl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipes.AccessControl.wasm"},"Patterns":null},"System.IO.Pipes.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipes.wasm"},"Patterns":null},"System.IO.UnmanagedMemoryStream.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.UnmanagedMemoryStream.wasm"},"Patterns":null},"System.IO.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.wasm"},"Patterns":null},"System.Linq.Expressions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Expressions.wasm"},"Patterns":null},"System.Linq.Parallel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Parallel.wasm"},"Patterns":null},"System.Linq.Queryable.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Queryable.wasm"},"Patterns":null},"System.Linq.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.wasm"},"Patterns":null},"System.Memory.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Memory.wasm"},"Patterns":null},"System.Net.Http.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Http.Json.wasm"},"Patterns":null},"System.Net.Http.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Http.wasm"},"Patterns":null},"System.Net.HttpListener.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.HttpListener.wasm"},"Patterns":null},"System.Net.Mail.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Mail.wasm"},"Patterns":null},"System.Net.NameResolution.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.NameResolution.wasm"},"Patterns":null},"System.Net.NetworkInformation.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.NetworkInformation.wasm"},"Patterns":null},"System.Net.Ping.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Ping.wasm"},"Patterns":null},"System.Net.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Primitives.wasm"},"Patterns":null},"System.Net.Quic.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Quic.wasm"},"Patterns":null},"System.Net.Requests.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Requests.wasm"},"Patterns":null},"System.Net.Security.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Security.wasm"},"Patterns":null},"System.Net.ServicePoint.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.ServicePoint.wasm"},"Patterns":null},"System.Net.Sockets.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Sockets.wasm"},"Patterns":null},"System.Net.WebClient.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebClient.wasm"},"Patterns":null},"System.Net.WebHeaderCollection.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebHeaderCollection.wasm"},"Patterns":null},"System.Net.WebProxy.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebProxy.wasm"},"Patterns":null},"System.Net.WebSockets.Client.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebSockets.Client.wasm"},"Patterns":null},"System.Net.WebSockets.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebSockets.wasm"},"Patterns":null},"System.Net.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.wasm"},"Patterns":null},"System.Numerics.Vectors.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Numerics.Vectors.wasm"},"Patterns":null},"System.Numerics.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Numerics.wasm"},"Patterns":null},"System.ObjectModel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ObjectModel.wasm"},"Patterns":null},"System.Private.DataContractSerialization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.DataContractSerialization.wasm"},"Patterns":null},"System.Private.Uri.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Uri.wasm"},"Patterns":null},"System.Private.Xml.Linq.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Xml.Linq.wasm"},"Patterns":null},"System.Private.Xml.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Xml.wasm"},"Patterns":null},"System.Reflection.DispatchProxy.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.DispatchProxy.wasm"},"Patterns":null},"System.Reflection.Emit.ILGeneration.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.ILGeneration.wasm"},"Patterns":null},"System.Reflection.Emit.Lightweight.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.Lightweight.wasm"},"Patterns":null},"System.Reflection.Emit.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.wasm"},"Patterns":null},"System.Reflection.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Extensions.wasm"},"Patterns":null},"System.Reflection.Metadata.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Metadata.wasm"},"Patterns":null},"System.Reflection.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Primitives.wasm"},"Patterns":null},"System.Reflection.TypeExtensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.TypeExtensions.wasm"},"Patterns":null},"System.Reflection.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.wasm"},"Patterns":null},"System.Resources.Reader.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.Reader.wasm"},"Patterns":null},"System.Resources.ResourceManager.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.ResourceManager.wasm"},"Patterns":null},"System.Resources.Writer.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.Writer.wasm"},"Patterns":null},"System.Runtime.CompilerServices.Unsafe.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.CompilerServices.Unsafe.wasm"},"Patterns":null},"System.Runtime.CompilerServices.VisualC.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.CompilerServices.VisualC.wasm"},"Patterns":null},"System.Runtime.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Extensions.wasm"},"Patterns":null},"System.Runtime.Handles.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Handles.wasm"},"Patterns":null},"System.Runtime.InteropServices.JavaScript.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.JavaScript.wasm"},"Patterns":null},"System.Runtime.InteropServices.RuntimeInformation.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.RuntimeInformation.wasm"},"Patterns":null},"System.Runtime.InteropServices.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.wasm"},"Patterns":null},"System.Runtime.Intrinsics.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Intrinsics.wasm"},"Patterns":null},"System.Runtime.Loader.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Loader.wasm"},"Patterns":null},"System.Runtime.Numerics.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Numerics.wasm"},"Patterns":null},"System.Runtime.Serialization.Formatters.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Formatters.wasm"},"Patterns":null},"System.Runtime.Serialization.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Json.wasm"},"Patterns":null},"System.Runtime.Serialization.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Primitives.wasm"},"Patterns":null},"System.Runtime.Serialization.Xml.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Xml.wasm"},"Patterns":null},"System.Runtime.Serialization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.wasm"},"Patterns":null},"System.Runtime.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.wasm"},"Patterns":null},"System.Security.AccessControl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.AccessControl.wasm"},"Patterns":null},"System.Security.Claims.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Claims.wasm"},"Patterns":null},"System.Security.Cryptography.Algorithms.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Algorithms.wasm"},"Patterns":null},"System.Security.Cryptography.Cng.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Cng.wasm"},"Patterns":null},"System.Security.Cryptography.Csp.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Csp.wasm"},"Patterns":null},"System.Security.Cryptography.Encoding.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Encoding.wasm"},"Patterns":null},"System.Security.Cryptography.OpenSsl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.OpenSsl.wasm"},"Patterns":null},"System.Security.Cryptography.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Primitives.wasm"},"Patterns":null},"System.Security.Cryptography.X509Certificates.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.X509Certificates.wasm"},"Patterns":null},"System.Security.Cryptography.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.wasm"},"Patterns":null},"System.Security.Principal.Windows.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Principal.Windows.wasm"},"Patterns":null},"System.Security.Principal.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Principal.wasm"},"Patterns":null},"System.Security.SecureString.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.SecureString.wasm"},"Patterns":null},"System.Security.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.wasm"},"Patterns":null},"System.ServiceModel.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ServiceModel.Web.wasm"},"Patterns":null},"System.ServiceProcess.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ServiceProcess.wasm"},"Patterns":null},"System.Text.Encoding.CodePages.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.CodePages.wasm"},"Patterns":null},"System.Text.Encoding.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.Extensions.wasm"},"Patterns":null},"System.Text.Encoding.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.wasm"},"Patterns":null},"System.Text.Encodings.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encodings.Web.wasm"},"Patterns":null},"System.Text.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Json.wasm"},"Patterns":null},"System.Text.RegularExpressions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.RegularExpressions.wasm"},"Patterns":null},"System.Threading.Channels.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Channels.wasm"},"Patterns":null},"System.Threading.Overlapped.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Overlapped.wasm"},"Patterns":null},"System.Threading.Tasks.Dataflow.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Dataflow.wasm"},"Patterns":null},"System.Threading.Tasks.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Extensions.wasm"},"Patterns":null},"System.Threading.Tasks.Parallel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Parallel.wasm"},"Patterns":null},"System.Threading.Tasks.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.wasm"},"Patterns":null},"System.Threading.Thread.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Thread.wasm"},"Patterns":null},"System.Threading.ThreadPool.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.ThreadPool.wasm"},"Patterns":null},"System.Threading.Timer.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Timer.wasm"},"Patterns":null},"System.Threading.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.wasm"},"Patterns":null},"System.Transactions.Local.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Transactions.Local.wasm"},"Patterns":null},"System.Transactions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Transactions.wasm"},"Patterns":null},"System.ValueTuple.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ValueTuple.wasm"},"Patterns":null},"System.Web.HttpUtility.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Web.HttpUtility.wasm"},"Patterns":null},"System.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Web.wasm"},"Patterns":null},"System.Windows.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Windows.wasm"},"Patterns":null},"System.Xml.Linq.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.Linq.wasm"},"Patterns":null},"System.Xml.ReaderWriter.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.ReaderWriter.wasm"},"Patterns":null},"System.Xml.Serialization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.Serialization.wasm"},"Patterns":null},"System.Xml.XDocument.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XDocument.wasm"},"Patterns":null},"System.Xml.XPath.XDocument.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XPath.XDocument.wasm"},"Patterns":null},"System.Xml.XPath.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XPath.wasm"},"Patterns":null},"System.Xml.XmlDocument.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XmlDocument.wasm"},"Patterns":null},"System.Xml.XmlSerializer.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XmlSerializer.wasm"},"Patterns":null},"System.Xml.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.wasm"},"Patterns":null},"System.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.wasm"},"Patterns":null},"WindowsBase.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/WindowsBase.wasm"},"Patterns":null},"mscorlib.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/mscorlib.wasm"},"Patterns":null},"netstandard.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/netstandard.wasm"},"Patterns":null},"System.Private.CoreLib.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.CoreLib.wasm"},"Patterns":null},"dotnet.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.js"},"Patterns":null},"dotnet.js.map":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.js.map"},"Patterns":null},"dotnet.native.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.native.js"},"Patterns":null},"dotnet.native.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.native.wasm"},"Patterns":null},"dotnet.runtime.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.runtime.js"},"Patterns":null},"dotnet.runtime.js.map":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.runtime.js.map"},"Patterns":null},"icudt_CJK.dat":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_CJK.dat"},"Patterns":null},"icudt_EFIGS.dat":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_EFIGS.dat"},"Patterns":null},"icudt_no_CJK.dat":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_no_CJK.dat"},"Patterns":null},"emcc-props.json":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/emcc-props.json"},"Patterns":null},"Website.Client.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Website.Client.wasm"},"Patterns":null},"Website.Client.pdb":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Website.Client.pdb"},"Patterns":null},"blazor.boot.json":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/blazor.boot.json"},"Patterns":null},"blazor.webassembly.js.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"2hd3hup4x7-mv535bwyet.gz"},"Patterns":null},"Microsoft.AspNetCore.Authorization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"k3ev4p268n-n5pslkucsz.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"s7mmlewj7a-zuiq2k1loo.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.Forms.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"smfeiin53n-jm55dcm579.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"peoessjq6m-dd74gkrng6.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.WebAssembly.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qa6yar6pcc-71qb4r2d2s.gz"},"Patterns":null},"Microsoft.AspNetCore.Metadata.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"op0tvtzk7u-qd66sllxhh.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7w5so08yb1-4njtqvtvgx.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"hbdopticmc-8kr5d0tjmo.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.Binder.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ayfnxaw2xn-0r3amze666.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.FileExtensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"t08ccg8vt4-en8mb8dgz5.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ci3kptexkj-yy6f57640l.gz"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"w0pjq2d1lz-xqsu2wsvba.gz"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"m1nhgyj3ij-kgyjb8k43h.gz"},"Patterns":null},"Microsoft.Extensions.FileProviders.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"tkl29nk5xg-1c7ksbormu.gz"},"Patterns":null},"Microsoft.Extensions.FileProviders.Physical.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7ju68gy5ye-rpvltkbyzt.gz"},"Patterns":null},"Microsoft.Extensions.FileSystemGlobbing.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"rgwxdst7lg-i464dwxnbb.gz"},"Patterns":null},"Microsoft.Extensions.Logging.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gu54mkd5rz-xlpspxuy08.gz"},"Patterns":null},"Microsoft.Extensions.Logging.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"j7qy09g2sc-icotprrmdv.gz"},"Patterns":null},"Microsoft.Extensions.Options.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fwfzkhuqt8-jt8xzja2dj.gz"},"Patterns":null},"Microsoft.Extensions.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ca5aa9q9i4-lsakbjp1fg.gz"},"Patterns":null},"Microsoft.JSInterop.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5hmh5cfrjo-h1b8h0vt7q.gz"},"Patterns":null},"Microsoft.JSInterop.WebAssembly.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"d5q87850bj-p7vg34owcn.gz"},"Patterns":null},"System.IO.Pipelines.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"0bp2h8ufhq-iudrcw56e1.gz"},"Patterns":null},"Microsoft.CSharp.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"x9g0ghziow-fgi1l05bvr.gz"},"Patterns":null},"Microsoft.VisualBasic.Core.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fxogqfms1a-4tebkgrdgm.gz"},"Patterns":null},"Microsoft.VisualBasic.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"d53r06wrnt-z5tte9hbl9.gz"},"Patterns":null},"Microsoft.Win32.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"bokgch25i1-ggby92gbf5.gz"},"Patterns":null},"Microsoft.Win32.Registry.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ch98c0vyyx-l1dpo0yxvc.gz"},"Patterns":null},"System.AppContext.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"i8idrx1mcn-mhv3ru1aoa.gz"},"Patterns":null},"System.Buffers.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"l5txsii5i1-wlim793jkw.gz"},"Patterns":null},"System.Collections.Concurrent.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"bfqrylll5s-i1lssuj9i7.gz"},"Patterns":null},"System.Collections.Immutable.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"zfps9zsm5w-u0yuhvep8l.gz"},"Patterns":null},"System.Collections.NonGeneric.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4m61xkkzic-wgqopll9rf.gz"},"Patterns":null},"System.Collections.Specialized.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"rnkwus257z-sn8l98c62u.gz"},"Patterns":null},"System.Collections.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"wjr06919zi-nie06qj6qo.gz"},"Patterns":null},"System.ComponentModel.Annotations.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6a14p9cnfm-7vq6uvcllp.gz"},"Patterns":null},"System.ComponentModel.DataAnnotations.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"3do1xgb209-ix9s17e4oa.gz"},"Patterns":null},"System.ComponentModel.EventBasedAsync.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"lcw25evezq-21e6uomdqg.gz"},"Patterns":null},"System.ComponentModel.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6hh6ezf247-akyqtilzco.gz"},"Patterns":null},"System.ComponentModel.TypeConverter.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"3iplrib5f1-ek4hlhdqkj.gz"},"Patterns":null},"System.ComponentModel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"lpxbc0xcwu-yfl2eaopkw.gz"},"Patterns":null},"System.Configuration.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5x2hw9hlph-67lwahgksx.gz"},"Patterns":null},"System.Console.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"cdusluos85-e4ovel0up8.gz"},"Patterns":null},"System.Core.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"xa46nctul2-6oo2lq0wqm.gz"},"Patterns":null},"System.Data.Common.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"t60y82b8ct-kbvoyvfq27.gz"},"Patterns":null},"System.Data.DataSetExtensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"bapsepfweu-o2o4ch8qxi.gz"},"Patterns":null},"System.Data.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"pykw33j66j-tg72k81p9v.gz"},"Patterns":null},"System.Diagnostics.Contracts.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"tlmphuct5q-mjwur1vb3v.gz"},"Patterns":null},"System.Diagnostics.Debug.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"b8331giksb-5rlkx55y19.gz"},"Patterns":null},"System.Diagnostics.DiagnosticSource.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"768lripqfk-7hqmuqq5cq.gz"},"Patterns":null},"System.Diagnostics.FileVersionInfo.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mjknyr1kew-grrk3hrp1l.gz"},"Patterns":null},"System.Diagnostics.Process.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"xyzushs1kt-gpvopyyhdq.gz"},"Patterns":null},"System.Diagnostics.StackTrace.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"il91pt7pko-wnrtcnhpgl.gz"},"Patterns":null},"System.Diagnostics.TextWriterTraceListener.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"sozkbt969q-6vo46yau5z.gz"},"Patterns":null},"System.Diagnostics.Tools.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"z1lx69f3yb-3z6j1wct71.gz"},"Patterns":null},"System.Diagnostics.TraceSource.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"r8ctv4wyd5-4l2fl1axw2.gz"},"Patterns":null},"System.Diagnostics.Tracing.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"o6lqquoipu-ncsccugyw8.gz"},"Patterns":null},"System.Drawing.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"xrv7w5idw0-g7amuh118t.gz"},"Patterns":null},"System.Drawing.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mh2ichqmqf-o1fazgbrf7.gz"},"Patterns":null},"System.Dynamic.Runtime.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8c7w0qgkmn-onxt1qlo23.gz"},"Patterns":null},"System.Formats.Asn1.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"olpuoe44o4-ipp8gya1fy.gz"},"Patterns":null},"System.Formats.Tar.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"md2p5n8p8v-vb374cvsdq.gz"},"Patterns":null},"System.Globalization.Calendars.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gix98vlg0x-sagqyj2lx6.gz"},"Patterns":null},"System.Globalization.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"15dfqkray5-yxrd07gwvl.gz"},"Patterns":null},"System.Globalization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"oqajmlwnnp-1ul0j5zyts.gz"},"Patterns":null},"System.IO.Compression.Brotli.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"0knkqd933w-sv4ivqpdih.gz"},"Patterns":null},"System.IO.Compression.FileSystem.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8ipet00v1f-9vh2vkrqrk.gz"},"Patterns":null},"System.IO.Compression.ZipFile.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"detkbca685-vauvbpg47n.gz"},"Patterns":null},"System.IO.Compression.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6e33x6oap5-cub3louzqd.gz"},"Patterns":null},"System.IO.FileSystem.AccessControl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5g80oqiykv-drckq1wkq3.gz"},"Patterns":null},"System.IO.FileSystem.DriveInfo.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5d75awqi98-0yldq48nb4.gz"},"Patterns":null},"System.IO.FileSystem.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7zj9q3kwy5-6dbzlzi6uo.gz"},"Patterns":null},"System.IO.FileSystem.Watcher.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7bwqdgi3te-oj9i08g6lz.gz"},"Patterns":null},"System.IO.FileSystem.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"0irw3zla49-kqtqolm4wa.gz"},"Patterns":null},"System.IO.IsolatedStorage.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"1huhr2mzyn-ve69vgf5kz.gz"},"Patterns":null},"System.IO.MemoryMappedFiles.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ctxyflpotb-bx37hgrj5q.gz"},"Patterns":null},"System.IO.Pipes.AccessControl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"omv3nzbl98-bk9vrw4i46.gz"},"Patterns":null},"System.IO.Pipes.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"meqxxnnqvx-n33yixsck6.gz"},"Patterns":null},"System.IO.UnmanagedMemoryStream.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"oq9wi4ailw-ac8xrryfy7.gz"},"Patterns":null},"System.IO.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jm470z3phm-674jwrdv5k.gz"},"Patterns":null},"System.Linq.Expressions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"a79tq9ynwt-8i9v2949fr.gz"},"Patterns":null},"System.Linq.Parallel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7vh4rfs37c-uqq1toshjs.gz"},"Patterns":null},"System.Linq.Queryable.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jjzi0e2tbs-4mn95jeqkz.gz"},"Patterns":null},"System.Linq.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8eh5y9tp1c-bqy8sv168l.gz"},"Patterns":null},"System.Memory.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"g76rrh4lgu-00lkbcsi6k.gz"},"Patterns":null},"System.Net.Http.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"b1j4g2aidh-gwhgic1g4s.gz"},"Patterns":null},"System.Net.Http.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ijk0xpt1h4-8t67dotvrh.gz"},"Patterns":null},"System.Net.HttpListener.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"otznmcnlz5-ir65hlfb8z.gz"},"Patterns":null},"System.Net.Mail.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"yac1w3vy2r-u6tb74qjwk.gz"},"Patterns":null},"System.Net.NameResolution.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"vbrlhg9h7i-bipvwufop2.gz"},"Patterns":null},"System.Net.NetworkInformation.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"1ibz4kqyc0-uovh5g3v63.gz"},"Patterns":null},"System.Net.Ping.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"kv7akofu7p-xbwtybogqw.gz"},"Patterns":null},"System.Net.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ycs4dc86o6-5x057ultqg.gz"},"Patterns":null},"System.Net.Quic.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6i5reauy9a-tnxw0hw66n.gz"},"Patterns":null},"System.Net.Requests.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"dfaw8i07sg-p7aqa3ydbf.gz"},"Patterns":null},"System.Net.Security.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"zd2msg63jn-9pmm5e0uc6.gz"},"Patterns":null},"System.Net.ServicePoint.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jd5ybzr9lh-61v0nen4hx.gz"},"Patterns":null},"System.Net.Sockets.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5nc9t7881e-gbqoxsv40r.gz"},"Patterns":null},"System.Net.WebClient.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ghz44jcq0l-fcia9ky19l.gz"},"Patterns":null},"System.Net.WebHeaderCollection.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"tuyn985nz3-6286hgwuqh.gz"},"Patterns":null},"System.Net.WebProxy.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"i4ep49nzwb-djpann52a6.gz"},"Patterns":null},"System.Net.WebSockets.Client.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ygbwol6ubw-lkvy8locnf.gz"},"Patterns":null},"System.Net.WebSockets.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"btvfot68ru-box0kt0ygr.gz"},"Patterns":null},"System.Net.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"324w13xuvo-bi4ws36sl2.gz"},"Patterns":null},"System.Numerics.Vectors.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ucejdgoot3-pweg4f9jik.gz"},"Patterns":null},"System.Numerics.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jeaodzfja7-fzteml2ksa.gz"},"Patterns":null},"System.ObjectModel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"g2f3ayhkgf-oi5its9v0z.gz"},"Patterns":null},"System.Private.DataContractSerialization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"nvk83tidwv-1jyxr7kwjo.gz"},"Patterns":null},"System.Private.Uri.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"hz83gb6xmq-4fwiisng6i.gz"},"Patterns":null},"System.Private.Xml.Linq.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4gf6l5tac6-dgkgnxso4m.gz"},"Patterns":null},"System.Private.Xml.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8ezvspfqzk-66ysrn2owv.gz"},"Patterns":null},"System.Reflection.DispatchProxy.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qc9qcqr5s2-kgscmlv3if.gz"},"Patterns":null},"System.Reflection.Emit.ILGeneration.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"f0ajty1722-8hlod3by22.gz"},"Patterns":null},"System.Reflection.Emit.Lightweight.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"16gkmd3qyn-u3evpglqtv.gz"},"Patterns":null},"System.Reflection.Emit.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"36hb6ks61s-xcolejwqh0.gz"},"Patterns":null},"System.Reflection.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qsapjifxrx-oepwslok2k.gz"},"Patterns":null},"System.Reflection.Metadata.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"snmkueee03-zll5ovyn4j.gz"},"Patterns":null},"System.Reflection.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"z5n0i80wxd-ajsaevzb4n.gz"},"Patterns":null},"System.Reflection.TypeExtensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6lf2ddmv1l-gyfyt6ifle.gz"},"Patterns":null},"System.Reflection.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"hb8ye351nd-05yfgzvmh7.gz"},"Patterns":null},"System.Resources.Reader.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8qc79e3nu4-x35pd1xcsk.gz"},"Patterns":null},"System.Resources.ResourceManager.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"69b0nullub-1hzkk1v31b.gz"},"Patterns":null},"System.Resources.Writer.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"24f91srh18-gmkxofgq6z.gz"},"Patterns":null},"System.Runtime.CompilerServices.Unsafe.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"g88hfs9ug7-99j5jlhtlf.gz"},"Patterns":null},"System.Runtime.CompilerServices.VisualC.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"d6zxzoeihc-z2tqksfwxn.gz"},"Patterns":null},"System.Runtime.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"u457dfzv6h-hsooj5ku5u.gz"},"Patterns":null},"System.Runtime.Handles.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"h68ufmkaki-x1zwj8gq0q.gz"},"Patterns":null},"System.Runtime.InteropServices.JavaScript.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"favjpgserh-t14slsf5gb.gz"},"Patterns":null},"System.Runtime.InteropServices.RuntimeInformation.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ui13sigocd-j622qnirva.gz"},"Patterns":null},"System.Runtime.InteropServices.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"3oxhwn0e7e-arf11keiq9.gz"},"Patterns":null},"System.Runtime.Intrinsics.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"smsafl7fbj-s2a2n0v8v5.gz"},"Patterns":null},"System.Runtime.Loader.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6nmjb2ga9x-1iz0927hqc.gz"},"Patterns":null},"System.Runtime.Numerics.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mdl3czdiv2-qvepw4e78q.gz"},"Patterns":null},"System.Runtime.Serialization.Formatters.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4wku2hu407-h26lzyu81w.gz"},"Patterns":null},"System.Runtime.Serialization.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"yk3g2cnkjp-gpcerlv545.gz"},"Patterns":null},"System.Runtime.Serialization.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qjiio5xtyo-9ywk5zf0ye.gz"},"Patterns":null},"System.Runtime.Serialization.Xml.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"acd83xah5k-cg50v6hv4d.gz"},"Patterns":null},"System.Runtime.Serialization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8s5drhusp6-xduo6mn7ma.gz"},"Patterns":null},"System.Runtime.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8js2b3ikzg-iz9521x4d5.gz"},"Patterns":null},"System.Security.AccessControl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"evz4x8kkgb-w83xci1s0e.gz"},"Patterns":null},"System.Security.Claims.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"sossmjk0pb-mgppqoca94.gz"},"Patterns":null},"System.Security.Cryptography.Algorithms.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"witjyutmr6-lyl6xulxjq.gz"},"Patterns":null},"System.Security.Cryptography.Cng.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qk4td0onpg-is3vw3toke.gz"},"Patterns":null},"System.Security.Cryptography.Csp.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"zilwrgikc8-77wcsbalfb.gz"},"Patterns":null},"System.Security.Cryptography.Encoding.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"hg075kso0q-ylyh0nvuhn.gz"},"Patterns":null},"System.Security.Cryptography.OpenSsl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"w5w0qiszg7-035cxkpjqr.gz"},"Patterns":null},"System.Security.Cryptography.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"e27pp01hks-8sy06h2xub.gz"},"Patterns":null},"System.Security.Cryptography.X509Certificates.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ahhmji10vw-982lmixj89.gz"},"Patterns":null},"System.Security.Cryptography.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"nafpk38rqn-77xcltn6z8.gz"},"Patterns":null},"System.Security.Principal.Windows.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qkrje1evcx-r50so417ua.gz"},"Patterns":null},"System.Security.Principal.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4ep2tuqqvh-nwmq9c0dxp.gz"},"Patterns":null},"System.Security.SecureString.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"1hblptriwp-a1bvfrdfb0.gz"},"Patterns":null},"System.Security.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"kt165yc41q-r0ybprwbdo.gz"},"Patterns":null},"System.ServiceModel.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qikbjqw5lg-ice8a74mfp.gz"},"Patterns":null},"System.ServiceProcess.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7tlppx7xm5-ces8qi4jdv.gz"},"Patterns":null},"System.Text.Encoding.CodePages.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"pfvio6s8o4-wnm0lr2dr8.gz"},"Patterns":null},"System.Text.Encoding.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8nmyr3nvr7-5bq2cvr3hg.gz"},"Patterns":null},"System.Text.Encoding.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"wgok0adxrd-eyx33pgiad.gz"},"Patterns":null},"System.Text.Encodings.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8d128emwtl-9x7dptacey.gz"},"Patterns":null},"System.Text.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"w42pov7xtq-ppd2fidtln.gz"},"Patterns":null},"System.Text.RegularExpressions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8st2mjmvff-3e7pdp88zp.gz"},"Patterns":null},"System.Threading.Channels.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8jhparz1fs-1udekzdv05.gz"},"Patterns":null},"System.Threading.Overlapped.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qzrso9t6qt-o0ci7lcesp.gz"},"Patterns":null},"System.Threading.Tasks.Dataflow.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"xxdvu4kns6-esmmfynicw.gz"},"Patterns":null},"System.Threading.Tasks.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"m5ulbl575g-grhpsybruk.gz"},"Patterns":null},"System.Threading.Tasks.Parallel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"k3twv17qn3-y8m4zhesg5.gz"},"Patterns":null},"System.Threading.Tasks.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mq15jbnpmi-nr23lugli1.gz"},"Patterns":null},"System.Threading.Thread.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"li26yqjeam-83w11tdkvv.gz"},"Patterns":null},"System.Threading.ThreadPool.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"62z0o2i9pb-turgxoxt8a.gz"},"Patterns":null},"System.Threading.Timer.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"28xa66ni2k-wyvnqt03fv.gz"},"Patterns":null},"System.Threading.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"k7jsgweg71-cf1vupxs9i.gz"},"Patterns":null},"System.Transactions.Local.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4if7lrerku-033xejool8.gz"},"Patterns":null},"System.Transactions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"sdk1at7c6v-yk1d03z5nw.gz"},"Patterns":null},"System.ValueTuple.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"nrej3ggqhh-ooru0eoira.gz"},"Patterns":null},"System.Web.HttpUtility.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6ckavr9kyn-9pqt1af9za.gz"},"Patterns":null},"System.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5fh9d1idcu-osnb0kzr6n.gz"},"Patterns":null},"System.Windows.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5kj1e1duz5-ob6wu8zdxc.gz"},"Patterns":null},"System.Xml.Linq.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"kblqw9fpct-v5c0vzhnig.gz"},"Patterns":null},"System.Xml.ReaderWriter.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"rzmowmdt16-md2abzowf3.gz"},"Patterns":null},"System.Xml.Serialization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"h2p06rhgip-8nymyky8vt.gz"},"Patterns":null},"System.Xml.XDocument.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"113hg5hh18-h3yeys7sb7.gz"},"Patterns":null},"System.Xml.XPath.XDocument.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"bhjajimbgl-xdmaord4ni.gz"},"Patterns":null},"System.Xml.XPath.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"04a487v8dk-nizy1jf1r0.gz"},"Patterns":null},"System.Xml.XmlDocument.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"c95lybnc83-quym58pgua.gz"},"Patterns":null},"System.Xml.XmlSerializer.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"3vnwcuaexo-gqix7qqjto.gz"},"Patterns":null},"System.Xml.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mxr0e4p5kt-igj5a0xdr6.gz"},"Patterns":null},"System.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"086u6yzl35-hqi8x6bymk.gz"},"Patterns":null},"WindowsBase.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gskpo8ls9g-ide822gizw.gz"},"Patterns":null},"mscorlib.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"57n2zserhj-twlt8rxgl3.gz"},"Patterns":null},"netstandard.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"9e3m4lhpqa-mq4q4k2a4q.gz"},"Patterns":null},"System.Private.CoreLib.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"vejzz9omd4-rcys532pwr.gz"},"Patterns":null},"dotnet.js.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8j9ggs5dy9-rqxhp8973g.gz"},"Patterns":null},"dotnet.js.map.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"dj9qgodrn5-387laeplku.gz"},"Patterns":null},"dotnet.native.js.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fjvbv9yavq-xteh9p4yli.gz"},"Patterns":null},"dotnet.native.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"9u0at65pop-keyssdiug3.gz"},"Patterns":null},"dotnet.runtime.js.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jpwc78p5ga-xjx70hiola.gz"},"Patterns":null},"dotnet.runtime.js.map.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fzzqt028uw-zqgqlj6bjk.gz"},"Patterns":null},"icudt_CJK.dat.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"tup6oou17a-tjcz0u77k5.gz"},"Patterns":null},"icudt_EFIGS.dat.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gkw3yb3vs4-tptq2av103.gz"},"Patterns":null},"icudt_no_CJK.dat.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"i2c8nfdtsk-lfu7j35m59.gz"},"Patterns":null},"emcc-props.json.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"0qg8z4cu2n-oyz0vx2fzb.gz"},"Patterns":null},"Website.Client.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"06xhlk2478-uje4l4996j.gz"},"Patterns":null},"Website.Client.pdb.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"306m1unmgj-ww338guy0i.gz"},"Patterns":null},"blazor.boot.json.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gai494obq8-dz35bobq3v.gz"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}} \ No newline at end of file diff --git a/Website/Website/bin/Debug/net8.0/Website.dll b/Website/Website/bin/Debug/net8.0/Website.dll index 4d9962a..29b369d 100644 Binary files a/Website/Website/bin/Debug/net8.0/Website.dll and b/Website/Website/bin/Debug/net8.0/Website.dll differ diff --git a/Website/Website/bin/Debug/net8.0/Website.exe b/Website/Website/bin/Debug/net8.0/Website.exe index 88cbc48..580b8cb 100644 Binary files a/Website/Website/bin/Debug/net8.0/Website.exe and b/Website/Website/bin/Debug/net8.0/Website.exe differ diff --git a/Website/Website/bin/Debug/net8.0/Website.pdb b/Website/Website/bin/Debug/net8.0/Website.pdb index d5d5d1f..4978c98 100644 Binary files a/Website/Website/bin/Debug/net8.0/Website.pdb and b/Website/Website/bin/Debug/net8.0/Website.pdb differ diff --git a/Website/Website/bin/Debug/net8.0/Website.staticwebassets.endpoints.json b/Website/Website/bin/Debug/net8.0/Website.staticwebassets.endpoints.json index 3aaf9a2..ae706e7 100644 --- a/Website/Website/bin/Debug/net8.0/Website.staticwebassets.endpoints.json +++ b/Website/Website/bin/Debug/net8.0/Website.staticwebassets.endpoints.json @@ -29,7 +29,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:57 GMT" } ], "EndpointProperties": [ @@ -74,7 +74,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:57 GMT" } ], "EndpointProperties": [ @@ -111,7 +111,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -162,7 +162,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -207,7 +207,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -248,7 +248,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -299,7 +299,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -344,7 +344,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -385,7 +385,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -436,7 +436,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -481,7 +481,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -522,7 +522,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -573,7 +573,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -618,7 +618,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -659,7 +659,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -710,7 +710,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -755,7 +755,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -796,7 +796,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -847,7 +847,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -892,7 +892,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -933,7 +933,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -984,7 +984,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1029,7 +1029,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1070,7 +1070,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -1121,7 +1121,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1166,7 +1166,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1207,7 +1207,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -1258,7 +1258,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1303,7 +1303,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1344,7 +1344,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -1395,7 +1395,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1440,7 +1440,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1481,7 +1481,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -1532,7 +1532,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1577,7 +1577,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1618,7 +1618,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -1669,7 +1669,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1714,7 +1714,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1755,7 +1755,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -1806,7 +1806,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1851,7 +1851,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1892,7 +1892,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -1943,7 +1943,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1988,7 +1988,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2029,7 +2029,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -2080,7 +2080,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2125,7 +2125,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2166,7 +2166,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -2217,7 +2217,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2262,7 +2262,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2303,7 +2303,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -2354,7 +2354,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2399,7 +2399,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2440,7 +2440,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -2491,7 +2491,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2536,7 +2536,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2577,7 +2577,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -2628,7 +2628,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2673,7 +2673,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2714,7 +2714,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -2765,7 +2765,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2810,7 +2810,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2851,7 +2851,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -2902,7 +2902,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2947,7 +2947,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2988,7 +2988,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -3039,7 +3039,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3084,7 +3084,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3125,7 +3125,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -3176,7 +3176,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3221,7 +3221,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3262,7 +3262,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -3313,7 +3313,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3358,7 +3358,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3399,7 +3399,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -3450,7 +3450,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3495,7 +3495,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3536,7 +3536,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -3587,7 +3587,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3632,7 +3632,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3673,7 +3673,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -3724,7 +3724,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3769,7 +3769,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3810,7 +3810,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -3861,7 +3861,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3906,7 +3906,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3947,7 +3947,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -3998,7 +3998,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4043,7 +4043,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4084,7 +4084,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -4135,7 +4135,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4180,7 +4180,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4221,7 +4221,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -4272,7 +4272,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4317,7 +4317,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4358,7 +4358,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -4409,7 +4409,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4454,7 +4454,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4495,7 +4495,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -4546,7 +4546,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4591,7 +4591,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4632,7 +4632,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -4683,7 +4683,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4728,7 +4728,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4769,7 +4769,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -4820,7 +4820,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4865,7 +4865,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4906,7 +4906,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -4957,7 +4957,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5002,7 +5002,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5043,7 +5043,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -5094,7 +5094,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5139,7 +5139,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5180,7 +5180,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -5231,7 +5231,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5276,7 +5276,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5317,7 +5317,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -5368,7 +5368,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5413,7 +5413,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5454,7 +5454,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -5505,7 +5505,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5550,7 +5550,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5591,7 +5591,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -5642,7 +5642,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5687,7 +5687,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5728,7 +5728,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -5779,7 +5779,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5824,7 +5824,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5865,7 +5865,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -5916,7 +5916,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5961,7 +5961,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6002,7 +6002,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -6053,7 +6053,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6098,7 +6098,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6139,7 +6139,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -6190,7 +6190,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6235,7 +6235,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6276,7 +6276,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -6327,7 +6327,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6372,7 +6372,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6413,7 +6413,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -6464,7 +6464,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6509,7 +6509,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6550,7 +6550,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -6601,7 +6601,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6646,7 +6646,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6687,7 +6687,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -6738,7 +6738,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6783,7 +6783,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6824,7 +6824,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -6875,7 +6875,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6920,7 +6920,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6961,7 +6961,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -7012,7 +7012,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7057,7 +7057,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7098,7 +7098,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -7149,7 +7149,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7194,7 +7194,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7235,7 +7235,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -7286,7 +7286,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7331,7 +7331,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7372,7 +7372,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -7423,7 +7423,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7468,7 +7468,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7509,7 +7509,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -7560,7 +7560,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7605,7 +7605,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7646,7 +7646,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -7697,7 +7697,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7742,7 +7742,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7783,7 +7783,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -7834,7 +7834,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7879,7 +7879,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7920,7 +7920,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -7971,7 +7971,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8016,7 +8016,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8057,7 +8057,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -8108,7 +8108,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8153,7 +8153,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8194,7 +8194,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -8245,7 +8245,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8290,7 +8290,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8331,7 +8331,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -8382,7 +8382,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8427,7 +8427,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8468,7 +8468,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -8519,7 +8519,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8564,7 +8564,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8605,7 +8605,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -8656,7 +8656,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8701,7 +8701,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8742,7 +8742,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -8793,7 +8793,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8838,7 +8838,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8879,7 +8879,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -8930,7 +8930,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8975,7 +8975,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9016,7 +9016,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -9067,7 +9067,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9112,7 +9112,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9153,7 +9153,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -9204,7 +9204,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9249,7 +9249,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9290,7 +9290,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -9341,7 +9341,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9386,7 +9386,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9427,7 +9427,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -9478,7 +9478,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9523,7 +9523,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9564,7 +9564,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -9615,7 +9615,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9660,7 +9660,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9701,7 +9701,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -9752,7 +9752,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9797,7 +9797,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9838,7 +9838,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -9889,7 +9889,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9934,7 +9934,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9975,7 +9975,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10026,7 +10026,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10071,7 +10071,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10112,7 +10112,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10163,7 +10163,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10208,7 +10208,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10249,7 +10249,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10300,7 +10300,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10345,7 +10345,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10386,7 +10386,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10437,7 +10437,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10482,7 +10482,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10523,7 +10523,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10574,7 +10574,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10619,7 +10619,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10660,7 +10660,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10711,7 +10711,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10756,7 +10756,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10797,7 +10797,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10848,7 +10848,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10893,7 +10893,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10934,7 +10934,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10985,7 +10985,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11030,7 +11030,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11071,7 +11071,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11122,7 +11122,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11167,7 +11167,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11208,7 +11208,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11259,7 +11259,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11304,7 +11304,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11345,7 +11345,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11396,7 +11396,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11441,7 +11441,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11482,7 +11482,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11533,7 +11533,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11578,7 +11578,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11619,7 +11619,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11670,7 +11670,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11715,7 +11715,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11756,7 +11756,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11807,7 +11807,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11852,7 +11852,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11893,7 +11893,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11944,7 +11944,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11989,7 +11989,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12030,7 +12030,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12081,7 +12081,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12126,7 +12126,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12167,7 +12167,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12218,7 +12218,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12263,7 +12263,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12304,7 +12304,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12355,7 +12355,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12400,7 +12400,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12441,7 +12441,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12492,7 +12492,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12537,7 +12537,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12578,7 +12578,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12629,7 +12629,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12674,7 +12674,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12715,7 +12715,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12766,7 +12766,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12811,7 +12811,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12852,7 +12852,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12903,7 +12903,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12948,7 +12948,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12989,7 +12989,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13040,7 +13040,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13085,7 +13085,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13126,7 +13126,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13177,7 +13177,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13222,7 +13222,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13263,7 +13263,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13314,7 +13314,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13359,7 +13359,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13400,7 +13400,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13451,7 +13451,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13496,7 +13496,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13537,7 +13537,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13588,7 +13588,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13633,7 +13633,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13674,7 +13674,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13725,7 +13725,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13770,7 +13770,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13811,7 +13811,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13862,7 +13862,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13907,7 +13907,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13948,7 +13948,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13999,7 +13999,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14044,7 +14044,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14085,7 +14085,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -14136,7 +14136,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14181,7 +14181,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14222,7 +14222,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -14273,7 +14273,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14318,7 +14318,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14359,7 +14359,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -14410,7 +14410,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14455,7 +14455,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14496,7 +14496,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -14547,7 +14547,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14592,7 +14592,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14633,7 +14633,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -14684,7 +14684,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14729,7 +14729,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14770,7 +14770,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -14821,7 +14821,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -14866,7 +14866,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -14907,7 +14907,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -14958,7 +14958,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -15003,7 +15003,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -15044,7 +15044,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -15095,7 +15095,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -15140,7 +15140,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -15181,7 +15181,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -15232,7 +15232,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -15277,7 +15277,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -15318,7 +15318,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -15369,7 +15369,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15414,7 +15414,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15455,7 +15455,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -15506,7 +15506,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15551,7 +15551,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15592,7 +15592,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -15643,7 +15643,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15688,7 +15688,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15729,7 +15729,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -15780,7 +15780,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15825,7 +15825,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15866,7 +15866,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -15917,7 +15917,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15962,7 +15962,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16003,7 +16003,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -16054,7 +16054,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16099,7 +16099,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16140,7 +16140,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -16191,7 +16191,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16236,7 +16236,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16277,7 +16277,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -16328,7 +16328,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16373,7 +16373,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16414,7 +16414,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -16465,7 +16465,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16510,7 +16510,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16551,7 +16551,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -16602,7 +16602,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16647,7 +16647,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16688,7 +16688,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -16739,7 +16739,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16784,7 +16784,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16825,7 +16825,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -16876,7 +16876,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16921,7 +16921,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16962,7 +16962,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -17013,7 +17013,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17058,7 +17058,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17099,7 +17099,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -17150,7 +17150,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17195,7 +17195,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17236,7 +17236,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -17287,7 +17287,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17332,7 +17332,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17373,7 +17373,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -17424,7 +17424,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17469,7 +17469,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17510,7 +17510,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -17561,7 +17561,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17606,7 +17606,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17647,7 +17647,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -17698,7 +17698,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17743,7 +17743,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17784,7 +17784,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -17835,7 +17835,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17880,7 +17880,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17921,7 +17921,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -17972,7 +17972,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18017,7 +18017,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18058,7 +18058,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -18109,7 +18109,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18154,7 +18154,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18195,7 +18195,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -18246,7 +18246,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18291,7 +18291,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18332,7 +18332,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -18383,7 +18383,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18428,7 +18428,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18469,7 +18469,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -18520,7 +18520,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18565,7 +18565,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18606,7 +18606,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -18657,7 +18657,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18702,7 +18702,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18743,7 +18743,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -18794,7 +18794,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18839,7 +18839,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18880,7 +18880,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -18931,7 +18931,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18976,7 +18976,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19017,7 +19017,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -19068,7 +19068,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19113,7 +19113,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19154,7 +19154,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -19205,7 +19205,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19250,7 +19250,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19291,7 +19291,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -19342,7 +19342,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19387,7 +19387,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19428,7 +19428,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -19479,7 +19479,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19524,7 +19524,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19565,7 +19565,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -19616,7 +19616,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19661,7 +19661,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19702,7 +19702,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -19753,7 +19753,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19798,7 +19798,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19839,7 +19839,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -19890,7 +19890,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19935,7 +19935,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19976,7 +19976,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -20027,7 +20027,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20072,7 +20072,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20113,7 +20113,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -20164,7 +20164,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20209,7 +20209,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20250,7 +20250,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -20301,7 +20301,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20346,7 +20346,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20387,7 +20387,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -20438,7 +20438,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20483,7 +20483,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20524,7 +20524,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -20575,7 +20575,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20620,7 +20620,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20661,7 +20661,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -20712,7 +20712,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20757,7 +20757,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20798,7 +20798,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -20849,7 +20849,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20894,7 +20894,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20935,7 +20935,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -20986,7 +20986,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21031,7 +21031,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21072,7 +21072,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -21123,7 +21123,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21168,7 +21168,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21209,7 +21209,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -21260,7 +21260,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21305,7 +21305,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21346,7 +21346,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -21397,7 +21397,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21442,7 +21442,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21483,7 +21483,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -21534,7 +21534,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21579,7 +21579,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21620,7 +21620,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -21671,7 +21671,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21716,7 +21716,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21757,7 +21757,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -21808,7 +21808,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21853,7 +21853,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21894,7 +21894,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -21945,7 +21945,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21990,7 +21990,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22031,7 +22031,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -22082,7 +22082,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22127,7 +22127,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22168,7 +22168,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -22219,7 +22219,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22264,7 +22264,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22305,7 +22305,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -22356,7 +22356,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22401,7 +22401,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22442,7 +22442,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -22493,7 +22493,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22538,7 +22538,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22579,7 +22579,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -22630,7 +22630,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22675,7 +22675,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22716,7 +22716,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -22767,7 +22767,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22812,7 +22812,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22853,7 +22853,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -22904,7 +22904,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22949,7 +22949,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22990,7 +22990,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -23041,7 +23041,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23086,7 +23086,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23127,7 +23127,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -23178,7 +23178,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23223,7 +23223,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23264,7 +23264,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -23315,7 +23315,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23360,7 +23360,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23401,7 +23401,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -23452,7 +23452,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23497,7 +23497,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23538,7 +23538,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -23589,7 +23589,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23634,7 +23634,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23675,7 +23675,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -23726,7 +23726,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23771,7 +23771,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23812,7 +23812,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -23863,7 +23863,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23908,7 +23908,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23949,7 +23949,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -24000,7 +24000,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24045,7 +24045,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24086,7 +24086,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -24137,7 +24137,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24182,7 +24182,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24223,7 +24223,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -24274,7 +24274,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24319,7 +24319,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24360,7 +24360,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -24411,7 +24411,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24456,7 +24456,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24497,7 +24497,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -24548,7 +24548,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24593,7 +24593,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24634,7 +24634,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -24685,7 +24685,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24730,7 +24730,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24771,7 +24771,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -24822,7 +24822,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24867,7 +24867,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24908,7 +24908,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -24959,7 +24959,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25004,7 +25004,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25045,7 +25045,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -25096,7 +25096,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25141,7 +25141,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25182,7 +25182,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -25233,7 +25233,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25278,7 +25278,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25319,7 +25319,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -25370,7 +25370,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25415,7 +25415,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25456,7 +25456,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -25507,7 +25507,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25552,7 +25552,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25593,7 +25593,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -25644,7 +25644,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25689,7 +25689,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25730,7 +25730,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -25781,7 +25781,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25826,7 +25826,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25855,7 +25855,7 @@ }, { "Name": "Content-Length", - "Value": "13744" + "Value": "13708" }, { "Name": "Content-Type", @@ -25863,17 +25863,17 @@ }, { "Name": "ETag", - "Value": "\"y90LQ1XOjd1YuFrTuyoh7VP2K62Z9WiA9VnwHTsxbUA=\"" + "Value": "\"kN5prTHUq5BdesgOuR7HHU5YivSfWgWJrmk1qh5px+Y=\"" }, { "Name": "Last-Modified", - "Value": "Mon, 06 Jan 2025 20:17:43 GMT" + "Value": "Sun, 12 Jan 2025 08:25:55 GMT" } ], "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-y90LQ1XOjd1YuFrTuyoh7VP2K62Z9WiA9VnwHTsxbUA=" + "Value": "sha256-kN5prTHUq5BdesgOuR7HHU5YivSfWgWJrmk1qh5px+Y=" } ] }, @@ -25884,7 +25884,7 @@ { "Name": "Content-Encoding", "Value": "gzip", - "Quality": "0.000122729504" + "Quality": "0.000122369065" } ], "ResponseHeaders": [ @@ -25902,7 +25902,7 @@ }, { "Name": "Content-Length", - "Value": "8147" + "Value": "8171" }, { "Name": "Content-Type", @@ -25910,15 +25910,15 @@ }, { "Name": "ETag", - "Value": "\"NuyN9d1WdTIIDg0+5iPfqIm/DQTC//5fjhArq6ERPew=\"" + "Value": "\"0Ts+i6BxwQg5VigAn66kr/Aa5aB0Dgm6ouWKdb0CjL8=\"" }, { "Name": "ETag", - "Value": "W/\"y90LQ1XOjd1YuFrTuyoh7VP2K62Z9WiA9VnwHTsxbUA=\"" + "Value": "W/\"kN5prTHUq5BdesgOuR7HHU5YivSfWgWJrmk1qh5px+Y=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Vary", @@ -25928,7 +25928,7 @@ "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-y90LQ1XOjd1YuFrTuyoh7VP2K62Z9WiA9VnwHTsxbUA=" + "Value": "sha256-kN5prTHUq5BdesgOuR7HHU5YivSfWgWJrmk1qh5px+Y=" } ] }, @@ -25951,7 +25951,7 @@ }, { "Name": "Content-Length", - "Value": "8147" + "Value": "8171" }, { "Name": "Content-Type", @@ -25959,11 +25959,11 @@ }, { "Name": "ETag", - "Value": "\"NuyN9d1WdTIIDg0+5iPfqIm/DQTC//5fjhArq6ERPew=\"" + "Value": "\"0Ts+i6BxwQg5VigAn66kr/Aa5aB0Dgm6ouWKdb0CjL8=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Vary", @@ -25973,7 +25973,7 @@ "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-NuyN9d1WdTIIDg0+5iPfqIm/DQTC//5fjhArq6ERPew=" + "Value": "sha256-0Ts+i6BxwQg5VigAn66kr/Aa5aB0Dgm6ouWKdb0CjL8=" } ] }, @@ -26000,17 +26000,17 @@ }, { "Name": "ETag", - "Value": "\"HyZwsW4UVFnIClpKUxnFEsCE8theJnFkFvXLIOazz8o=\"" + "Value": "\"qreRmD3AaRcxH89/sDwu0cieOk5oKuyAE0Iw0Kgl3AI=\"" }, { "Name": "Last-Modified", - "Value": "Mon, 06 Jan 2025 20:17:43 GMT" + "Value": "Sun, 12 Jan 2025 08:25:56 GMT" } ], "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-HyZwsW4UVFnIClpKUxnFEsCE8theJnFkFvXLIOazz8o=" + "Value": "sha256-qreRmD3AaRcxH89/sDwu0cieOk5oKuyAE0Iw0Kgl3AI=" } ] }, @@ -26021,7 +26021,7 @@ { "Name": "Content-Encoding", "Value": "gzip", - "Quality": "0.000312891114" + "Quality": "0.000313676286" } ], "ResponseHeaders": [ @@ -26039,7 +26039,7 @@ }, { "Name": "Content-Length", - "Value": "3195" + "Value": "3187" }, { "Name": "Content-Type", @@ -26047,15 +26047,15 @@ }, { "Name": "ETag", - "Value": "\"qzvjo5dVy/KTbkkiyrJE2zXpCTtvtGBXSABVUQqJu0A=\"" + "Value": "\"XvnIhUNaHqwdDBvM02D2m6kdaTon90GpEMDnZPA6iig=\"" }, { "Name": "ETag", - "Value": "W/\"HyZwsW4UVFnIClpKUxnFEsCE8theJnFkFvXLIOazz8o=\"" + "Value": "W/\"qreRmD3AaRcxH89/sDwu0cieOk5oKuyAE0Iw0Kgl3AI=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Vary", @@ -26065,7 +26065,7 @@ "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-HyZwsW4UVFnIClpKUxnFEsCE8theJnFkFvXLIOazz8o=" + "Value": "sha256-qreRmD3AaRcxH89/sDwu0cieOk5oKuyAE0Iw0Kgl3AI=" } ] }, @@ -26088,7 +26088,7 @@ }, { "Name": "Content-Length", - "Value": "3195" + "Value": "3187" }, { "Name": "Content-Type", @@ -26096,11 +26096,11 @@ }, { "Name": "ETag", - "Value": "\"qzvjo5dVy/KTbkkiyrJE2zXpCTtvtGBXSABVUQqJu0A=\"" + "Value": "\"XvnIhUNaHqwdDBvM02D2m6kdaTon90GpEMDnZPA6iig=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Vary", @@ -26110,7 +26110,7 @@ "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-qzvjo5dVy/KTbkkiyrJE2zXpCTtvtGBXSABVUQqJu0A=" + "Value": "sha256-XvnIhUNaHqwdDBvM02D2m6kdaTon90GpEMDnZPA6iig=" } ] }, @@ -26141,7 +26141,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -26192,7 +26192,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -26237,7 +26237,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -26274,17 +26274,17 @@ }, { "Name": "ETag", - "Value": "\"RIQ71+SUEU7vQh1b0X6fiyhsPORbHy37rmdcLdNdRyw=\"" + "Value": "\"aR50SrASaz4eGw63ClC/hEWc4U6i/cVeDurkUBx3YgU=\"" }, { "Name": "Last-Modified", - "Value": "Mon, 06 Jan 2025 20:17:43 GMT" + "Value": "Sun, 12 Jan 2025 08:25:57 GMT" } ], "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-RIQ71+SUEU7vQh1b0X6fiyhsPORbHy37rmdcLdNdRyw=" + "Value": "sha256-aR50SrASaz4eGw63ClC/hEWc4U6i/cVeDurkUBx3YgU=" } ] }, @@ -26295,7 +26295,7 @@ { "Name": "Content-Encoding", "Value": "gzip", - "Quality": "0.000112283854" + "Quality": "0.000112296463" } ], "ResponseHeaders": [ @@ -26313,7 +26313,7 @@ }, { "Name": "Content-Length", - "Value": "8905" + "Value": "8904" }, { "Name": "Content-Type", @@ -26321,15 +26321,15 @@ }, { "Name": "ETag", - "Value": "\"uV4ShmUYVdxAYCxGWPECurVqcrToer02GTkjFjPgfZY=\"" + "Value": "\"92ukI3V5NaXTmJBn1B5pSPReUXFadsg9v9UxpO00lz8=\"" }, { "Name": "ETag", - "Value": "W/\"RIQ71+SUEU7vQh1b0X6fiyhsPORbHy37rmdcLdNdRyw=\"" + "Value": "W/\"aR50SrASaz4eGw63ClC/hEWc4U6i/cVeDurkUBx3YgU=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Vary", @@ -26339,7 +26339,7 @@ "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-RIQ71+SUEU7vQh1b0X6fiyhsPORbHy37rmdcLdNdRyw=" + "Value": "sha256-aR50SrASaz4eGw63ClC/hEWc4U6i/cVeDurkUBx3YgU=" } ] }, @@ -26362,7 +26362,7 @@ }, { "Name": "Content-Length", - "Value": "8905" + "Value": "8904" }, { "Name": "Content-Type", @@ -26370,11 +26370,11 @@ }, { "Name": "ETag", - "Value": "\"uV4ShmUYVdxAYCxGWPECurVqcrToer02GTkjFjPgfZY=\"" + "Value": "\"92ukI3V5NaXTmJBn1B5pSPReUXFadsg9v9UxpO00lz8=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Vary", @@ -26384,7 +26384,7 @@ "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-uV4ShmUYVdxAYCxGWPECurVqcrToer02GTkjFjPgfZY=" + "Value": "sha256-92ukI3V5NaXTmJBn1B5pSPReUXFadsg9v9UxpO00lz8=" } ] }, @@ -26466,7 +26466,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 21 Oct 2024 23:54:38 GMT" }, { "Name": "Vary", @@ -26511,7 +26511,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 21 Oct 2024 23:54:38 GMT" }, { "Name": "Vary", @@ -26540,7 +26540,7 @@ }, { "Name": "Content-Length", - "Value": "35807" + "Value": "35803" }, { "Name": "Content-Type", @@ -26603,7 +26603,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:08 GMT" }, { "Name": "Vary", @@ -26648,7 +26648,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:08 GMT" }, { "Name": "Vary", @@ -26740,7 +26740,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:08 GMT" }, { "Name": "Vary", @@ -26785,7 +26785,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:08 GMT" }, { "Name": "Vary", @@ -26814,7 +26814,7 @@ }, { "Name": "Content-Length", - "Value": "160106" + "Value": "160089" }, { "Name": "Content-Type", @@ -26877,7 +26877,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:40 GMT" }, { "Name": "Vary", @@ -26922,7 +26922,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:40 GMT" }, { "Name": "Vary", @@ -27014,7 +27014,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:40 GMT" }, { "Name": "Vary", @@ -27059,7 +27059,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:40 GMT" }, { "Name": "Vary", @@ -27088,7 +27088,7 @@ }, { "Name": "Content-Length", - "Value": "223151" + "Value": "223147" }, { "Name": "Content-Type", @@ -27151,7 +27151,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:14 GMT" }, { "Name": "Vary", @@ -27196,7 +27196,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:14 GMT" }, { "Name": "Vary", @@ -27288,7 +27288,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:14 GMT" }, { "Name": "Vary", @@ -27333,7 +27333,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:14 GMT" }, { "Name": "Vary", @@ -27362,7 +27362,7 @@ }, { "Name": "Content-Length", - "Value": "1336" + "Value": "1322" }, { "Name": "Content-Type", @@ -27425,7 +27425,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 18:59:44 GMT" }, { "Name": "Vary", @@ -27470,7 +27470,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 18:59:44 GMT" }, { "Name": "Vary", @@ -27562,7 +27562,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Vary", @@ -27607,7 +27607,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Vary", @@ -27699,7 +27699,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Vary", @@ -27744,7 +27744,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Vary", @@ -27836,7 +27836,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Vary", @@ -27881,7 +27881,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Vary", @@ -27922,7 +27922,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -27973,7 +27973,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -28018,7 +28018,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -28059,7 +28059,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -28110,7 +28110,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -28155,7 +28155,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -28196,7 +28196,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:55 GMT" } ], "EndpointProperties": [ @@ -28233,7 +28233,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:55 GMT" } ], "EndpointProperties": [ @@ -28278,7 +28278,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:55 GMT" } ], "EndpointProperties": [ @@ -28315,7 +28315,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:55 GMT" } ], "EndpointProperties": [ @@ -28360,7 +28360,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:55 GMT" } ], "EndpointProperties": [ @@ -28397,7 +28397,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:55 GMT" } ], "EndpointProperties": [ @@ -28416,7 +28416,7 @@ ] }, { - "Route": "bootstrap/bootstrap.min.6gzpyzhau4.css", + "Route": "bootstrap/bootstrap.min.bpk8xqwxhs.css", "AssetFile": "bootstrap/bootstrap.min.css", "Selectors": [], "ResponseHeaders": [ @@ -28430,7 +28430,7 @@ }, { "Name": "Content-Length", - "Value": "162726" + "Value": "162720" }, { "Name": "Content-Type", @@ -28438,21 +28438,21 @@ }, { "Name": "ETag", - "Value": "\"SiIVMGgRhdXjKSTIddX7mh9IbOXVcwQWc7/p4nS6D/0=\"" + "Value": "\"z8OR40MowJ8GgK6P89Y+hiJK5+cclzFHzLhFQLL92bg=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:56 GMT" } ], "EndpointProperties": [ { "Name": "fingerprint", - "Value": "6gzpyzhau4" + "Value": "bpk8xqwxhs" }, { "Name": "integrity", - "Value": "sha256-SiIVMGgRhdXjKSTIddX7mh9IbOXVcwQWc7/p4nS6D/0=" + "Value": "sha256-z8OR40MowJ8GgK6P89Y+hiJK5+cclzFHzLhFQLL92bg=" }, { "Name": "label", @@ -28475,7 +28475,7 @@ }, { "Name": "Content-Length", - "Value": "162726" + "Value": "162720" }, { "Name": "Content-Type", @@ -28483,17 +28483,17 @@ }, { "Name": "ETag", - "Value": "\"SiIVMGgRhdXjKSTIddX7mh9IbOXVcwQWc7/p4nS6D/0=\"" + "Value": "\"z8OR40MowJ8GgK6P89Y+hiJK5+cclzFHzLhFQLL92bg=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:56 GMT" } ], "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-SiIVMGgRhdXjKSTIddX7mh9IbOXVcwQWc7/p4nS6D/0=" + "Value": "sha256-z8OR40MowJ8GgK6P89Y+hiJK5+cclzFHzLhFQLL92bg=" } ] }, @@ -28524,7 +28524,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:56 GMT" } ], "EndpointProperties": [ @@ -28569,7 +28569,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:56 GMT" } ], "EndpointProperties": [ @@ -28606,7 +28606,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 20:13:18 GMT" + "Value": "Thu, 02 Jan 2025 10:05:19 GMT" } ], "EndpointProperties": [ @@ -28651,7 +28651,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 20:13:18 GMT" + "Value": "Thu, 02 Jan 2025 10:05:19 GMT" } ], "EndpointProperties": [ @@ -28662,7 +28662,7 @@ ] }, { - "Route": "data/Drinks.hh1uwoj8km.json", + "Route": "data/Drinks.json", "AssetFile": "data/Drinks.json", "Selectors": [], "ResponseHeaders": [ @@ -28672,11 +28672,11 @@ }, { "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" + "Value": "no-cache" }, { "Name": "Content-Length", - "Value": "1115" + "Value": "1396" }, { "Name": "Content-Type", @@ -28684,30 +28684,22 @@ }, { "Name": "ETag", - "Value": "\"BRP1Eq+lLuJX0DMpbOkCGfXBbp5dmfliNFm2onTFtXQ=\"" + "Value": "\"S+TwWNO40FY8Ct3G0vy78I/zMwMtvKTvCVyCDrxjJeM=\"" }, { "Name": "Last-Modified", - "Value": "Mon, 06 Jan 2025 20:28:31 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" } ], "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hh1uwoj8km" - }, { "Name": "integrity", - "Value": "sha256-BRP1Eq+lLuJX0DMpbOkCGfXBbp5dmfliNFm2onTFtXQ=" - }, - { - "Name": "label", - "Value": "data/Drinks.json" + "Value": "sha256-S+TwWNO40FY8Ct3G0vy78I/zMwMtvKTvCVyCDrxjJeM=" } ] }, { - "Route": "data/Drinks.json", + "Route": "data/Drinks.r0fx6twfvd.json", "AssetFile": "data/Drinks.json", "Selectors": [], "ResponseHeaders": [ @@ -28717,11 +28709,11 @@ }, { "Name": "Cache-Control", - "Value": "no-cache" + "Value": "max-age=31536000, immutable" }, { "Name": "Content-Length", - "Value": "1115" + "Value": "1396" }, { "Name": "Content-Type", @@ -28729,17 +28721,25 @@ }, { "Name": "ETag", - "Value": "\"BRP1Eq+lLuJX0DMpbOkCGfXBbp5dmfliNFm2onTFtXQ=\"" + "Value": "\"S+TwWNO40FY8Ct3G0vy78I/zMwMtvKTvCVyCDrxjJeM=\"" }, { "Name": "Last-Modified", - "Value": "Mon, 06 Jan 2025 20:28:31 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" } ], "EndpointProperties": [ + { + "Name": "fingerprint", + "Value": "r0fx6twfvd" + }, { "Name": "integrity", - "Value": "sha256-BRP1Eq+lLuJX0DMpbOkCGfXBbp5dmfliNFm2onTFtXQ=" + "Value": "sha256-S+TwWNO40FY8Ct3G0vy78I/zMwMtvKTvCVyCDrxjJeM=" + }, + { + "Name": "label", + "Value": "data/Drinks.json" } ] }, @@ -28770,7 +28770,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 20:12:36 GMT" + "Value": "Thu, 02 Jan 2025 10:05:19 GMT" } ], "EndpointProperties": [ @@ -28807,7 +28807,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 20:12:36 GMT" + "Value": "Thu, 02 Jan 2025 10:05:19 GMT" } ], "EndpointProperties": [ @@ -28852,7 +28852,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:55 GMT" } ], "EndpointProperties": [ @@ -28897,7 +28897,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:55 GMT" } ], "EndpointProperties": [ diff --git a/Website/Website/bin/Debug/net8.0/Website.staticwebassets.runtime.json b/Website/Website/bin/Debug/net8.0/Website.staticwebassets.runtime.json index e2ea8a5..42462c8 100644 --- a/Website/Website/bin/Debug/net8.0/Website.staticwebassets.runtime.json +++ b/Website/Website/bin/Debug/net8.0/Website.staticwebassets.runtime.json @@ -1 +1 @@ -{"ContentRoots":["C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\","C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\","C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\","C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\wwwroot\\","C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\obj\\Debug\\net8.0\\scopedcss\\bundle\\"],"Root":{"Children":{"app.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"app.css"},"Patterns":null},"bootstrap":{"Children":{"bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"bootstrap/bootstrap.min.css"},"Patterns":null},"bootstrap.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"bootstrap/bootstrap.min.css.map"},"Patterns":null}},"Asset":null,"Patterns":null},"data":{"Children":{"Alcohols.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"data/Alcohols.json"},"Patterns":null},"Drinks.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"data/Drinks.json"},"Patterns":null},"Liquids.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"data/Liquids.json"},"Patterns":null}},"Asset":null,"Patterns":null},"favicon.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"favicon.png"},"Patterns":null},"_framework":{"Children":{"blazor.boot.json":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/blazor.boot.json"},"Patterns":null},"blazor.webassembly.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/blazor.webassembly.js"},"Patterns":null},"dotnet.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.js"},"Patterns":null},"dotnet.js.map":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.js.map"},"Patterns":null},"dotnet.native.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.native.js"},"Patterns":null},"dotnet.native.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.native.wasm"},"Patterns":null},"dotnet.runtime.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.runtime.js"},"Patterns":null},"dotnet.runtime.js.map":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.runtime.js.map"},"Patterns":null},"emcc-props.json":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/emcc-props.json"},"Patterns":null},"icudt_CJK.dat":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_CJK.dat"},"Patterns":null},"icudt_EFIGS.dat":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_EFIGS.dat"},"Patterns":null},"icudt_no_CJK.dat":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_no_CJK.dat"},"Patterns":null},"Microsoft.AspNetCore.Authorization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Authorization.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.Forms.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.Forms.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.Web.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.WebAssembly.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm"},"Patterns":null},"Microsoft.AspNetCore.Metadata.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Metadata.wasm"},"Patterns":null},"Microsoft.CSharp.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.CSharp.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.Binder.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Binder.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.FileExtensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.FileExtensions.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Json.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.wasm"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.DependencyInjection.wasm"},"Patterns":null},"Microsoft.Extensions.FileProviders.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileProviders.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.FileProviders.Physical.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileProviders.Physical.wasm"},"Patterns":null},"Microsoft.Extensions.FileSystemGlobbing.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileSystemGlobbing.wasm"},"Patterns":null},"Microsoft.Extensions.Logging.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Logging.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.Logging.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Logging.wasm"},"Patterns":null},"Microsoft.Extensions.Options.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Options.wasm"},"Patterns":null},"Microsoft.Extensions.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Primitives.wasm"},"Patterns":null},"Microsoft.JSInterop.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.JSInterop.wasm"},"Patterns":null},"Microsoft.JSInterop.WebAssembly.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.JSInterop.WebAssembly.wasm"},"Patterns":null},"Microsoft.VisualBasic.Core.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.VisualBasic.Core.wasm"},"Patterns":null},"Microsoft.VisualBasic.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.VisualBasic.wasm"},"Patterns":null},"Microsoft.Win32.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Win32.Primitives.wasm"},"Patterns":null},"Microsoft.Win32.Registry.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Win32.Registry.wasm"},"Patterns":null},"mscorlib.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/mscorlib.wasm"},"Patterns":null},"netstandard.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/netstandard.wasm"},"Patterns":null},"System.AppContext.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.AppContext.wasm"},"Patterns":null},"System.Buffers.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Buffers.wasm"},"Patterns":null},"System.Collections.Concurrent.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Concurrent.wasm"},"Patterns":null},"System.Collections.Immutable.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Immutable.wasm"},"Patterns":null},"System.Collections.NonGeneric.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.NonGeneric.wasm"},"Patterns":null},"System.Collections.Specialized.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Specialized.wasm"},"Patterns":null},"System.Collections.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.wasm"},"Patterns":null},"System.ComponentModel.Annotations.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.Annotations.wasm"},"Patterns":null},"System.ComponentModel.DataAnnotations.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.DataAnnotations.wasm"},"Patterns":null},"System.ComponentModel.EventBasedAsync.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.EventBasedAsync.wasm"},"Patterns":null},"System.ComponentModel.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.Primitives.wasm"},"Patterns":null},"System.ComponentModel.TypeConverter.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.TypeConverter.wasm"},"Patterns":null},"System.ComponentModel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.wasm"},"Patterns":null},"System.Configuration.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Configuration.wasm"},"Patterns":null},"System.Console.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Console.wasm"},"Patterns":null},"System.Core.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Core.wasm"},"Patterns":null},"System.Data.Common.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.Common.wasm"},"Patterns":null},"System.Data.DataSetExtensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.DataSetExtensions.wasm"},"Patterns":null},"System.Data.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.wasm"},"Patterns":null},"System.Diagnostics.Contracts.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Contracts.wasm"},"Patterns":null},"System.Diagnostics.Debug.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Debug.wasm"},"Patterns":null},"System.Diagnostics.DiagnosticSource.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.DiagnosticSource.wasm"},"Patterns":null},"System.Diagnostics.FileVersionInfo.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.FileVersionInfo.wasm"},"Patterns":null},"System.Diagnostics.Process.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Process.wasm"},"Patterns":null},"System.Diagnostics.StackTrace.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.StackTrace.wasm"},"Patterns":null},"System.Diagnostics.TextWriterTraceListener.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.TextWriterTraceListener.wasm"},"Patterns":null},"System.Diagnostics.Tools.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Tools.wasm"},"Patterns":null},"System.Diagnostics.TraceSource.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.TraceSource.wasm"},"Patterns":null},"System.Diagnostics.Tracing.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Tracing.wasm"},"Patterns":null},"System.Drawing.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Drawing.Primitives.wasm"},"Patterns":null},"System.Drawing.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Drawing.wasm"},"Patterns":null},"System.Dynamic.Runtime.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Dynamic.Runtime.wasm"},"Patterns":null},"System.Formats.Asn1.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Formats.Asn1.wasm"},"Patterns":null},"System.Formats.Tar.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Formats.Tar.wasm"},"Patterns":null},"System.Globalization.Calendars.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.Calendars.wasm"},"Patterns":null},"System.Globalization.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.Extensions.wasm"},"Patterns":null},"System.Globalization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.wasm"},"Patterns":null},"System.IO.Compression.Brotli.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.Brotli.wasm"},"Patterns":null},"System.IO.Compression.FileSystem.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.FileSystem.wasm"},"Patterns":null},"System.IO.Compression.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.wasm"},"Patterns":null},"System.IO.Compression.ZipFile.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.ZipFile.wasm"},"Patterns":null},"System.IO.FileSystem.AccessControl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.AccessControl.wasm"},"Patterns":null},"System.IO.FileSystem.DriveInfo.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.DriveInfo.wasm"},"Patterns":null},"System.IO.FileSystem.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.Primitives.wasm"},"Patterns":null},"System.IO.FileSystem.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.wasm"},"Patterns":null},"System.IO.FileSystem.Watcher.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.Watcher.wasm"},"Patterns":null},"System.IO.IsolatedStorage.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.IsolatedStorage.wasm"},"Patterns":null},"System.IO.MemoryMappedFiles.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.MemoryMappedFiles.wasm"},"Patterns":null},"System.IO.Pipelines.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipelines.wasm"},"Patterns":null},"System.IO.Pipes.AccessControl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipes.AccessControl.wasm"},"Patterns":null},"System.IO.Pipes.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipes.wasm"},"Patterns":null},"System.IO.UnmanagedMemoryStream.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.UnmanagedMemoryStream.wasm"},"Patterns":null},"System.IO.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.wasm"},"Patterns":null},"System.Linq.Expressions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Expressions.wasm"},"Patterns":null},"System.Linq.Parallel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Parallel.wasm"},"Patterns":null},"System.Linq.Queryable.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Queryable.wasm"},"Patterns":null},"System.Linq.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.wasm"},"Patterns":null},"System.Memory.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Memory.wasm"},"Patterns":null},"System.Net.Http.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Http.Json.wasm"},"Patterns":null},"System.Net.Http.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Http.wasm"},"Patterns":null},"System.Net.HttpListener.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.HttpListener.wasm"},"Patterns":null},"System.Net.Mail.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Mail.wasm"},"Patterns":null},"System.Net.NameResolution.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.NameResolution.wasm"},"Patterns":null},"System.Net.NetworkInformation.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.NetworkInformation.wasm"},"Patterns":null},"System.Net.Ping.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Ping.wasm"},"Patterns":null},"System.Net.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Primitives.wasm"},"Patterns":null},"System.Net.Quic.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Quic.wasm"},"Patterns":null},"System.Net.Requests.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Requests.wasm"},"Patterns":null},"System.Net.Security.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Security.wasm"},"Patterns":null},"System.Net.ServicePoint.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.ServicePoint.wasm"},"Patterns":null},"System.Net.Sockets.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Sockets.wasm"},"Patterns":null},"System.Net.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.wasm"},"Patterns":null},"System.Net.WebClient.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebClient.wasm"},"Patterns":null},"System.Net.WebHeaderCollection.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebHeaderCollection.wasm"},"Patterns":null},"System.Net.WebProxy.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebProxy.wasm"},"Patterns":null},"System.Net.WebSockets.Client.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebSockets.Client.wasm"},"Patterns":null},"System.Net.WebSockets.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebSockets.wasm"},"Patterns":null},"System.Numerics.Vectors.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Numerics.Vectors.wasm"},"Patterns":null},"System.Numerics.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Numerics.wasm"},"Patterns":null},"System.ObjectModel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ObjectModel.wasm"},"Patterns":null},"System.Private.CoreLib.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.CoreLib.wasm"},"Patterns":null},"System.Private.DataContractSerialization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.DataContractSerialization.wasm"},"Patterns":null},"System.Private.Uri.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Uri.wasm"},"Patterns":null},"System.Private.Xml.Linq.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Xml.Linq.wasm"},"Patterns":null},"System.Private.Xml.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Xml.wasm"},"Patterns":null},"System.Reflection.DispatchProxy.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.DispatchProxy.wasm"},"Patterns":null},"System.Reflection.Emit.ILGeneration.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.ILGeneration.wasm"},"Patterns":null},"System.Reflection.Emit.Lightweight.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.Lightweight.wasm"},"Patterns":null},"System.Reflection.Emit.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.wasm"},"Patterns":null},"System.Reflection.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Extensions.wasm"},"Patterns":null},"System.Reflection.Metadata.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Metadata.wasm"},"Patterns":null},"System.Reflection.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Primitives.wasm"},"Patterns":null},"System.Reflection.TypeExtensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.TypeExtensions.wasm"},"Patterns":null},"System.Reflection.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.wasm"},"Patterns":null},"System.Resources.Reader.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.Reader.wasm"},"Patterns":null},"System.Resources.ResourceManager.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.ResourceManager.wasm"},"Patterns":null},"System.Resources.Writer.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.Writer.wasm"},"Patterns":null},"System.Runtime.CompilerServices.Unsafe.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.CompilerServices.Unsafe.wasm"},"Patterns":null},"System.Runtime.CompilerServices.VisualC.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.CompilerServices.VisualC.wasm"},"Patterns":null},"System.Runtime.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Extensions.wasm"},"Patterns":null},"System.Runtime.Handles.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Handles.wasm"},"Patterns":null},"System.Runtime.InteropServices.JavaScript.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.JavaScript.wasm"},"Patterns":null},"System.Runtime.InteropServices.RuntimeInformation.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.RuntimeInformation.wasm"},"Patterns":null},"System.Runtime.InteropServices.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.wasm"},"Patterns":null},"System.Runtime.Intrinsics.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Intrinsics.wasm"},"Patterns":null},"System.Runtime.Loader.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Loader.wasm"},"Patterns":null},"System.Runtime.Numerics.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Numerics.wasm"},"Patterns":null},"System.Runtime.Serialization.Formatters.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Formatters.wasm"},"Patterns":null},"System.Runtime.Serialization.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Json.wasm"},"Patterns":null},"System.Runtime.Serialization.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Primitives.wasm"},"Patterns":null},"System.Runtime.Serialization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.wasm"},"Patterns":null},"System.Runtime.Serialization.Xml.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Xml.wasm"},"Patterns":null},"System.Runtime.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.wasm"},"Patterns":null},"System.Security.AccessControl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.AccessControl.wasm"},"Patterns":null},"System.Security.Claims.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Claims.wasm"},"Patterns":null},"System.Security.Cryptography.Algorithms.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Algorithms.wasm"},"Patterns":null},"System.Security.Cryptography.Cng.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Cng.wasm"},"Patterns":null},"System.Security.Cryptography.Csp.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Csp.wasm"},"Patterns":null},"System.Security.Cryptography.Encoding.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Encoding.wasm"},"Patterns":null},"System.Security.Cryptography.OpenSsl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.OpenSsl.wasm"},"Patterns":null},"System.Security.Cryptography.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Primitives.wasm"},"Patterns":null},"System.Security.Cryptography.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.wasm"},"Patterns":null},"System.Security.Cryptography.X509Certificates.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.X509Certificates.wasm"},"Patterns":null},"System.Security.Principal.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Principal.wasm"},"Patterns":null},"System.Security.Principal.Windows.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Principal.Windows.wasm"},"Patterns":null},"System.Security.SecureString.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.SecureString.wasm"},"Patterns":null},"System.Security.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.wasm"},"Patterns":null},"System.ServiceModel.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ServiceModel.Web.wasm"},"Patterns":null},"System.ServiceProcess.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ServiceProcess.wasm"},"Patterns":null},"System.Text.Encoding.CodePages.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.CodePages.wasm"},"Patterns":null},"System.Text.Encoding.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.Extensions.wasm"},"Patterns":null},"System.Text.Encoding.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.wasm"},"Patterns":null},"System.Text.Encodings.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encodings.Web.wasm"},"Patterns":null},"System.Text.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Json.wasm"},"Patterns":null},"System.Text.RegularExpressions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.RegularExpressions.wasm"},"Patterns":null},"System.Threading.Channels.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Channels.wasm"},"Patterns":null},"System.Threading.Overlapped.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Overlapped.wasm"},"Patterns":null},"System.Threading.Tasks.Dataflow.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Dataflow.wasm"},"Patterns":null},"System.Threading.Tasks.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Extensions.wasm"},"Patterns":null},"System.Threading.Tasks.Parallel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Parallel.wasm"},"Patterns":null},"System.Threading.Tasks.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.wasm"},"Patterns":null},"System.Threading.Thread.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Thread.wasm"},"Patterns":null},"System.Threading.ThreadPool.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.ThreadPool.wasm"},"Patterns":null},"System.Threading.Timer.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Timer.wasm"},"Patterns":null},"System.Threading.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.wasm"},"Patterns":null},"System.Transactions.Local.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Transactions.Local.wasm"},"Patterns":null},"System.Transactions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Transactions.wasm"},"Patterns":null},"System.ValueTuple.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ValueTuple.wasm"},"Patterns":null},"System.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.wasm"},"Patterns":null},"System.Web.HttpUtility.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Web.HttpUtility.wasm"},"Patterns":null},"System.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Web.wasm"},"Patterns":null},"System.Windows.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Windows.wasm"},"Patterns":null},"System.Xml.Linq.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.Linq.wasm"},"Patterns":null},"System.Xml.ReaderWriter.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.ReaderWriter.wasm"},"Patterns":null},"System.Xml.Serialization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.Serialization.wasm"},"Patterns":null},"System.Xml.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.wasm"},"Patterns":null},"System.Xml.XDocument.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XDocument.wasm"},"Patterns":null},"System.Xml.XmlDocument.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XmlDocument.wasm"},"Patterns":null},"System.Xml.XmlSerializer.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XmlSerializer.wasm"},"Patterns":null},"System.Xml.XPath.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XPath.wasm"},"Patterns":null},"System.Xml.XPath.XDocument.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XPath.XDocument.wasm"},"Patterns":null},"Website.Client.pdb":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Website.Client.pdb"},"Patterns":null},"Website.Client.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Website.Client.wasm"},"Patterns":null},"WindowsBase.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/WindowsBase.wasm"},"Patterns":null},"System.Xml.XPath.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"04a487v8dk-nizy1jf1r0.gz"},"Patterns":null},"Website.Client.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"06xhlk2478-10qtdtf8da.gz"},"Patterns":null},"System.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"086u6yzl35-hqi8x6bymk.gz"},"Patterns":null},"System.IO.Pipelines.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"0bp2h8ufhq-iudrcw56e1.gz"},"Patterns":null},"System.IO.FileSystem.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"0irw3zla49-kqtqolm4wa.gz"},"Patterns":null},"System.IO.Compression.Brotli.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"0knkqd933w-sv4ivqpdih.gz"},"Patterns":null},"emcc-props.json.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"0qg8z4cu2n-oyz0vx2fzb.gz"},"Patterns":null},"System.Xml.XDocument.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"113hg5hh18-h3yeys7sb7.gz"},"Patterns":null},"System.Globalization.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"15dfqkray5-yxrd07gwvl.gz"},"Patterns":null},"System.Reflection.Emit.Lightweight.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"16gkmd3qyn-u3evpglqtv.gz"},"Patterns":null},"System.Security.SecureString.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"1hblptriwp-a1bvfrdfb0.gz"},"Patterns":null},"System.IO.IsolatedStorage.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"1huhr2mzyn-ve69vgf5kz.gz"},"Patterns":null},"System.Net.NetworkInformation.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"1ibz4kqyc0-uovh5g3v63.gz"},"Patterns":null},"System.Resources.Writer.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"24f91srh18-gmkxofgq6z.gz"},"Patterns":null},"System.Threading.Timer.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"28xa66ni2k-wyvnqt03fv.gz"},"Patterns":null},"blazor.webassembly.js.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"2hd3hup4x7-mv535bwyet.gz"},"Patterns":null},"Website.Client.pdb.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"306m1unmgj-j2j1jdk9ss.gz"},"Patterns":null},"System.Net.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"324w13xuvo-bi4ws36sl2.gz"},"Patterns":null},"System.Reflection.Emit.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"36hb6ks61s-xcolejwqh0.gz"},"Patterns":null},"System.ComponentModel.DataAnnotations.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"3do1xgb209-ix9s17e4oa.gz"},"Patterns":null},"System.ComponentModel.TypeConverter.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"3iplrib5f1-ek4hlhdqkj.gz"},"Patterns":null},"System.Runtime.InteropServices.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"3oxhwn0e7e-arf11keiq9.gz"},"Patterns":null},"System.Xml.XmlSerializer.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"3vnwcuaexo-gqix7qqjto.gz"},"Patterns":null},"System.Security.Principal.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4ep2tuqqvh-nwmq9c0dxp.gz"},"Patterns":null},"System.Private.Xml.Linq.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4gf6l5tac6-dgkgnxso4m.gz"},"Patterns":null},"System.Transactions.Local.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4if7lrerku-033xejool8.gz"},"Patterns":null},"System.Collections.NonGeneric.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4m61xkkzic-wgqopll9rf.gz"},"Patterns":null},"System.Runtime.Serialization.Formatters.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4wku2hu407-h26lzyu81w.gz"},"Patterns":null},"mscorlib.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"57n2zserhj-twlt8rxgl3.gz"},"Patterns":null},"System.IO.FileSystem.DriveInfo.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5d75awqi98-0yldq48nb4.gz"},"Patterns":null},"System.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5fh9d1idcu-osnb0kzr6n.gz"},"Patterns":null},"System.IO.FileSystem.AccessControl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5g80oqiykv-drckq1wkq3.gz"},"Patterns":null},"Microsoft.JSInterop.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5hmh5cfrjo-h1b8h0vt7q.gz"},"Patterns":null},"System.Windows.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5kj1e1duz5-ob6wu8zdxc.gz"},"Patterns":null},"System.Net.Sockets.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5nc9t7881e-gbqoxsv40r.gz"},"Patterns":null},"System.Configuration.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5x2hw9hlph-67lwahgksx.gz"},"Patterns":null},"System.Threading.ThreadPool.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"62z0o2i9pb-turgxoxt8a.gz"},"Patterns":null},"System.Resources.ResourceManager.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"69b0nullub-1hzkk1v31b.gz"},"Patterns":null},"System.ComponentModel.Annotations.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6a14p9cnfm-7vq6uvcllp.gz"},"Patterns":null},"System.Web.HttpUtility.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6ckavr9kyn-9pqt1af9za.gz"},"Patterns":null},"System.IO.Compression.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6e33x6oap5-cub3louzqd.gz"},"Patterns":null},"System.ComponentModel.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6hh6ezf247-akyqtilzco.gz"},"Patterns":null},"System.Net.Quic.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6i5reauy9a-tnxw0hw66n.gz"},"Patterns":null},"System.Reflection.TypeExtensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6lf2ddmv1l-gyfyt6ifle.gz"},"Patterns":null},"System.Runtime.Loader.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6nmjb2ga9x-1iz0927hqc.gz"},"Patterns":null},"System.Diagnostics.DiagnosticSource.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"768lripqfk-7hqmuqq5cq.gz"},"Patterns":null},"System.IO.FileSystem.Watcher.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7bwqdgi3te-oj9i08g6lz.gz"},"Patterns":null},"Microsoft.Extensions.FileProviders.Physical.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7ju68gy5ye-rpvltkbyzt.gz"},"Patterns":null},"System.ServiceProcess.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7tlppx7xm5-ces8qi4jdv.gz"},"Patterns":null},"System.Linq.Parallel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7vh4rfs37c-uqq1toshjs.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7w5so08yb1-4njtqvtvgx.gz"},"Patterns":null},"System.IO.FileSystem.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7zj9q3kwy5-6dbzlzi6uo.gz"},"Patterns":null},"System.Dynamic.Runtime.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8c7w0qgkmn-onxt1qlo23.gz"},"Patterns":null},"System.Text.Encodings.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8d128emwtl-9x7dptacey.gz"},"Patterns":null},"System.Linq.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8eh5y9tp1c-bqy8sv168l.gz"},"Patterns":null},"System.Private.Xml.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8ezvspfqzk-66ysrn2owv.gz"},"Patterns":null},"System.IO.Compression.FileSystem.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8ipet00v1f-9vh2vkrqrk.gz"},"Patterns":null},"dotnet.js.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8j9ggs5dy9-rqxhp8973g.gz"},"Patterns":null},"System.Threading.Channels.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8jhparz1fs-1udekzdv05.gz"},"Patterns":null},"System.Runtime.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8js2b3ikzg-iz9521x4d5.gz"},"Patterns":null},"System.Text.Encoding.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8nmyr3nvr7-5bq2cvr3hg.gz"},"Patterns":null},"System.Resources.Reader.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8qc79e3nu4-x35pd1xcsk.gz"},"Patterns":null},"System.Runtime.Serialization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8s5drhusp6-xduo6mn7ma.gz"},"Patterns":null},"System.Text.RegularExpressions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8st2mjmvff-3e7pdp88zp.gz"},"Patterns":null},"netstandard.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"9e3m4lhpqa-mq4q4k2a4q.gz"},"Patterns":null},"dotnet.native.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"9u0at65pop-keyssdiug3.gz"},"Patterns":null},"System.Linq.Expressions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"a79tq9ynwt-8i9v2949fr.gz"},"Patterns":null},"System.Runtime.Serialization.Xml.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"acd83xah5k-cg50v6hv4d.gz"},"Patterns":null},"System.Security.Cryptography.X509Certificates.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ahhmji10vw-982lmixj89.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.Binder.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ayfnxaw2xn-0r3amze666.gz"},"Patterns":null},"System.Net.Http.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"b1j4g2aidh-gwhgic1g4s.gz"},"Patterns":null},"System.Diagnostics.Debug.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"b8331giksb-5rlkx55y19.gz"},"Patterns":null},"System.Data.DataSetExtensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"bapsepfweu-o2o4ch8qxi.gz"},"Patterns":null},"System.Collections.Concurrent.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"bfqrylll5s-i1lssuj9i7.gz"},"Patterns":null},"System.Xml.XPath.XDocument.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"bhjajimbgl-xdmaord4ni.gz"},"Patterns":null},"Microsoft.Win32.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"bokgch25i1-ggby92gbf5.gz"},"Patterns":null},"System.Net.WebSockets.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"btvfot68ru-box0kt0ygr.gz"},"Patterns":null},"System.Xml.XmlDocument.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"c95lybnc83-quym58pgua.gz"},"Patterns":null},"Microsoft.Extensions.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ca5aa9q9i4-lsakbjp1fg.gz"},"Patterns":null},"System.Console.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"cdusluos85-e4ovel0up8.gz"},"Patterns":null},"Microsoft.Win32.Registry.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ch98c0vyyx-l1dpo0yxvc.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ci3kptexkj-yy6f57640l.gz"},"Patterns":null},"System.IO.MemoryMappedFiles.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ctxyflpotb-bx37hgrj5q.gz"},"Patterns":null},"Microsoft.VisualBasic.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"d53r06wrnt-z5tte9hbl9.gz"},"Patterns":null},"Microsoft.JSInterop.WebAssembly.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"d5q87850bj-p7vg34owcn.gz"},"Patterns":null},"System.Runtime.CompilerServices.VisualC.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"d6zxzoeihc-z2tqksfwxn.gz"},"Patterns":null},"System.IO.Compression.ZipFile.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"detkbca685-vauvbpg47n.gz"},"Patterns":null},"System.Net.Requests.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"dfaw8i07sg-p7aqa3ydbf.gz"},"Patterns":null},"dotnet.js.map.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"dj9qgodrn5-387laeplku.gz"},"Patterns":null},"System.Security.Cryptography.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"e27pp01hks-8sy06h2xub.gz"},"Patterns":null},"System.Security.AccessControl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"evz4x8kkgb-w83xci1s0e.gz"},"Patterns":null},"System.Reflection.Emit.ILGeneration.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"f0ajty1722-8hlod3by22.gz"},"Patterns":null},"System.Runtime.InteropServices.JavaScript.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"favjpgserh-t14slsf5gb.gz"},"Patterns":null},"dotnet.native.js.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fjvbv9yavq-xteh9p4yli.gz"},"Patterns":null},"Microsoft.Extensions.Options.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fwfzkhuqt8-jt8xzja2dj.gz"},"Patterns":null},"Microsoft.VisualBasic.Core.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fxogqfms1a-4tebkgrdgm.gz"},"Patterns":null},"dotnet.runtime.js.map.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fzzqt028uw-zqgqlj6bjk.gz"},"Patterns":null},"System.ObjectModel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"g2f3ayhkgf-oi5its9v0z.gz"},"Patterns":null},"System.Memory.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"g76rrh4lgu-00lkbcsi6k.gz"},"Patterns":null},"System.Runtime.CompilerServices.Unsafe.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"g88hfs9ug7-99j5jlhtlf.gz"},"Patterns":null},"blazor.boot.json.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gai494obq8-kufizuu150.gz"},"Patterns":null},"System.Net.WebClient.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ghz44jcq0l-fcia9ky19l.gz"},"Patterns":null},"System.Globalization.Calendars.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gix98vlg0x-sagqyj2lx6.gz"},"Patterns":null},"icudt_EFIGS.dat.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gkw3yb3vs4-tptq2av103.gz"},"Patterns":null},"WindowsBase.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gskpo8ls9g-ide822gizw.gz"},"Patterns":null},"Microsoft.Extensions.Logging.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gu54mkd5rz-xlpspxuy08.gz"},"Patterns":null},"System.Xml.Serialization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"h2p06rhgip-8nymyky8vt.gz"},"Patterns":null},"System.Runtime.Handles.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"h68ufmkaki-x1zwj8gq0q.gz"},"Patterns":null},"System.Reflection.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"hb8ye351nd-05yfgzvmh7.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"hbdopticmc-8kr5d0tjmo.gz"},"Patterns":null},"System.Security.Cryptography.Encoding.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"hg075kso0q-ylyh0nvuhn.gz"},"Patterns":null},"System.Private.Uri.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"hz83gb6xmq-4fwiisng6i.gz"},"Patterns":null},"icudt_no_CJK.dat.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"i2c8nfdtsk-lfu7j35m59.gz"},"Patterns":null},"System.Net.WebProxy.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"i4ep49nzwb-djpann52a6.gz"},"Patterns":null},"System.AppContext.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"i8idrx1mcn-mhv3ru1aoa.gz"},"Patterns":null},"System.Net.Http.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ijk0xpt1h4-8t67dotvrh.gz"},"Patterns":null},"System.Diagnostics.StackTrace.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"il91pt7pko-wnrtcnhpgl.gz"},"Patterns":null},"Microsoft.Extensions.Logging.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"j7qy09g2sc-icotprrmdv.gz"},"Patterns":null},"System.Net.ServicePoint.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jd5ybzr9lh-61v0nen4hx.gz"},"Patterns":null},"System.Numerics.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jeaodzfja7-fzteml2ksa.gz"},"Patterns":null},"System.Linq.Queryable.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jjzi0e2tbs-4mn95jeqkz.gz"},"Patterns":null},"System.IO.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jm470z3phm-674jwrdv5k.gz"},"Patterns":null},"dotnet.runtime.js.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jpwc78p5ga-xjx70hiola.gz"},"Patterns":null},"Microsoft.AspNetCore.Authorization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"k3ev4p268n-n5pslkucsz.gz"},"Patterns":null},"System.Threading.Tasks.Parallel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"k3twv17qn3-y8m4zhesg5.gz"},"Patterns":null},"System.Threading.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"k7jsgweg71-cf1vupxs9i.gz"},"Patterns":null},"System.Xml.Linq.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"kblqw9fpct-v5c0vzhnig.gz"},"Patterns":null},"System.Security.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"kt165yc41q-r0ybprwbdo.gz"},"Patterns":null},"System.Net.Ping.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"kv7akofu7p-xbwtybogqw.gz"},"Patterns":null},"System.Buffers.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"l5txsii5i1-wlim793jkw.gz"},"Patterns":null},"System.ComponentModel.EventBasedAsync.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"lcw25evezq-21e6uomdqg.gz"},"Patterns":null},"System.Threading.Thread.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"li26yqjeam-83w11tdkvv.gz"},"Patterns":null},"System.ComponentModel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"lpxbc0xcwu-yfl2eaopkw.gz"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"m1nhgyj3ij-kgyjb8k43h.gz"},"Patterns":null},"System.Threading.Tasks.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"m5ulbl575g-grhpsybruk.gz"},"Patterns":null},"System.Formats.Tar.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"md2p5n8p8v-vb374cvsdq.gz"},"Patterns":null},"System.Runtime.Numerics.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mdl3czdiv2-qvepw4e78q.gz"},"Patterns":null},"System.IO.Pipes.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"meqxxnnqvx-n33yixsck6.gz"},"Patterns":null},"System.Drawing.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mh2ichqmqf-o1fazgbrf7.gz"},"Patterns":null},"System.Diagnostics.FileVersionInfo.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mjknyr1kew-grrk3hrp1l.gz"},"Patterns":null},"System.Threading.Tasks.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mq15jbnpmi-nr23lugli1.gz"},"Patterns":null},"System.Xml.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mxr0e4p5kt-igj5a0xdr6.gz"},"Patterns":null},"System.Security.Cryptography.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"nafpk38rqn-77xcltn6z8.gz"},"Patterns":null},"System.ValueTuple.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"nrej3ggqhh-ooru0eoira.gz"},"Patterns":null},"System.Private.DataContractSerialization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"nvk83tidwv-1jyxr7kwjo.gz"},"Patterns":null},"System.Diagnostics.Tracing.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"o6lqquoipu-ncsccugyw8.gz"},"Patterns":null},"System.Formats.Asn1.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"olpuoe44o4-ipp8gya1fy.gz"},"Patterns":null},"System.IO.Pipes.AccessControl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"omv3nzbl98-bk9vrw4i46.gz"},"Patterns":null},"Microsoft.AspNetCore.Metadata.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"op0tvtzk7u-qd66sllxhh.gz"},"Patterns":null},"System.IO.UnmanagedMemoryStream.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"oq9wi4ailw-ac8xrryfy7.gz"},"Patterns":null},"System.Globalization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"oqajmlwnnp-1ul0j5zyts.gz"},"Patterns":null},"System.Net.HttpListener.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"otznmcnlz5-ir65hlfb8z.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"peoessjq6m-dd74gkrng6.gz"},"Patterns":null},"System.Text.Encoding.CodePages.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"pfvio6s8o4-wnm0lr2dr8.gz"},"Patterns":null},"System.Data.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"pykw33j66j-tg72k81p9v.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.WebAssembly.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qa6yar6pcc-71qb4r2d2s.gz"},"Patterns":null},"System.Reflection.DispatchProxy.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qc9qcqr5s2-kgscmlv3if.gz"},"Patterns":null},"System.ServiceModel.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qikbjqw5lg-ice8a74mfp.gz"},"Patterns":null},"System.Runtime.Serialization.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qjiio5xtyo-9ywk5zf0ye.gz"},"Patterns":null},"System.Security.Cryptography.Cng.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qk4td0onpg-is3vw3toke.gz"},"Patterns":null},"System.Security.Principal.Windows.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qkrje1evcx-r50so417ua.gz"},"Patterns":null},"System.Reflection.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qsapjifxrx-oepwslok2k.gz"},"Patterns":null},"System.Threading.Overlapped.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qzrso9t6qt-o0ci7lcesp.gz"},"Patterns":null},"System.Diagnostics.TraceSource.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"r8ctv4wyd5-4l2fl1axw2.gz"},"Patterns":null},"Microsoft.Extensions.FileSystemGlobbing.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"rgwxdst7lg-i464dwxnbb.gz"},"Patterns":null},"System.Collections.Specialized.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"rnkwus257z-sn8l98c62u.gz"},"Patterns":null},"System.Xml.ReaderWriter.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"rzmowmdt16-md2abzowf3.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"s7mmlewj7a-zuiq2k1loo.gz"},"Patterns":null},"System.Transactions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"sdk1at7c6v-yk1d03z5nw.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.Forms.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"smfeiin53n-jm55dcm579.gz"},"Patterns":null},"System.Runtime.Intrinsics.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"smsafl7fbj-s2a2n0v8v5.gz"},"Patterns":null},"System.Reflection.Metadata.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"snmkueee03-zll5ovyn4j.gz"},"Patterns":null},"System.Security.Claims.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"sossmjk0pb-mgppqoca94.gz"},"Patterns":null},"System.Diagnostics.TextWriterTraceListener.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"sozkbt969q-6vo46yau5z.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.FileExtensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"t08ccg8vt4-en8mb8dgz5.gz"},"Patterns":null},"System.Data.Common.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"t60y82b8ct-kbvoyvfq27.gz"},"Patterns":null},"Microsoft.Extensions.FileProviders.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"tkl29nk5xg-1c7ksbormu.gz"},"Patterns":null},"System.Diagnostics.Contracts.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"tlmphuct5q-mjwur1vb3v.gz"},"Patterns":null},"icudt_CJK.dat.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"tup6oou17a-tjcz0u77k5.gz"},"Patterns":null},"System.Net.WebHeaderCollection.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"tuyn985nz3-6286hgwuqh.gz"},"Patterns":null},"System.Runtime.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"u457dfzv6h-hsooj5ku5u.gz"},"Patterns":null},"System.Numerics.Vectors.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ucejdgoot3-pweg4f9jik.gz"},"Patterns":null},"System.Runtime.InteropServices.RuntimeInformation.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ui13sigocd-j622qnirva.gz"},"Patterns":null},"System.Net.NameResolution.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"vbrlhg9h7i-bipvwufop2.gz"},"Patterns":null},"System.Private.CoreLib.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"vejzz9omd4-rcys532pwr.gz"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"w0pjq2d1lz-xqsu2wsvba.gz"},"Patterns":null},"System.Text.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"w42pov7xtq-ppd2fidtln.gz"},"Patterns":null},"System.Security.Cryptography.OpenSsl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"w5w0qiszg7-035cxkpjqr.gz"},"Patterns":null},"System.Text.Encoding.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"wgok0adxrd-eyx33pgiad.gz"},"Patterns":null},"System.Security.Cryptography.Algorithms.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"witjyutmr6-lyl6xulxjq.gz"},"Patterns":null},"System.Collections.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"wjr06919zi-nie06qj6qo.gz"},"Patterns":null},"Microsoft.CSharp.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"x9g0ghziow-fgi1l05bvr.gz"},"Patterns":null},"System.Core.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"xa46nctul2-6oo2lq0wqm.gz"},"Patterns":null},"System.Drawing.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"xrv7w5idw0-g7amuh118t.gz"},"Patterns":null},"System.Threading.Tasks.Dataflow.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"xxdvu4kns6-esmmfynicw.gz"},"Patterns":null},"System.Diagnostics.Process.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"xyzushs1kt-gpvopyyhdq.gz"},"Patterns":null},"System.Net.Mail.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"yac1w3vy2r-u6tb74qjwk.gz"},"Patterns":null},"System.Net.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ycs4dc86o6-5x057ultqg.gz"},"Patterns":null},"System.Net.WebSockets.Client.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ygbwol6ubw-lkvy8locnf.gz"},"Patterns":null},"System.Runtime.Serialization.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"yk3g2cnkjp-gpcerlv545.gz"},"Patterns":null},"System.Diagnostics.Tools.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"z1lx69f3yb-3z6j1wct71.gz"},"Patterns":null},"System.Reflection.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"z5n0i80wxd-ajsaevzb4n.gz"},"Patterns":null},"System.Net.Security.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"zd2msg63jn-9pmm5e0uc6.gz"},"Patterns":null},"System.Collections.Immutable.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"zfps9zsm5w-u0yuhvep8l.gz"},"Patterns":null},"System.Security.Cryptography.Csp.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"zilwrgikc8-77wcsbalfb.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"appsettings.Development.json":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"appsettings.Development.json"},"Patterns":null},"appsettings.json":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"appsettings.json"},"Patterns":null},"Website.styles.css":{"Children":null,"Asset":{"ContentRootIndex":4,"SubPath":"Website.styles.css"},"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":3,"Pattern":"**","Depth":0}]}} \ No newline at end of file +{"ContentRoots":["C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\","C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\","C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\","C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\wwwroot\\","C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\obj\\Debug\\net8.0\\scopedcss\\bundle\\"],"Root":{"Children":{"app.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"app.css"},"Patterns":null},"bootstrap":{"Children":{"bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"bootstrap/bootstrap.min.css"},"Patterns":null},"bootstrap.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"bootstrap/bootstrap.min.css.map"},"Patterns":null}},"Asset":null,"Patterns":null},"data":{"Children":{"Alcohols.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"data/Alcohols.json"},"Patterns":null},"Drinks.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"data/Drinks.json"},"Patterns":null},"Liquids.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"data/Liquids.json"},"Patterns":null}},"Asset":null,"Patterns":null},"favicon.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"favicon.png"},"Patterns":null},"_framework":{"Children":{"blazor.boot.json":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/blazor.boot.json"},"Patterns":null},"blazor.webassembly.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/blazor.webassembly.js"},"Patterns":null},"dotnet.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.js"},"Patterns":null},"dotnet.js.map":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.js.map"},"Patterns":null},"dotnet.native.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.native.js"},"Patterns":null},"dotnet.native.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.native.wasm"},"Patterns":null},"dotnet.runtime.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.runtime.js"},"Patterns":null},"dotnet.runtime.js.map":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.runtime.js.map"},"Patterns":null},"emcc-props.json":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/emcc-props.json"},"Patterns":null},"icudt_CJK.dat":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_CJK.dat"},"Patterns":null},"icudt_EFIGS.dat":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_EFIGS.dat"},"Patterns":null},"icudt_no_CJK.dat":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_no_CJK.dat"},"Patterns":null},"Microsoft.AspNetCore.Authorization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Authorization.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.Forms.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.Forms.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.Web.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.WebAssembly.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm"},"Patterns":null},"Microsoft.AspNetCore.Metadata.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Metadata.wasm"},"Patterns":null},"Microsoft.CSharp.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.CSharp.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.Binder.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Binder.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.FileExtensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.FileExtensions.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Json.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.wasm"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.DependencyInjection.wasm"},"Patterns":null},"Microsoft.Extensions.FileProviders.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileProviders.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.FileProviders.Physical.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileProviders.Physical.wasm"},"Patterns":null},"Microsoft.Extensions.FileSystemGlobbing.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileSystemGlobbing.wasm"},"Patterns":null},"Microsoft.Extensions.Logging.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Logging.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.Logging.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Logging.wasm"},"Patterns":null},"Microsoft.Extensions.Options.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Options.wasm"},"Patterns":null},"Microsoft.Extensions.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Primitives.wasm"},"Patterns":null},"Microsoft.JSInterop.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.JSInterop.wasm"},"Patterns":null},"Microsoft.JSInterop.WebAssembly.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.JSInterop.WebAssembly.wasm"},"Patterns":null},"Microsoft.VisualBasic.Core.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.VisualBasic.Core.wasm"},"Patterns":null},"Microsoft.VisualBasic.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.VisualBasic.wasm"},"Patterns":null},"Microsoft.Win32.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Win32.Primitives.wasm"},"Patterns":null},"Microsoft.Win32.Registry.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Win32.Registry.wasm"},"Patterns":null},"mscorlib.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/mscorlib.wasm"},"Patterns":null},"netstandard.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/netstandard.wasm"},"Patterns":null},"System.AppContext.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.AppContext.wasm"},"Patterns":null},"System.Buffers.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Buffers.wasm"},"Patterns":null},"System.Collections.Concurrent.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Concurrent.wasm"},"Patterns":null},"System.Collections.Immutable.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Immutable.wasm"},"Patterns":null},"System.Collections.NonGeneric.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.NonGeneric.wasm"},"Patterns":null},"System.Collections.Specialized.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Specialized.wasm"},"Patterns":null},"System.Collections.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.wasm"},"Patterns":null},"System.ComponentModel.Annotations.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.Annotations.wasm"},"Patterns":null},"System.ComponentModel.DataAnnotations.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.DataAnnotations.wasm"},"Patterns":null},"System.ComponentModel.EventBasedAsync.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.EventBasedAsync.wasm"},"Patterns":null},"System.ComponentModel.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.Primitives.wasm"},"Patterns":null},"System.ComponentModel.TypeConverter.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.TypeConverter.wasm"},"Patterns":null},"System.ComponentModel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.wasm"},"Patterns":null},"System.Configuration.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Configuration.wasm"},"Patterns":null},"System.Console.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Console.wasm"},"Patterns":null},"System.Core.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Core.wasm"},"Patterns":null},"System.Data.Common.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.Common.wasm"},"Patterns":null},"System.Data.DataSetExtensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.DataSetExtensions.wasm"},"Patterns":null},"System.Data.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.wasm"},"Patterns":null},"System.Diagnostics.Contracts.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Contracts.wasm"},"Patterns":null},"System.Diagnostics.Debug.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Debug.wasm"},"Patterns":null},"System.Diagnostics.DiagnosticSource.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.DiagnosticSource.wasm"},"Patterns":null},"System.Diagnostics.FileVersionInfo.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.FileVersionInfo.wasm"},"Patterns":null},"System.Diagnostics.Process.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Process.wasm"},"Patterns":null},"System.Diagnostics.StackTrace.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.StackTrace.wasm"},"Patterns":null},"System.Diagnostics.TextWriterTraceListener.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.TextWriterTraceListener.wasm"},"Patterns":null},"System.Diagnostics.Tools.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Tools.wasm"},"Patterns":null},"System.Diagnostics.TraceSource.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.TraceSource.wasm"},"Patterns":null},"System.Diagnostics.Tracing.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Tracing.wasm"},"Patterns":null},"System.Drawing.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Drawing.Primitives.wasm"},"Patterns":null},"System.Drawing.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Drawing.wasm"},"Patterns":null},"System.Dynamic.Runtime.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Dynamic.Runtime.wasm"},"Patterns":null},"System.Formats.Asn1.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Formats.Asn1.wasm"},"Patterns":null},"System.Formats.Tar.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Formats.Tar.wasm"},"Patterns":null},"System.Globalization.Calendars.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.Calendars.wasm"},"Patterns":null},"System.Globalization.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.Extensions.wasm"},"Patterns":null},"System.Globalization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.wasm"},"Patterns":null},"System.IO.Compression.Brotli.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.Brotli.wasm"},"Patterns":null},"System.IO.Compression.FileSystem.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.FileSystem.wasm"},"Patterns":null},"System.IO.Compression.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.wasm"},"Patterns":null},"System.IO.Compression.ZipFile.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.ZipFile.wasm"},"Patterns":null},"System.IO.FileSystem.AccessControl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.AccessControl.wasm"},"Patterns":null},"System.IO.FileSystem.DriveInfo.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.DriveInfo.wasm"},"Patterns":null},"System.IO.FileSystem.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.Primitives.wasm"},"Patterns":null},"System.IO.FileSystem.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.wasm"},"Patterns":null},"System.IO.FileSystem.Watcher.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.Watcher.wasm"},"Patterns":null},"System.IO.IsolatedStorage.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.IsolatedStorage.wasm"},"Patterns":null},"System.IO.MemoryMappedFiles.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.MemoryMappedFiles.wasm"},"Patterns":null},"System.IO.Pipelines.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipelines.wasm"},"Patterns":null},"System.IO.Pipes.AccessControl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipes.AccessControl.wasm"},"Patterns":null},"System.IO.Pipes.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipes.wasm"},"Patterns":null},"System.IO.UnmanagedMemoryStream.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.UnmanagedMemoryStream.wasm"},"Patterns":null},"System.IO.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.wasm"},"Patterns":null},"System.Linq.Expressions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Expressions.wasm"},"Patterns":null},"System.Linq.Parallel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Parallel.wasm"},"Patterns":null},"System.Linq.Queryable.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Queryable.wasm"},"Patterns":null},"System.Linq.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.wasm"},"Patterns":null},"System.Memory.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Memory.wasm"},"Patterns":null},"System.Net.Http.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Http.Json.wasm"},"Patterns":null},"System.Net.Http.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Http.wasm"},"Patterns":null},"System.Net.HttpListener.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.HttpListener.wasm"},"Patterns":null},"System.Net.Mail.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Mail.wasm"},"Patterns":null},"System.Net.NameResolution.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.NameResolution.wasm"},"Patterns":null},"System.Net.NetworkInformation.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.NetworkInformation.wasm"},"Patterns":null},"System.Net.Ping.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Ping.wasm"},"Patterns":null},"System.Net.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Primitives.wasm"},"Patterns":null},"System.Net.Quic.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Quic.wasm"},"Patterns":null},"System.Net.Requests.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Requests.wasm"},"Patterns":null},"System.Net.Security.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Security.wasm"},"Patterns":null},"System.Net.ServicePoint.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.ServicePoint.wasm"},"Patterns":null},"System.Net.Sockets.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Sockets.wasm"},"Patterns":null},"System.Net.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.wasm"},"Patterns":null},"System.Net.WebClient.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebClient.wasm"},"Patterns":null},"System.Net.WebHeaderCollection.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebHeaderCollection.wasm"},"Patterns":null},"System.Net.WebProxy.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebProxy.wasm"},"Patterns":null},"System.Net.WebSockets.Client.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebSockets.Client.wasm"},"Patterns":null},"System.Net.WebSockets.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebSockets.wasm"},"Patterns":null},"System.Numerics.Vectors.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Numerics.Vectors.wasm"},"Patterns":null},"System.Numerics.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Numerics.wasm"},"Patterns":null},"System.ObjectModel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ObjectModel.wasm"},"Patterns":null},"System.Private.CoreLib.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.CoreLib.wasm"},"Patterns":null},"System.Private.DataContractSerialization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.DataContractSerialization.wasm"},"Patterns":null},"System.Private.Uri.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Uri.wasm"},"Patterns":null},"System.Private.Xml.Linq.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Xml.Linq.wasm"},"Patterns":null},"System.Private.Xml.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Xml.wasm"},"Patterns":null},"System.Reflection.DispatchProxy.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.DispatchProxy.wasm"},"Patterns":null},"System.Reflection.Emit.ILGeneration.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.ILGeneration.wasm"},"Patterns":null},"System.Reflection.Emit.Lightweight.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.Lightweight.wasm"},"Patterns":null},"System.Reflection.Emit.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.wasm"},"Patterns":null},"System.Reflection.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Extensions.wasm"},"Patterns":null},"System.Reflection.Metadata.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Metadata.wasm"},"Patterns":null},"System.Reflection.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Primitives.wasm"},"Patterns":null},"System.Reflection.TypeExtensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.TypeExtensions.wasm"},"Patterns":null},"System.Reflection.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.wasm"},"Patterns":null},"System.Resources.Reader.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.Reader.wasm"},"Patterns":null},"System.Resources.ResourceManager.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.ResourceManager.wasm"},"Patterns":null},"System.Resources.Writer.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.Writer.wasm"},"Patterns":null},"System.Runtime.CompilerServices.Unsafe.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.CompilerServices.Unsafe.wasm"},"Patterns":null},"System.Runtime.CompilerServices.VisualC.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.CompilerServices.VisualC.wasm"},"Patterns":null},"System.Runtime.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Extensions.wasm"},"Patterns":null},"System.Runtime.Handles.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Handles.wasm"},"Patterns":null},"System.Runtime.InteropServices.JavaScript.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.JavaScript.wasm"},"Patterns":null},"System.Runtime.InteropServices.RuntimeInformation.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.RuntimeInformation.wasm"},"Patterns":null},"System.Runtime.InteropServices.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.wasm"},"Patterns":null},"System.Runtime.Intrinsics.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Intrinsics.wasm"},"Patterns":null},"System.Runtime.Loader.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Loader.wasm"},"Patterns":null},"System.Runtime.Numerics.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Numerics.wasm"},"Patterns":null},"System.Runtime.Serialization.Formatters.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Formatters.wasm"},"Patterns":null},"System.Runtime.Serialization.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Json.wasm"},"Patterns":null},"System.Runtime.Serialization.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Primitives.wasm"},"Patterns":null},"System.Runtime.Serialization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.wasm"},"Patterns":null},"System.Runtime.Serialization.Xml.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Xml.wasm"},"Patterns":null},"System.Runtime.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.wasm"},"Patterns":null},"System.Security.AccessControl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.AccessControl.wasm"},"Patterns":null},"System.Security.Claims.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Claims.wasm"},"Patterns":null},"System.Security.Cryptography.Algorithms.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Algorithms.wasm"},"Patterns":null},"System.Security.Cryptography.Cng.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Cng.wasm"},"Patterns":null},"System.Security.Cryptography.Csp.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Csp.wasm"},"Patterns":null},"System.Security.Cryptography.Encoding.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Encoding.wasm"},"Patterns":null},"System.Security.Cryptography.OpenSsl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.OpenSsl.wasm"},"Patterns":null},"System.Security.Cryptography.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Primitives.wasm"},"Patterns":null},"System.Security.Cryptography.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.wasm"},"Patterns":null},"System.Security.Cryptography.X509Certificates.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.X509Certificates.wasm"},"Patterns":null},"System.Security.Principal.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Principal.wasm"},"Patterns":null},"System.Security.Principal.Windows.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Principal.Windows.wasm"},"Patterns":null},"System.Security.SecureString.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.SecureString.wasm"},"Patterns":null},"System.Security.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.wasm"},"Patterns":null},"System.ServiceModel.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ServiceModel.Web.wasm"},"Patterns":null},"System.ServiceProcess.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ServiceProcess.wasm"},"Patterns":null},"System.Text.Encoding.CodePages.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.CodePages.wasm"},"Patterns":null},"System.Text.Encoding.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.Extensions.wasm"},"Patterns":null},"System.Text.Encoding.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.wasm"},"Patterns":null},"System.Text.Encodings.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encodings.Web.wasm"},"Patterns":null},"System.Text.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Json.wasm"},"Patterns":null},"System.Text.RegularExpressions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.RegularExpressions.wasm"},"Patterns":null},"System.Threading.Channels.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Channels.wasm"},"Patterns":null},"System.Threading.Overlapped.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Overlapped.wasm"},"Patterns":null},"System.Threading.Tasks.Dataflow.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Dataflow.wasm"},"Patterns":null},"System.Threading.Tasks.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Extensions.wasm"},"Patterns":null},"System.Threading.Tasks.Parallel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Parallel.wasm"},"Patterns":null},"System.Threading.Tasks.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.wasm"},"Patterns":null},"System.Threading.Thread.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Thread.wasm"},"Patterns":null},"System.Threading.ThreadPool.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.ThreadPool.wasm"},"Patterns":null},"System.Threading.Timer.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Timer.wasm"},"Patterns":null},"System.Threading.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.wasm"},"Patterns":null},"System.Transactions.Local.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Transactions.Local.wasm"},"Patterns":null},"System.Transactions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Transactions.wasm"},"Patterns":null},"System.ValueTuple.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ValueTuple.wasm"},"Patterns":null},"System.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.wasm"},"Patterns":null},"System.Web.HttpUtility.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Web.HttpUtility.wasm"},"Patterns":null},"System.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Web.wasm"},"Patterns":null},"System.Windows.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Windows.wasm"},"Patterns":null},"System.Xml.Linq.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.Linq.wasm"},"Patterns":null},"System.Xml.ReaderWriter.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.ReaderWriter.wasm"},"Patterns":null},"System.Xml.Serialization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.Serialization.wasm"},"Patterns":null},"System.Xml.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.wasm"},"Patterns":null},"System.Xml.XDocument.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XDocument.wasm"},"Patterns":null},"System.Xml.XmlDocument.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XmlDocument.wasm"},"Patterns":null},"System.Xml.XmlSerializer.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XmlSerializer.wasm"},"Patterns":null},"System.Xml.XPath.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XPath.wasm"},"Patterns":null},"System.Xml.XPath.XDocument.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XPath.XDocument.wasm"},"Patterns":null},"Website.Client.pdb":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Website.Client.pdb"},"Patterns":null},"Website.Client.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Website.Client.wasm"},"Patterns":null},"WindowsBase.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/WindowsBase.wasm"},"Patterns":null},"System.Xml.XPath.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"04a487v8dk-nizy1jf1r0.gz"},"Patterns":null},"Website.Client.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"06xhlk2478-uje4l4996j.gz"},"Patterns":null},"System.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"086u6yzl35-hqi8x6bymk.gz"},"Patterns":null},"System.IO.Pipelines.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"0bp2h8ufhq-iudrcw56e1.gz"},"Patterns":null},"System.IO.FileSystem.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"0irw3zla49-kqtqolm4wa.gz"},"Patterns":null},"System.IO.Compression.Brotli.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"0knkqd933w-sv4ivqpdih.gz"},"Patterns":null},"emcc-props.json.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"0qg8z4cu2n-oyz0vx2fzb.gz"},"Patterns":null},"System.Xml.XDocument.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"113hg5hh18-h3yeys7sb7.gz"},"Patterns":null},"System.Globalization.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"15dfqkray5-yxrd07gwvl.gz"},"Patterns":null},"System.Reflection.Emit.Lightweight.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"16gkmd3qyn-u3evpglqtv.gz"},"Patterns":null},"System.Security.SecureString.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"1hblptriwp-a1bvfrdfb0.gz"},"Patterns":null},"System.IO.IsolatedStorage.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"1huhr2mzyn-ve69vgf5kz.gz"},"Patterns":null},"System.Net.NetworkInformation.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"1ibz4kqyc0-uovh5g3v63.gz"},"Patterns":null},"System.Resources.Writer.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"24f91srh18-gmkxofgq6z.gz"},"Patterns":null},"System.Threading.Timer.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"28xa66ni2k-wyvnqt03fv.gz"},"Patterns":null},"blazor.webassembly.js.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"2hd3hup4x7-mv535bwyet.gz"},"Patterns":null},"Website.Client.pdb.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"306m1unmgj-ww338guy0i.gz"},"Patterns":null},"System.Net.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"324w13xuvo-bi4ws36sl2.gz"},"Patterns":null},"System.Reflection.Emit.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"36hb6ks61s-xcolejwqh0.gz"},"Patterns":null},"System.ComponentModel.DataAnnotations.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"3do1xgb209-ix9s17e4oa.gz"},"Patterns":null},"System.ComponentModel.TypeConverter.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"3iplrib5f1-ek4hlhdqkj.gz"},"Patterns":null},"System.Runtime.InteropServices.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"3oxhwn0e7e-arf11keiq9.gz"},"Patterns":null},"System.Xml.XmlSerializer.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"3vnwcuaexo-gqix7qqjto.gz"},"Patterns":null},"System.Security.Principal.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4ep2tuqqvh-nwmq9c0dxp.gz"},"Patterns":null},"System.Private.Xml.Linq.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4gf6l5tac6-dgkgnxso4m.gz"},"Patterns":null},"System.Transactions.Local.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4if7lrerku-033xejool8.gz"},"Patterns":null},"System.Collections.NonGeneric.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4m61xkkzic-wgqopll9rf.gz"},"Patterns":null},"System.Runtime.Serialization.Formatters.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4wku2hu407-h26lzyu81w.gz"},"Patterns":null},"mscorlib.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"57n2zserhj-twlt8rxgl3.gz"},"Patterns":null},"System.IO.FileSystem.DriveInfo.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5d75awqi98-0yldq48nb4.gz"},"Patterns":null},"System.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5fh9d1idcu-osnb0kzr6n.gz"},"Patterns":null},"System.IO.FileSystem.AccessControl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5g80oqiykv-drckq1wkq3.gz"},"Patterns":null},"Microsoft.JSInterop.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5hmh5cfrjo-h1b8h0vt7q.gz"},"Patterns":null},"System.Windows.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5kj1e1duz5-ob6wu8zdxc.gz"},"Patterns":null},"System.Net.Sockets.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5nc9t7881e-gbqoxsv40r.gz"},"Patterns":null},"System.Configuration.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5x2hw9hlph-67lwahgksx.gz"},"Patterns":null},"System.Threading.ThreadPool.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"62z0o2i9pb-turgxoxt8a.gz"},"Patterns":null},"System.Resources.ResourceManager.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"69b0nullub-1hzkk1v31b.gz"},"Patterns":null},"System.ComponentModel.Annotations.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6a14p9cnfm-7vq6uvcllp.gz"},"Patterns":null},"System.Web.HttpUtility.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6ckavr9kyn-9pqt1af9za.gz"},"Patterns":null},"System.IO.Compression.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6e33x6oap5-cub3louzqd.gz"},"Patterns":null},"System.ComponentModel.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6hh6ezf247-akyqtilzco.gz"},"Patterns":null},"System.Net.Quic.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6i5reauy9a-tnxw0hw66n.gz"},"Patterns":null},"System.Reflection.TypeExtensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6lf2ddmv1l-gyfyt6ifle.gz"},"Patterns":null},"System.Runtime.Loader.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6nmjb2ga9x-1iz0927hqc.gz"},"Patterns":null},"System.Diagnostics.DiagnosticSource.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"768lripqfk-7hqmuqq5cq.gz"},"Patterns":null},"System.IO.FileSystem.Watcher.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7bwqdgi3te-oj9i08g6lz.gz"},"Patterns":null},"Microsoft.Extensions.FileProviders.Physical.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7ju68gy5ye-rpvltkbyzt.gz"},"Patterns":null},"System.ServiceProcess.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7tlppx7xm5-ces8qi4jdv.gz"},"Patterns":null},"System.Linq.Parallel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7vh4rfs37c-uqq1toshjs.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7w5so08yb1-4njtqvtvgx.gz"},"Patterns":null},"System.IO.FileSystem.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7zj9q3kwy5-6dbzlzi6uo.gz"},"Patterns":null},"System.Dynamic.Runtime.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8c7w0qgkmn-onxt1qlo23.gz"},"Patterns":null},"System.Text.Encodings.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8d128emwtl-9x7dptacey.gz"},"Patterns":null},"System.Linq.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8eh5y9tp1c-bqy8sv168l.gz"},"Patterns":null},"System.Private.Xml.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8ezvspfqzk-66ysrn2owv.gz"},"Patterns":null},"System.IO.Compression.FileSystem.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8ipet00v1f-9vh2vkrqrk.gz"},"Patterns":null},"dotnet.js.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8j9ggs5dy9-rqxhp8973g.gz"},"Patterns":null},"System.Threading.Channels.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8jhparz1fs-1udekzdv05.gz"},"Patterns":null},"System.Runtime.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8js2b3ikzg-iz9521x4d5.gz"},"Patterns":null},"System.Text.Encoding.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8nmyr3nvr7-5bq2cvr3hg.gz"},"Patterns":null},"System.Resources.Reader.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8qc79e3nu4-x35pd1xcsk.gz"},"Patterns":null},"System.Runtime.Serialization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8s5drhusp6-xduo6mn7ma.gz"},"Patterns":null},"System.Text.RegularExpressions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8st2mjmvff-3e7pdp88zp.gz"},"Patterns":null},"netstandard.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"9e3m4lhpqa-mq4q4k2a4q.gz"},"Patterns":null},"dotnet.native.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"9u0at65pop-keyssdiug3.gz"},"Patterns":null},"System.Linq.Expressions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"a79tq9ynwt-8i9v2949fr.gz"},"Patterns":null},"System.Runtime.Serialization.Xml.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"acd83xah5k-cg50v6hv4d.gz"},"Patterns":null},"System.Security.Cryptography.X509Certificates.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ahhmji10vw-982lmixj89.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.Binder.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ayfnxaw2xn-0r3amze666.gz"},"Patterns":null},"System.Net.Http.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"b1j4g2aidh-gwhgic1g4s.gz"},"Patterns":null},"System.Diagnostics.Debug.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"b8331giksb-5rlkx55y19.gz"},"Patterns":null},"System.Data.DataSetExtensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"bapsepfweu-o2o4ch8qxi.gz"},"Patterns":null},"System.Collections.Concurrent.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"bfqrylll5s-i1lssuj9i7.gz"},"Patterns":null},"System.Xml.XPath.XDocument.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"bhjajimbgl-xdmaord4ni.gz"},"Patterns":null},"Microsoft.Win32.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"bokgch25i1-ggby92gbf5.gz"},"Patterns":null},"System.Net.WebSockets.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"btvfot68ru-box0kt0ygr.gz"},"Patterns":null},"System.Xml.XmlDocument.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"c95lybnc83-quym58pgua.gz"},"Patterns":null},"Microsoft.Extensions.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ca5aa9q9i4-lsakbjp1fg.gz"},"Patterns":null},"System.Console.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"cdusluos85-e4ovel0up8.gz"},"Patterns":null},"Microsoft.Win32.Registry.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ch98c0vyyx-l1dpo0yxvc.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ci3kptexkj-yy6f57640l.gz"},"Patterns":null},"System.IO.MemoryMappedFiles.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ctxyflpotb-bx37hgrj5q.gz"},"Patterns":null},"Microsoft.VisualBasic.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"d53r06wrnt-z5tte9hbl9.gz"},"Patterns":null},"Microsoft.JSInterop.WebAssembly.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"d5q87850bj-p7vg34owcn.gz"},"Patterns":null},"System.Runtime.CompilerServices.VisualC.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"d6zxzoeihc-z2tqksfwxn.gz"},"Patterns":null},"System.IO.Compression.ZipFile.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"detkbca685-vauvbpg47n.gz"},"Patterns":null},"System.Net.Requests.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"dfaw8i07sg-p7aqa3ydbf.gz"},"Patterns":null},"dotnet.js.map.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"dj9qgodrn5-387laeplku.gz"},"Patterns":null},"System.Security.Cryptography.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"e27pp01hks-8sy06h2xub.gz"},"Patterns":null},"System.Security.AccessControl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"evz4x8kkgb-w83xci1s0e.gz"},"Patterns":null},"System.Reflection.Emit.ILGeneration.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"f0ajty1722-8hlod3by22.gz"},"Patterns":null},"System.Runtime.InteropServices.JavaScript.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"favjpgserh-t14slsf5gb.gz"},"Patterns":null},"dotnet.native.js.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fjvbv9yavq-xteh9p4yli.gz"},"Patterns":null},"Microsoft.Extensions.Options.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fwfzkhuqt8-jt8xzja2dj.gz"},"Patterns":null},"Microsoft.VisualBasic.Core.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fxogqfms1a-4tebkgrdgm.gz"},"Patterns":null},"dotnet.runtime.js.map.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fzzqt028uw-zqgqlj6bjk.gz"},"Patterns":null},"System.ObjectModel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"g2f3ayhkgf-oi5its9v0z.gz"},"Patterns":null},"System.Memory.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"g76rrh4lgu-00lkbcsi6k.gz"},"Patterns":null},"System.Runtime.CompilerServices.Unsafe.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"g88hfs9ug7-99j5jlhtlf.gz"},"Patterns":null},"blazor.boot.json.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gai494obq8-dz35bobq3v.gz"},"Patterns":null},"System.Net.WebClient.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ghz44jcq0l-fcia9ky19l.gz"},"Patterns":null},"System.Globalization.Calendars.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gix98vlg0x-sagqyj2lx6.gz"},"Patterns":null},"icudt_EFIGS.dat.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gkw3yb3vs4-tptq2av103.gz"},"Patterns":null},"WindowsBase.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gskpo8ls9g-ide822gizw.gz"},"Patterns":null},"Microsoft.Extensions.Logging.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gu54mkd5rz-xlpspxuy08.gz"},"Patterns":null},"System.Xml.Serialization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"h2p06rhgip-8nymyky8vt.gz"},"Patterns":null},"System.Runtime.Handles.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"h68ufmkaki-x1zwj8gq0q.gz"},"Patterns":null},"System.Reflection.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"hb8ye351nd-05yfgzvmh7.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"hbdopticmc-8kr5d0tjmo.gz"},"Patterns":null},"System.Security.Cryptography.Encoding.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"hg075kso0q-ylyh0nvuhn.gz"},"Patterns":null},"System.Private.Uri.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"hz83gb6xmq-4fwiisng6i.gz"},"Patterns":null},"icudt_no_CJK.dat.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"i2c8nfdtsk-lfu7j35m59.gz"},"Patterns":null},"System.Net.WebProxy.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"i4ep49nzwb-djpann52a6.gz"},"Patterns":null},"System.AppContext.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"i8idrx1mcn-mhv3ru1aoa.gz"},"Patterns":null},"System.Net.Http.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ijk0xpt1h4-8t67dotvrh.gz"},"Patterns":null},"System.Diagnostics.StackTrace.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"il91pt7pko-wnrtcnhpgl.gz"},"Patterns":null},"Microsoft.Extensions.Logging.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"j7qy09g2sc-icotprrmdv.gz"},"Patterns":null},"System.Net.ServicePoint.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jd5ybzr9lh-61v0nen4hx.gz"},"Patterns":null},"System.Numerics.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jeaodzfja7-fzteml2ksa.gz"},"Patterns":null},"System.Linq.Queryable.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jjzi0e2tbs-4mn95jeqkz.gz"},"Patterns":null},"System.IO.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jm470z3phm-674jwrdv5k.gz"},"Patterns":null},"dotnet.runtime.js.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jpwc78p5ga-xjx70hiola.gz"},"Patterns":null},"Microsoft.AspNetCore.Authorization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"k3ev4p268n-n5pslkucsz.gz"},"Patterns":null},"System.Threading.Tasks.Parallel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"k3twv17qn3-y8m4zhesg5.gz"},"Patterns":null},"System.Threading.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"k7jsgweg71-cf1vupxs9i.gz"},"Patterns":null},"System.Xml.Linq.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"kblqw9fpct-v5c0vzhnig.gz"},"Patterns":null},"System.Security.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"kt165yc41q-r0ybprwbdo.gz"},"Patterns":null},"System.Net.Ping.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"kv7akofu7p-xbwtybogqw.gz"},"Patterns":null},"System.Buffers.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"l5txsii5i1-wlim793jkw.gz"},"Patterns":null},"System.ComponentModel.EventBasedAsync.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"lcw25evezq-21e6uomdqg.gz"},"Patterns":null},"System.Threading.Thread.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"li26yqjeam-83w11tdkvv.gz"},"Patterns":null},"System.ComponentModel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"lpxbc0xcwu-yfl2eaopkw.gz"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"m1nhgyj3ij-kgyjb8k43h.gz"},"Patterns":null},"System.Threading.Tasks.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"m5ulbl575g-grhpsybruk.gz"},"Patterns":null},"System.Formats.Tar.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"md2p5n8p8v-vb374cvsdq.gz"},"Patterns":null},"System.Runtime.Numerics.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mdl3czdiv2-qvepw4e78q.gz"},"Patterns":null},"System.IO.Pipes.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"meqxxnnqvx-n33yixsck6.gz"},"Patterns":null},"System.Drawing.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mh2ichqmqf-o1fazgbrf7.gz"},"Patterns":null},"System.Diagnostics.FileVersionInfo.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mjknyr1kew-grrk3hrp1l.gz"},"Patterns":null},"System.Threading.Tasks.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mq15jbnpmi-nr23lugli1.gz"},"Patterns":null},"System.Xml.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mxr0e4p5kt-igj5a0xdr6.gz"},"Patterns":null},"System.Security.Cryptography.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"nafpk38rqn-77xcltn6z8.gz"},"Patterns":null},"System.ValueTuple.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"nrej3ggqhh-ooru0eoira.gz"},"Patterns":null},"System.Private.DataContractSerialization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"nvk83tidwv-1jyxr7kwjo.gz"},"Patterns":null},"System.Diagnostics.Tracing.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"o6lqquoipu-ncsccugyw8.gz"},"Patterns":null},"System.Formats.Asn1.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"olpuoe44o4-ipp8gya1fy.gz"},"Patterns":null},"System.IO.Pipes.AccessControl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"omv3nzbl98-bk9vrw4i46.gz"},"Patterns":null},"Microsoft.AspNetCore.Metadata.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"op0tvtzk7u-qd66sllxhh.gz"},"Patterns":null},"System.IO.UnmanagedMemoryStream.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"oq9wi4ailw-ac8xrryfy7.gz"},"Patterns":null},"System.Globalization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"oqajmlwnnp-1ul0j5zyts.gz"},"Patterns":null},"System.Net.HttpListener.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"otznmcnlz5-ir65hlfb8z.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"peoessjq6m-dd74gkrng6.gz"},"Patterns":null},"System.Text.Encoding.CodePages.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"pfvio6s8o4-wnm0lr2dr8.gz"},"Patterns":null},"System.Data.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"pykw33j66j-tg72k81p9v.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.WebAssembly.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qa6yar6pcc-71qb4r2d2s.gz"},"Patterns":null},"System.Reflection.DispatchProxy.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qc9qcqr5s2-kgscmlv3if.gz"},"Patterns":null},"System.ServiceModel.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qikbjqw5lg-ice8a74mfp.gz"},"Patterns":null},"System.Runtime.Serialization.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qjiio5xtyo-9ywk5zf0ye.gz"},"Patterns":null},"System.Security.Cryptography.Cng.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qk4td0onpg-is3vw3toke.gz"},"Patterns":null},"System.Security.Principal.Windows.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qkrje1evcx-r50so417ua.gz"},"Patterns":null},"System.Reflection.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qsapjifxrx-oepwslok2k.gz"},"Patterns":null},"System.Threading.Overlapped.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qzrso9t6qt-o0ci7lcesp.gz"},"Patterns":null},"System.Diagnostics.TraceSource.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"r8ctv4wyd5-4l2fl1axw2.gz"},"Patterns":null},"Microsoft.Extensions.FileSystemGlobbing.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"rgwxdst7lg-i464dwxnbb.gz"},"Patterns":null},"System.Collections.Specialized.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"rnkwus257z-sn8l98c62u.gz"},"Patterns":null},"System.Xml.ReaderWriter.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"rzmowmdt16-md2abzowf3.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"s7mmlewj7a-zuiq2k1loo.gz"},"Patterns":null},"System.Transactions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"sdk1at7c6v-yk1d03z5nw.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.Forms.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"smfeiin53n-jm55dcm579.gz"},"Patterns":null},"System.Runtime.Intrinsics.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"smsafl7fbj-s2a2n0v8v5.gz"},"Patterns":null},"System.Reflection.Metadata.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"snmkueee03-zll5ovyn4j.gz"},"Patterns":null},"System.Security.Claims.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"sossmjk0pb-mgppqoca94.gz"},"Patterns":null},"System.Diagnostics.TextWriterTraceListener.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"sozkbt969q-6vo46yau5z.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.FileExtensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"t08ccg8vt4-en8mb8dgz5.gz"},"Patterns":null},"System.Data.Common.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"t60y82b8ct-kbvoyvfq27.gz"},"Patterns":null},"Microsoft.Extensions.FileProviders.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"tkl29nk5xg-1c7ksbormu.gz"},"Patterns":null},"System.Diagnostics.Contracts.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"tlmphuct5q-mjwur1vb3v.gz"},"Patterns":null},"icudt_CJK.dat.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"tup6oou17a-tjcz0u77k5.gz"},"Patterns":null},"System.Net.WebHeaderCollection.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"tuyn985nz3-6286hgwuqh.gz"},"Patterns":null},"System.Runtime.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"u457dfzv6h-hsooj5ku5u.gz"},"Patterns":null},"System.Numerics.Vectors.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ucejdgoot3-pweg4f9jik.gz"},"Patterns":null},"System.Runtime.InteropServices.RuntimeInformation.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ui13sigocd-j622qnirva.gz"},"Patterns":null},"System.Net.NameResolution.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"vbrlhg9h7i-bipvwufop2.gz"},"Patterns":null},"System.Private.CoreLib.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"vejzz9omd4-rcys532pwr.gz"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"w0pjq2d1lz-xqsu2wsvba.gz"},"Patterns":null},"System.Text.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"w42pov7xtq-ppd2fidtln.gz"},"Patterns":null},"System.Security.Cryptography.OpenSsl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"w5w0qiszg7-035cxkpjqr.gz"},"Patterns":null},"System.Text.Encoding.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"wgok0adxrd-eyx33pgiad.gz"},"Patterns":null},"System.Security.Cryptography.Algorithms.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"witjyutmr6-lyl6xulxjq.gz"},"Patterns":null},"System.Collections.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"wjr06919zi-nie06qj6qo.gz"},"Patterns":null},"Microsoft.CSharp.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"x9g0ghziow-fgi1l05bvr.gz"},"Patterns":null},"System.Core.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"xa46nctul2-6oo2lq0wqm.gz"},"Patterns":null},"System.Drawing.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"xrv7w5idw0-g7amuh118t.gz"},"Patterns":null},"System.Threading.Tasks.Dataflow.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"xxdvu4kns6-esmmfynicw.gz"},"Patterns":null},"System.Diagnostics.Process.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"xyzushs1kt-gpvopyyhdq.gz"},"Patterns":null},"System.Net.Mail.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"yac1w3vy2r-u6tb74qjwk.gz"},"Patterns":null},"System.Net.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ycs4dc86o6-5x057ultqg.gz"},"Patterns":null},"System.Net.WebSockets.Client.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ygbwol6ubw-lkvy8locnf.gz"},"Patterns":null},"System.Runtime.Serialization.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"yk3g2cnkjp-gpcerlv545.gz"},"Patterns":null},"System.Diagnostics.Tools.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"z1lx69f3yb-3z6j1wct71.gz"},"Patterns":null},"System.Reflection.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"z5n0i80wxd-ajsaevzb4n.gz"},"Patterns":null},"System.Net.Security.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"zd2msg63jn-9pmm5e0uc6.gz"},"Patterns":null},"System.Collections.Immutable.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"zfps9zsm5w-u0yuhvep8l.gz"},"Patterns":null},"System.Security.Cryptography.Csp.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"zilwrgikc8-77wcsbalfb.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"appsettings.Development.json":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"appsettings.Development.json"},"Patterns":null},"appsettings.json":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"appsettings.json"},"Patterns":null},"Website.styles.css":{"Children":null,"Asset":{"ContentRootIndex":4,"SubPath":"Website.styles.css"},"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":3,"Pattern":"**","Depth":0}]}} \ No newline at end of file diff --git a/Website/Website/obj/Debug/net8.0/Website.AssemblyInfo.cs b/Website/Website/obj/Debug/net8.0/Website.AssemblyInfo.cs index f745c66..07dd6ba 100644 --- a/Website/Website/obj/Debug/net8.0/Website.AssemblyInfo.cs +++ b/Website/Website/obj/Debug/net8.0/Website.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("Website")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5ec25b3c8f067a5c8c5186283ee381e850edb805")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0a35d88b1bb9afe63e5dc49e226fb7a2898fe4d9")] [assembly: System.Reflection.AssemblyProductAttribute("Website")] [assembly: System.Reflection.AssemblyTitleAttribute("Website")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/Website/Website/obj/Debug/net8.0/Website.AssemblyInfoInputs.cache b/Website/Website/obj/Debug/net8.0/Website.AssemblyInfoInputs.cache index 65278ea..9556532 100644 --- a/Website/Website/obj/Debug/net8.0/Website.AssemblyInfoInputs.cache +++ b/Website/Website/obj/Debug/net8.0/Website.AssemblyInfoInputs.cache @@ -1 +1 @@ -28e8a6398c4ed8f455447f17c3e25083449d4d70436fbf5740a53f518310bb9b +47c16b4f47236c91abb750271a3e86987e857e77cec3ee8327039b892a0bfd03 diff --git a/Website/Website/obj/Debug/net8.0/Website.GeneratedMSBuildEditorConfig.editorconfig b/Website/Website/obj/Debug/net8.0/Website.GeneratedMSBuildEditorConfig.editorconfig index b2bbf3c..831c7f2 100644 --- a/Website/Website/obj/Debug/net8.0/Website.GeneratedMSBuildEditorConfig.editorconfig +++ b/Website/Website/obj/Debug/net8.0/Website.GeneratedMSBuildEditorConfig.editorconfig @@ -9,45 +9,45 @@ build_property.EnforceExtendedAnalyzerRules = build_property._SupportedPlatformList = Linux,macOS,Windows build_property.RootNamespace = Website build_property.RootNamespace = Website -build_property.ProjectDir = C:\Users\mgj32\Documents\DrinksMachine\Website\Website\ +build_property.ProjectDir = C:\Users\mgj32\Documents\GitHub\DrinksMachine\Website\Website\ build_property.EnableComHosting = build_property.EnableGeneratedComInterfaceComImportInterop = build_property.RazorLangVersion = 8.0 build_property.SupportLocalizedComponentNames = build_property.GenerateRazorMetadataSourceChecksumAttributes = -build_property.MSBuildProjectDirectory = C:\Users\mgj32\Documents\DrinksMachine\Website\Website +build_property.MSBuildProjectDirectory = C:\Users\mgj32\Documents\GitHub\DrinksMachine\Website\Website build_property._RazorSourceGeneratorDebug = build_property.EffectiveAnalysisLevelStyle = 8.0 build_property.EnableCodeStyleSeverity = -[C:/Users/mgj32/Documents/DrinksMachine/Website/Website/Components/App.razor] +[C:/Users/mgj32/Documents/GitHub/DrinksMachine/Website/Website/Components/App.razor] build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xBcHAucmF6b3I= build_metadata.AdditionalFiles.CssScope = -[C:/Users/mgj32/Documents/DrinksMachine/Website/Website/Components/Pages/Error.razor] +[C:/Users/mgj32/Documents/GitHub/DrinksMachine/Website/Website/Components/Pages/Error.razor] build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xQYWdlc1xFcnJvci5yYXpvcg== build_metadata.AdditionalFiles.CssScope = -[C:/Users/mgj32/Documents/DrinksMachine/Website/Website/Components/Pages/Home.razor] +[C:/Users/mgj32/Documents/GitHub/DrinksMachine/Website/Website/Components/Pages/Home.razor] build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xQYWdlc1xIb21lLnJhem9y build_metadata.AdditionalFiles.CssScope = -[C:/Users/mgj32/Documents/DrinksMachine/Website/Website/Components/Pages/Weather.razor] +[C:/Users/mgj32/Documents/GitHub/DrinksMachine/Website/Website/Components/Pages/Weather.razor] build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xQYWdlc1xXZWF0aGVyLnJhem9y build_metadata.AdditionalFiles.CssScope = -[C:/Users/mgj32/Documents/DrinksMachine/Website/Website/Components/Routes.razor] +[C:/Users/mgj32/Documents/GitHub/DrinksMachine/Website/Website/Components/Routes.razor] build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xSb3V0ZXMucmF6b3I= build_metadata.AdditionalFiles.CssScope = -[C:/Users/mgj32/Documents/DrinksMachine/Website/Website/Components/_Imports.razor] +[C:/Users/mgj32/Documents/GitHub/DrinksMachine/Website/Website/Components/_Imports.razor] build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xfSW1wb3J0cy5yYXpvcg== build_metadata.AdditionalFiles.CssScope = -[C:/Users/mgj32/Documents/DrinksMachine/Website/Website/Components/Layout/MainLayout.razor] +[C:/Users/mgj32/Documents/GitHub/DrinksMachine/Website/Website/Components/Layout/MainLayout.razor] build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xMYXlvdXRcTWFpbkxheW91dC5yYXpvcg== build_metadata.AdditionalFiles.CssScope = b-4xpicsu201 -[C:/Users/mgj32/Documents/DrinksMachine/Website/Website/Components/Layout/NavMenu.razor] +[C:/Users/mgj32/Documents/GitHub/DrinksMachine/Website/Website/Components/Layout/NavMenu.razor] build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xMYXlvdXRcTmF2TWVudS5yYXpvcg== build_metadata.AdditionalFiles.CssScope = b-zwyt3nssqq diff --git a/Website/Website/obj/Debug/net8.0/Website.assets.cache b/Website/Website/obj/Debug/net8.0/Website.assets.cache index 81ff029..824dab3 100644 Binary files a/Website/Website/obj/Debug/net8.0/Website.assets.cache and b/Website/Website/obj/Debug/net8.0/Website.assets.cache differ diff --git a/Website/Website/obj/Debug/net8.0/Website.csproj.AssemblyReference.cache b/Website/Website/obj/Debug/net8.0/Website.csproj.AssemblyReference.cache index 5972c60..7899b3d 100644 Binary files a/Website/Website/obj/Debug/net8.0/Website.csproj.AssemblyReference.cache and b/Website/Website/obj/Debug/net8.0/Website.csproj.AssemblyReference.cache differ diff --git a/Website/Website/obj/Debug/net8.0/Website.csproj.CoreCompileInputs.cache b/Website/Website/obj/Debug/net8.0/Website.csproj.CoreCompileInputs.cache index 9051a19..405dbde 100644 --- a/Website/Website/obj/Debug/net8.0/Website.csproj.CoreCompileInputs.cache +++ b/Website/Website/obj/Debug/net8.0/Website.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -6b80983e420a50acd09265fab050e82d36bd63b206c97abeb3014ae81049d7bc +237b5715075e166f905c532afaa099310f71f43a9050ac7ca6ce4bc0d926da1e diff --git a/Website/Website/obj/Debug/net8.0/Website.dll b/Website/Website/obj/Debug/net8.0/Website.dll index 4d9962a..29b369d 100644 Binary files a/Website/Website/obj/Debug/net8.0/Website.dll and b/Website/Website/obj/Debug/net8.0/Website.dll differ diff --git a/Website/Website/obj/Debug/net8.0/Website.genruntimeconfig.cache b/Website/Website/obj/Debug/net8.0/Website.genruntimeconfig.cache index 7ef2723..0a52873 100644 --- a/Website/Website/obj/Debug/net8.0/Website.genruntimeconfig.cache +++ b/Website/Website/obj/Debug/net8.0/Website.genruntimeconfig.cache @@ -1 +1 @@ -2262d3d6883bf6225ccb3d99c83c517dd1b00ebcd946e94da6428eb462fc33bb +642b85f3de2d91900dbd04b1089903e2006c24c9c5c8c072040023ee5d879ba3 diff --git a/Website/Website/obj/Debug/net8.0/Website.pdb b/Website/Website/obj/Debug/net8.0/Website.pdb index d5d5d1f..4978c98 100644 Binary files a/Website/Website/obj/Debug/net8.0/Website.pdb and b/Website/Website/obj/Debug/net8.0/Website.pdb differ diff --git a/Website/Website/obj/Debug/net8.0/Website.sourcelink.json b/Website/Website/obj/Debug/net8.0/Website.sourcelink.json index 94bb1bf..abaf1f5 100644 --- a/Website/Website/obj/Debug/net8.0/Website.sourcelink.json +++ b/Website/Website/obj/Debug/net8.0/Website.sourcelink.json @@ -1 +1 @@ -{"documents":{"C:\\Users\\mgj32\\Documents\\DrinksMachine\\*":"https://raw.githubusercontent.com/sjory3/DrinksMachine/5ec25b3c8f067a5c8c5186283ee381e850edb805/*"}} \ No newline at end of file +{"documents":{"C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\*":"https://raw.githubusercontent.com/sjory3/DrinksMachine/713458d318d139fad6e25e8ed31e8b0c0e09225e/*"}} \ No newline at end of file diff --git a/Website/Website/obj/Debug/net8.0/apphost.exe b/Website/Website/obj/Debug/net8.0/apphost.exe index 88cbc48..580b8cb 100644 Binary files a/Website/Website/obj/Debug/net8.0/apphost.exe and b/Website/Website/obj/Debug/net8.0/apphost.exe differ diff --git a/Website/Website/obj/Debug/net8.0/ref/Website.dll b/Website/Website/obj/Debug/net8.0/ref/Website.dll index 4fa056f..c7054a4 100644 Binary files a/Website/Website/obj/Debug/net8.0/ref/Website.dll and b/Website/Website/obj/Debug/net8.0/ref/Website.dll differ diff --git a/Website/Website/obj/Debug/net8.0/refint/Website.dll b/Website/Website/obj/Debug/net8.0/refint/Website.dll index 4fa056f..c7054a4 100644 Binary files a/Website/Website/obj/Debug/net8.0/refint/Website.dll and b/Website/Website/obj/Debug/net8.0/refint/Website.dll differ diff --git a/Website/Website/obj/Debug/net8.0/staticwebassets.build.endpoints.json b/Website/Website/obj/Debug/net8.0/staticwebassets.build.endpoints.json index 3aaf9a2..ae706e7 100644 --- a/Website/Website/obj/Debug/net8.0/staticwebassets.build.endpoints.json +++ b/Website/Website/obj/Debug/net8.0/staticwebassets.build.endpoints.json @@ -29,7 +29,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:57 GMT" } ], "EndpointProperties": [ @@ -74,7 +74,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:57 GMT" } ], "EndpointProperties": [ @@ -111,7 +111,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -162,7 +162,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -207,7 +207,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -248,7 +248,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -299,7 +299,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -344,7 +344,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -385,7 +385,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -436,7 +436,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -481,7 +481,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -522,7 +522,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -573,7 +573,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -618,7 +618,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -659,7 +659,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -710,7 +710,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -755,7 +755,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -796,7 +796,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -847,7 +847,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -892,7 +892,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -933,7 +933,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -984,7 +984,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1029,7 +1029,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1070,7 +1070,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -1121,7 +1121,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1166,7 +1166,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1207,7 +1207,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -1258,7 +1258,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1303,7 +1303,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1344,7 +1344,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -1395,7 +1395,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1440,7 +1440,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1481,7 +1481,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -1532,7 +1532,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1577,7 +1577,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1618,7 +1618,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -1669,7 +1669,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1714,7 +1714,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1755,7 +1755,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -1806,7 +1806,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1851,7 +1851,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1892,7 +1892,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -1943,7 +1943,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -1988,7 +1988,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2029,7 +2029,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -2080,7 +2080,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2125,7 +2125,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2166,7 +2166,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -2217,7 +2217,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2262,7 +2262,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2303,7 +2303,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -2354,7 +2354,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2399,7 +2399,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2440,7 +2440,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -2491,7 +2491,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2536,7 +2536,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2577,7 +2577,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -2628,7 +2628,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2673,7 +2673,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2714,7 +2714,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -2765,7 +2765,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2810,7 +2810,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2851,7 +2851,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -2902,7 +2902,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2947,7 +2947,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -2988,7 +2988,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -3039,7 +3039,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3084,7 +3084,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3125,7 +3125,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -3176,7 +3176,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3221,7 +3221,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3262,7 +3262,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -3313,7 +3313,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3358,7 +3358,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3399,7 +3399,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -3450,7 +3450,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3495,7 +3495,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3536,7 +3536,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -3587,7 +3587,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3632,7 +3632,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3673,7 +3673,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -3724,7 +3724,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3769,7 +3769,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3810,7 +3810,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -3861,7 +3861,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3906,7 +3906,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -3947,7 +3947,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -3998,7 +3998,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4043,7 +4043,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4084,7 +4084,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -4135,7 +4135,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4180,7 +4180,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4221,7 +4221,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -4272,7 +4272,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4317,7 +4317,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4358,7 +4358,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -4409,7 +4409,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4454,7 +4454,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4495,7 +4495,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -4546,7 +4546,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4591,7 +4591,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4632,7 +4632,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -4683,7 +4683,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4728,7 +4728,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4769,7 +4769,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -4820,7 +4820,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4865,7 +4865,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -4906,7 +4906,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -4957,7 +4957,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5002,7 +5002,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5043,7 +5043,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -5094,7 +5094,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5139,7 +5139,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5180,7 +5180,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -5231,7 +5231,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5276,7 +5276,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5317,7 +5317,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -5368,7 +5368,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5413,7 +5413,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5454,7 +5454,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -5505,7 +5505,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5550,7 +5550,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5591,7 +5591,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -5642,7 +5642,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5687,7 +5687,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5728,7 +5728,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -5779,7 +5779,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5824,7 +5824,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5865,7 +5865,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -5916,7 +5916,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -5961,7 +5961,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6002,7 +6002,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -6053,7 +6053,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6098,7 +6098,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6139,7 +6139,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -6190,7 +6190,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6235,7 +6235,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6276,7 +6276,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -6327,7 +6327,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6372,7 +6372,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6413,7 +6413,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -6464,7 +6464,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6509,7 +6509,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6550,7 +6550,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -6601,7 +6601,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6646,7 +6646,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6687,7 +6687,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -6738,7 +6738,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6783,7 +6783,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6824,7 +6824,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -6875,7 +6875,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6920,7 +6920,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -6961,7 +6961,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -7012,7 +7012,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7057,7 +7057,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7098,7 +7098,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -7149,7 +7149,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7194,7 +7194,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7235,7 +7235,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -7286,7 +7286,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7331,7 +7331,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7372,7 +7372,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -7423,7 +7423,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7468,7 +7468,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7509,7 +7509,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -7560,7 +7560,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7605,7 +7605,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7646,7 +7646,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -7697,7 +7697,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7742,7 +7742,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7783,7 +7783,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -7834,7 +7834,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7879,7 +7879,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -7920,7 +7920,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -7971,7 +7971,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8016,7 +8016,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8057,7 +8057,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -8108,7 +8108,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8153,7 +8153,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8194,7 +8194,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -8245,7 +8245,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8290,7 +8290,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8331,7 +8331,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -8382,7 +8382,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8427,7 +8427,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8468,7 +8468,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -8519,7 +8519,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8564,7 +8564,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8605,7 +8605,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -8656,7 +8656,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8701,7 +8701,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8742,7 +8742,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -8793,7 +8793,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8838,7 +8838,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8879,7 +8879,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -8930,7 +8930,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -8975,7 +8975,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9016,7 +9016,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -9067,7 +9067,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9112,7 +9112,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9153,7 +9153,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -9204,7 +9204,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9249,7 +9249,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9290,7 +9290,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -9341,7 +9341,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9386,7 +9386,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9427,7 +9427,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -9478,7 +9478,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9523,7 +9523,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9564,7 +9564,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -9615,7 +9615,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9660,7 +9660,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9701,7 +9701,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -9752,7 +9752,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9797,7 +9797,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9838,7 +9838,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -9889,7 +9889,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9934,7 +9934,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -9975,7 +9975,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10026,7 +10026,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10071,7 +10071,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10112,7 +10112,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10163,7 +10163,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10208,7 +10208,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10249,7 +10249,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10300,7 +10300,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10345,7 +10345,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10386,7 +10386,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10437,7 +10437,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10482,7 +10482,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10523,7 +10523,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10574,7 +10574,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10619,7 +10619,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10660,7 +10660,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10711,7 +10711,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10756,7 +10756,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10797,7 +10797,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10848,7 +10848,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10893,7 +10893,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10934,7 +10934,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10985,7 +10985,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11030,7 +11030,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11071,7 +11071,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11122,7 +11122,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11167,7 +11167,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11208,7 +11208,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11259,7 +11259,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11304,7 +11304,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11345,7 +11345,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11396,7 +11396,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11441,7 +11441,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11482,7 +11482,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11533,7 +11533,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11578,7 +11578,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11619,7 +11619,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11670,7 +11670,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11715,7 +11715,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11756,7 +11756,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11807,7 +11807,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11852,7 +11852,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11893,7 +11893,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11944,7 +11944,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11989,7 +11989,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12030,7 +12030,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12081,7 +12081,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12126,7 +12126,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12167,7 +12167,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12218,7 +12218,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12263,7 +12263,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12304,7 +12304,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12355,7 +12355,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12400,7 +12400,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12441,7 +12441,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12492,7 +12492,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12537,7 +12537,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12578,7 +12578,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12629,7 +12629,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12674,7 +12674,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12715,7 +12715,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12766,7 +12766,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12811,7 +12811,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12852,7 +12852,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12903,7 +12903,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12948,7 +12948,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12989,7 +12989,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13040,7 +13040,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13085,7 +13085,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13126,7 +13126,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13177,7 +13177,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13222,7 +13222,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13263,7 +13263,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13314,7 +13314,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13359,7 +13359,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13400,7 +13400,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13451,7 +13451,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13496,7 +13496,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13537,7 +13537,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13588,7 +13588,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13633,7 +13633,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13674,7 +13674,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13725,7 +13725,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13770,7 +13770,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13811,7 +13811,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13862,7 +13862,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13907,7 +13907,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13948,7 +13948,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13999,7 +13999,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14044,7 +14044,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14085,7 +14085,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -14136,7 +14136,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14181,7 +14181,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14222,7 +14222,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -14273,7 +14273,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14318,7 +14318,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14359,7 +14359,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -14410,7 +14410,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14455,7 +14455,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14496,7 +14496,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -14547,7 +14547,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14592,7 +14592,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14633,7 +14633,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -14684,7 +14684,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14729,7 +14729,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14770,7 +14770,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -14821,7 +14821,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -14866,7 +14866,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -14907,7 +14907,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -14958,7 +14958,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -15003,7 +15003,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -15044,7 +15044,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -15095,7 +15095,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -15140,7 +15140,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -15181,7 +15181,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -15232,7 +15232,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -15277,7 +15277,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -15318,7 +15318,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -15369,7 +15369,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15414,7 +15414,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15455,7 +15455,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -15506,7 +15506,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15551,7 +15551,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15592,7 +15592,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -15643,7 +15643,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15688,7 +15688,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15729,7 +15729,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -15780,7 +15780,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15825,7 +15825,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15866,7 +15866,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -15917,7 +15917,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -15962,7 +15962,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16003,7 +16003,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -16054,7 +16054,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16099,7 +16099,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16140,7 +16140,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -16191,7 +16191,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16236,7 +16236,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16277,7 +16277,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -16328,7 +16328,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16373,7 +16373,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16414,7 +16414,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -16465,7 +16465,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16510,7 +16510,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16551,7 +16551,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -16602,7 +16602,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16647,7 +16647,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16688,7 +16688,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -16739,7 +16739,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16784,7 +16784,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16825,7 +16825,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -16876,7 +16876,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16921,7 +16921,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -16962,7 +16962,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -17013,7 +17013,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17058,7 +17058,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17099,7 +17099,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -17150,7 +17150,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17195,7 +17195,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17236,7 +17236,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -17287,7 +17287,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17332,7 +17332,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17373,7 +17373,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -17424,7 +17424,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17469,7 +17469,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17510,7 +17510,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -17561,7 +17561,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17606,7 +17606,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17647,7 +17647,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -17698,7 +17698,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17743,7 +17743,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17784,7 +17784,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -17835,7 +17835,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17880,7 +17880,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -17921,7 +17921,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -17972,7 +17972,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18017,7 +18017,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18058,7 +18058,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -18109,7 +18109,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18154,7 +18154,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18195,7 +18195,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -18246,7 +18246,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18291,7 +18291,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18332,7 +18332,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -18383,7 +18383,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18428,7 +18428,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18469,7 +18469,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -18520,7 +18520,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18565,7 +18565,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18606,7 +18606,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -18657,7 +18657,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18702,7 +18702,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18743,7 +18743,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -18794,7 +18794,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18839,7 +18839,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18880,7 +18880,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -18931,7 +18931,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -18976,7 +18976,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19017,7 +19017,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -19068,7 +19068,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19113,7 +19113,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19154,7 +19154,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -19205,7 +19205,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19250,7 +19250,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19291,7 +19291,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -19342,7 +19342,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19387,7 +19387,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19428,7 +19428,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -19479,7 +19479,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19524,7 +19524,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19565,7 +19565,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -19616,7 +19616,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19661,7 +19661,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19702,7 +19702,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -19753,7 +19753,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19798,7 +19798,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19839,7 +19839,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -19890,7 +19890,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19935,7 +19935,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -19976,7 +19976,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -20027,7 +20027,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20072,7 +20072,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20113,7 +20113,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -20164,7 +20164,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20209,7 +20209,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20250,7 +20250,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -20301,7 +20301,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20346,7 +20346,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20387,7 +20387,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -20438,7 +20438,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20483,7 +20483,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20524,7 +20524,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -20575,7 +20575,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20620,7 +20620,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20661,7 +20661,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -20712,7 +20712,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20757,7 +20757,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20798,7 +20798,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -20849,7 +20849,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20894,7 +20894,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -20935,7 +20935,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -20986,7 +20986,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21031,7 +21031,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21072,7 +21072,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -21123,7 +21123,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21168,7 +21168,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21209,7 +21209,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -21260,7 +21260,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21305,7 +21305,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21346,7 +21346,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -21397,7 +21397,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21442,7 +21442,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21483,7 +21483,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -21534,7 +21534,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21579,7 +21579,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21620,7 +21620,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -21671,7 +21671,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21716,7 +21716,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21757,7 +21757,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -21808,7 +21808,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21853,7 +21853,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21894,7 +21894,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -21945,7 +21945,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -21990,7 +21990,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22031,7 +22031,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -22082,7 +22082,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22127,7 +22127,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22168,7 +22168,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -22219,7 +22219,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22264,7 +22264,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22305,7 +22305,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -22356,7 +22356,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22401,7 +22401,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22442,7 +22442,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -22493,7 +22493,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22538,7 +22538,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22579,7 +22579,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -22630,7 +22630,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22675,7 +22675,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22716,7 +22716,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -22767,7 +22767,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22812,7 +22812,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22853,7 +22853,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -22904,7 +22904,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22949,7 +22949,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -22990,7 +22990,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -23041,7 +23041,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23086,7 +23086,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23127,7 +23127,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -23178,7 +23178,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23223,7 +23223,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23264,7 +23264,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -23315,7 +23315,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23360,7 +23360,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23401,7 +23401,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -23452,7 +23452,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23497,7 +23497,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23538,7 +23538,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -23589,7 +23589,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23634,7 +23634,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23675,7 +23675,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -23726,7 +23726,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23771,7 +23771,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23812,7 +23812,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -23863,7 +23863,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23908,7 +23908,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -23949,7 +23949,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -24000,7 +24000,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24045,7 +24045,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24086,7 +24086,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -24137,7 +24137,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24182,7 +24182,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24223,7 +24223,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -24274,7 +24274,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24319,7 +24319,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24360,7 +24360,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -24411,7 +24411,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24456,7 +24456,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24497,7 +24497,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -24548,7 +24548,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24593,7 +24593,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24634,7 +24634,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -24685,7 +24685,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24730,7 +24730,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24771,7 +24771,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -24822,7 +24822,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24867,7 +24867,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -24908,7 +24908,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -24959,7 +24959,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25004,7 +25004,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25045,7 +25045,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -25096,7 +25096,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25141,7 +25141,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25182,7 +25182,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -25233,7 +25233,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25278,7 +25278,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25319,7 +25319,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -25370,7 +25370,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25415,7 +25415,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25456,7 +25456,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -25507,7 +25507,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25552,7 +25552,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25593,7 +25593,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -25644,7 +25644,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25689,7 +25689,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25730,7 +25730,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -25781,7 +25781,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25826,7 +25826,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25855,7 +25855,7 @@ }, { "Name": "Content-Length", - "Value": "13744" + "Value": "13708" }, { "Name": "Content-Type", @@ -25863,17 +25863,17 @@ }, { "Name": "ETag", - "Value": "\"y90LQ1XOjd1YuFrTuyoh7VP2K62Z9WiA9VnwHTsxbUA=\"" + "Value": "\"kN5prTHUq5BdesgOuR7HHU5YivSfWgWJrmk1qh5px+Y=\"" }, { "Name": "Last-Modified", - "Value": "Mon, 06 Jan 2025 20:17:43 GMT" + "Value": "Sun, 12 Jan 2025 08:25:55 GMT" } ], "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-y90LQ1XOjd1YuFrTuyoh7VP2K62Z9WiA9VnwHTsxbUA=" + "Value": "sha256-kN5prTHUq5BdesgOuR7HHU5YivSfWgWJrmk1qh5px+Y=" } ] }, @@ -25884,7 +25884,7 @@ { "Name": "Content-Encoding", "Value": "gzip", - "Quality": "0.000122729504" + "Quality": "0.000122369065" } ], "ResponseHeaders": [ @@ -25902,7 +25902,7 @@ }, { "Name": "Content-Length", - "Value": "8147" + "Value": "8171" }, { "Name": "Content-Type", @@ -25910,15 +25910,15 @@ }, { "Name": "ETag", - "Value": "\"NuyN9d1WdTIIDg0+5iPfqIm/DQTC//5fjhArq6ERPew=\"" + "Value": "\"0Ts+i6BxwQg5VigAn66kr/Aa5aB0Dgm6ouWKdb0CjL8=\"" }, { "Name": "ETag", - "Value": "W/\"y90LQ1XOjd1YuFrTuyoh7VP2K62Z9WiA9VnwHTsxbUA=\"" + "Value": "W/\"kN5prTHUq5BdesgOuR7HHU5YivSfWgWJrmk1qh5px+Y=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Vary", @@ -25928,7 +25928,7 @@ "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-y90LQ1XOjd1YuFrTuyoh7VP2K62Z9WiA9VnwHTsxbUA=" + "Value": "sha256-kN5prTHUq5BdesgOuR7HHU5YivSfWgWJrmk1qh5px+Y=" } ] }, @@ -25951,7 +25951,7 @@ }, { "Name": "Content-Length", - "Value": "8147" + "Value": "8171" }, { "Name": "Content-Type", @@ -25959,11 +25959,11 @@ }, { "Name": "ETag", - "Value": "\"NuyN9d1WdTIIDg0+5iPfqIm/DQTC//5fjhArq6ERPew=\"" + "Value": "\"0Ts+i6BxwQg5VigAn66kr/Aa5aB0Dgm6ouWKdb0CjL8=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Vary", @@ -25973,7 +25973,7 @@ "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-NuyN9d1WdTIIDg0+5iPfqIm/DQTC//5fjhArq6ERPew=" + "Value": "sha256-0Ts+i6BxwQg5VigAn66kr/Aa5aB0Dgm6ouWKdb0CjL8=" } ] }, @@ -26000,17 +26000,17 @@ }, { "Name": "ETag", - "Value": "\"HyZwsW4UVFnIClpKUxnFEsCE8theJnFkFvXLIOazz8o=\"" + "Value": "\"qreRmD3AaRcxH89/sDwu0cieOk5oKuyAE0Iw0Kgl3AI=\"" }, { "Name": "Last-Modified", - "Value": "Mon, 06 Jan 2025 20:17:43 GMT" + "Value": "Sun, 12 Jan 2025 08:25:56 GMT" } ], "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-HyZwsW4UVFnIClpKUxnFEsCE8theJnFkFvXLIOazz8o=" + "Value": "sha256-qreRmD3AaRcxH89/sDwu0cieOk5oKuyAE0Iw0Kgl3AI=" } ] }, @@ -26021,7 +26021,7 @@ { "Name": "Content-Encoding", "Value": "gzip", - "Quality": "0.000312891114" + "Quality": "0.000313676286" } ], "ResponseHeaders": [ @@ -26039,7 +26039,7 @@ }, { "Name": "Content-Length", - "Value": "3195" + "Value": "3187" }, { "Name": "Content-Type", @@ -26047,15 +26047,15 @@ }, { "Name": "ETag", - "Value": "\"qzvjo5dVy/KTbkkiyrJE2zXpCTtvtGBXSABVUQqJu0A=\"" + "Value": "\"XvnIhUNaHqwdDBvM02D2m6kdaTon90GpEMDnZPA6iig=\"" }, { "Name": "ETag", - "Value": "W/\"HyZwsW4UVFnIClpKUxnFEsCE8theJnFkFvXLIOazz8o=\"" + "Value": "W/\"qreRmD3AaRcxH89/sDwu0cieOk5oKuyAE0Iw0Kgl3AI=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Vary", @@ -26065,7 +26065,7 @@ "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-HyZwsW4UVFnIClpKUxnFEsCE8theJnFkFvXLIOazz8o=" + "Value": "sha256-qreRmD3AaRcxH89/sDwu0cieOk5oKuyAE0Iw0Kgl3AI=" } ] }, @@ -26088,7 +26088,7 @@ }, { "Name": "Content-Length", - "Value": "3195" + "Value": "3187" }, { "Name": "Content-Type", @@ -26096,11 +26096,11 @@ }, { "Name": "ETag", - "Value": "\"qzvjo5dVy/KTbkkiyrJE2zXpCTtvtGBXSABVUQqJu0A=\"" + "Value": "\"XvnIhUNaHqwdDBvM02D2m6kdaTon90GpEMDnZPA6iig=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Vary", @@ -26110,7 +26110,7 @@ "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-qzvjo5dVy/KTbkkiyrJE2zXpCTtvtGBXSABVUQqJu0A=" + "Value": "sha256-XvnIhUNaHqwdDBvM02D2m6kdaTon90GpEMDnZPA6iig=" } ] }, @@ -26141,7 +26141,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -26192,7 +26192,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -26237,7 +26237,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -26274,17 +26274,17 @@ }, { "Name": "ETag", - "Value": "\"RIQ71+SUEU7vQh1b0X6fiyhsPORbHy37rmdcLdNdRyw=\"" + "Value": "\"aR50SrASaz4eGw63ClC/hEWc4U6i/cVeDurkUBx3YgU=\"" }, { "Name": "Last-Modified", - "Value": "Mon, 06 Jan 2025 20:17:43 GMT" + "Value": "Sun, 12 Jan 2025 08:25:57 GMT" } ], "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-RIQ71+SUEU7vQh1b0X6fiyhsPORbHy37rmdcLdNdRyw=" + "Value": "sha256-aR50SrASaz4eGw63ClC/hEWc4U6i/cVeDurkUBx3YgU=" } ] }, @@ -26295,7 +26295,7 @@ { "Name": "Content-Encoding", "Value": "gzip", - "Quality": "0.000112283854" + "Quality": "0.000112296463" } ], "ResponseHeaders": [ @@ -26313,7 +26313,7 @@ }, { "Name": "Content-Length", - "Value": "8905" + "Value": "8904" }, { "Name": "Content-Type", @@ -26321,15 +26321,15 @@ }, { "Name": "ETag", - "Value": "\"uV4ShmUYVdxAYCxGWPECurVqcrToer02GTkjFjPgfZY=\"" + "Value": "\"92ukI3V5NaXTmJBn1B5pSPReUXFadsg9v9UxpO00lz8=\"" }, { "Name": "ETag", - "Value": "W/\"RIQ71+SUEU7vQh1b0X6fiyhsPORbHy37rmdcLdNdRyw=\"" + "Value": "W/\"aR50SrASaz4eGw63ClC/hEWc4U6i/cVeDurkUBx3YgU=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Vary", @@ -26339,7 +26339,7 @@ "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-RIQ71+SUEU7vQh1b0X6fiyhsPORbHy37rmdcLdNdRyw=" + "Value": "sha256-aR50SrASaz4eGw63ClC/hEWc4U6i/cVeDurkUBx3YgU=" } ] }, @@ -26362,7 +26362,7 @@ }, { "Name": "Content-Length", - "Value": "8905" + "Value": "8904" }, { "Name": "Content-Type", @@ -26370,11 +26370,11 @@ }, { "Name": "ETag", - "Value": "\"uV4ShmUYVdxAYCxGWPECurVqcrToer02GTkjFjPgfZY=\"" + "Value": "\"92ukI3V5NaXTmJBn1B5pSPReUXFadsg9v9UxpO00lz8=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Vary", @@ -26384,7 +26384,7 @@ "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-uV4ShmUYVdxAYCxGWPECurVqcrToer02GTkjFjPgfZY=" + "Value": "sha256-92ukI3V5NaXTmJBn1B5pSPReUXFadsg9v9UxpO00lz8=" } ] }, @@ -26466,7 +26466,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 21 Oct 2024 23:54:38 GMT" }, { "Name": "Vary", @@ -26511,7 +26511,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 21 Oct 2024 23:54:38 GMT" }, { "Name": "Vary", @@ -26540,7 +26540,7 @@ }, { "Name": "Content-Length", - "Value": "35807" + "Value": "35803" }, { "Name": "Content-Type", @@ -26603,7 +26603,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:08 GMT" }, { "Name": "Vary", @@ -26648,7 +26648,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:08 GMT" }, { "Name": "Vary", @@ -26740,7 +26740,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:08 GMT" }, { "Name": "Vary", @@ -26785,7 +26785,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:08 GMT" }, { "Name": "Vary", @@ -26814,7 +26814,7 @@ }, { "Name": "Content-Length", - "Value": "160106" + "Value": "160089" }, { "Name": "Content-Type", @@ -26877,7 +26877,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:40 GMT" }, { "Name": "Vary", @@ -26922,7 +26922,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:40 GMT" }, { "Name": "Vary", @@ -27014,7 +27014,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:40 GMT" }, { "Name": "Vary", @@ -27059,7 +27059,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:40 GMT" }, { "Name": "Vary", @@ -27088,7 +27088,7 @@ }, { "Name": "Content-Length", - "Value": "223151" + "Value": "223147" }, { "Name": "Content-Type", @@ -27151,7 +27151,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:14 GMT" }, { "Name": "Vary", @@ -27196,7 +27196,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:14 GMT" }, { "Name": "Vary", @@ -27288,7 +27288,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:14 GMT" }, { "Name": "Vary", @@ -27333,7 +27333,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:14 GMT" }, { "Name": "Vary", @@ -27362,7 +27362,7 @@ }, { "Name": "Content-Length", - "Value": "1336" + "Value": "1322" }, { "Name": "Content-Type", @@ -27425,7 +27425,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 18:59:44 GMT" }, { "Name": "Vary", @@ -27470,7 +27470,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 18:59:44 GMT" }, { "Name": "Vary", @@ -27562,7 +27562,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Vary", @@ -27607,7 +27607,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Vary", @@ -27699,7 +27699,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Vary", @@ -27744,7 +27744,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Vary", @@ -27836,7 +27836,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Vary", @@ -27881,7 +27881,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Vary", @@ -27922,7 +27922,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -27973,7 +27973,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -28018,7 +28018,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -28059,7 +28059,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -28110,7 +28110,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -28155,7 +28155,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -28196,7 +28196,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:55 GMT" } ], "EndpointProperties": [ @@ -28233,7 +28233,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:55 GMT" } ], "EndpointProperties": [ @@ -28278,7 +28278,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:55 GMT" } ], "EndpointProperties": [ @@ -28315,7 +28315,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:55 GMT" } ], "EndpointProperties": [ @@ -28360,7 +28360,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:55 GMT" } ], "EndpointProperties": [ @@ -28397,7 +28397,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:55 GMT" } ], "EndpointProperties": [ @@ -28416,7 +28416,7 @@ ] }, { - "Route": "bootstrap/bootstrap.min.6gzpyzhau4.css", + "Route": "bootstrap/bootstrap.min.bpk8xqwxhs.css", "AssetFile": "bootstrap/bootstrap.min.css", "Selectors": [], "ResponseHeaders": [ @@ -28430,7 +28430,7 @@ }, { "Name": "Content-Length", - "Value": "162726" + "Value": "162720" }, { "Name": "Content-Type", @@ -28438,21 +28438,21 @@ }, { "Name": "ETag", - "Value": "\"SiIVMGgRhdXjKSTIddX7mh9IbOXVcwQWc7/p4nS6D/0=\"" + "Value": "\"z8OR40MowJ8GgK6P89Y+hiJK5+cclzFHzLhFQLL92bg=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:56 GMT" } ], "EndpointProperties": [ { "Name": "fingerprint", - "Value": "6gzpyzhau4" + "Value": "bpk8xqwxhs" }, { "Name": "integrity", - "Value": "sha256-SiIVMGgRhdXjKSTIddX7mh9IbOXVcwQWc7/p4nS6D/0=" + "Value": "sha256-z8OR40MowJ8GgK6P89Y+hiJK5+cclzFHzLhFQLL92bg=" }, { "Name": "label", @@ -28475,7 +28475,7 @@ }, { "Name": "Content-Length", - "Value": "162726" + "Value": "162720" }, { "Name": "Content-Type", @@ -28483,17 +28483,17 @@ }, { "Name": "ETag", - "Value": "\"SiIVMGgRhdXjKSTIddX7mh9IbOXVcwQWc7/p4nS6D/0=\"" + "Value": "\"z8OR40MowJ8GgK6P89Y+hiJK5+cclzFHzLhFQLL92bg=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:56 GMT" } ], "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-SiIVMGgRhdXjKSTIddX7mh9IbOXVcwQWc7/p4nS6D/0=" + "Value": "sha256-z8OR40MowJ8GgK6P89Y+hiJK5+cclzFHzLhFQLL92bg=" } ] }, @@ -28524,7 +28524,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:56 GMT" } ], "EndpointProperties": [ @@ -28569,7 +28569,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:56 GMT" } ], "EndpointProperties": [ @@ -28606,7 +28606,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 20:13:18 GMT" + "Value": "Thu, 02 Jan 2025 10:05:19 GMT" } ], "EndpointProperties": [ @@ -28651,7 +28651,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 20:13:18 GMT" + "Value": "Thu, 02 Jan 2025 10:05:19 GMT" } ], "EndpointProperties": [ @@ -28662,7 +28662,7 @@ ] }, { - "Route": "data/Drinks.hh1uwoj8km.json", + "Route": "data/Drinks.json", "AssetFile": "data/Drinks.json", "Selectors": [], "ResponseHeaders": [ @@ -28672,11 +28672,11 @@ }, { "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" + "Value": "no-cache" }, { "Name": "Content-Length", - "Value": "1115" + "Value": "1396" }, { "Name": "Content-Type", @@ -28684,30 +28684,22 @@ }, { "Name": "ETag", - "Value": "\"BRP1Eq+lLuJX0DMpbOkCGfXBbp5dmfliNFm2onTFtXQ=\"" + "Value": "\"S+TwWNO40FY8Ct3G0vy78I/zMwMtvKTvCVyCDrxjJeM=\"" }, { "Name": "Last-Modified", - "Value": "Mon, 06 Jan 2025 20:28:31 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" } ], "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hh1uwoj8km" - }, { "Name": "integrity", - "Value": "sha256-BRP1Eq+lLuJX0DMpbOkCGfXBbp5dmfliNFm2onTFtXQ=" - }, - { - "Name": "label", - "Value": "data/Drinks.json" + "Value": "sha256-S+TwWNO40FY8Ct3G0vy78I/zMwMtvKTvCVyCDrxjJeM=" } ] }, { - "Route": "data/Drinks.json", + "Route": "data/Drinks.r0fx6twfvd.json", "AssetFile": "data/Drinks.json", "Selectors": [], "ResponseHeaders": [ @@ -28717,11 +28709,11 @@ }, { "Name": "Cache-Control", - "Value": "no-cache" + "Value": "max-age=31536000, immutable" }, { "Name": "Content-Length", - "Value": "1115" + "Value": "1396" }, { "Name": "Content-Type", @@ -28729,17 +28721,25 @@ }, { "Name": "ETag", - "Value": "\"BRP1Eq+lLuJX0DMpbOkCGfXBbp5dmfliNFm2onTFtXQ=\"" + "Value": "\"S+TwWNO40FY8Ct3G0vy78I/zMwMtvKTvCVyCDrxjJeM=\"" }, { "Name": "Last-Modified", - "Value": "Mon, 06 Jan 2025 20:28:31 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" } ], "EndpointProperties": [ + { + "Name": "fingerprint", + "Value": "r0fx6twfvd" + }, { "Name": "integrity", - "Value": "sha256-BRP1Eq+lLuJX0DMpbOkCGfXBbp5dmfliNFm2onTFtXQ=" + "Value": "sha256-S+TwWNO40FY8Ct3G0vy78I/zMwMtvKTvCVyCDrxjJeM=" + }, + { + "Name": "label", + "Value": "data/Drinks.json" } ] }, @@ -28770,7 +28770,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 20:12:36 GMT" + "Value": "Thu, 02 Jan 2025 10:05:19 GMT" } ], "EndpointProperties": [ @@ -28807,7 +28807,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 20:12:36 GMT" + "Value": "Thu, 02 Jan 2025 10:05:19 GMT" } ], "EndpointProperties": [ @@ -28852,7 +28852,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:55 GMT" } ], "EndpointProperties": [ @@ -28897,7 +28897,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:55 GMT" } ], "EndpointProperties": [ diff --git a/Website/Website/obj/Debug/net8.0/staticwebassets.build.json b/Website/Website/obj/Debug/net8.0/staticwebassets.build.json index e929f73..15f5639 100644 --- a/Website/Website/obj/Debug/net8.0/staticwebassets.build.json +++ b/Website/Website/obj/Debug/net8.0/staticwebassets.build.json @@ -1,13 +1,13 @@ { "Version": 1, - "Hash": "C6p06W288+I6coNKIMZ70dgFD8he7nZKoDdBNbgb1VA=", + "Hash": "aN7aV9xWKcmnLpe3WqYFegWhbOHC6wMCgKr4fTbGVzo=", "Source": "Website", "BasePath": "_content/Website", "Mode": "Default", "ManifestType": "Build", "ReferencedProjectsConfiguration": [ { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\Website.Client.csproj", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\Website.Client.csproj", "Version": 2, "Source": "Website.Client", "GetPublishAssetsTargets": "ComputeFilesToPublish;GetCurrentProjectPublishStaticWebAssetItems", @@ -22,24 +22,24 @@ { "Name": "Website.Client\\wwwroot", "Source": "Website.Client", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\wwwroot\\", "BasePath": "/", "Pattern": "**" }, { "Name": "Website\\wwwroot", "Source": "Website", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\", "BasePath": "_content/Website", "Pattern": "**" } ], "Assets": [ { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.boot.json", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.boot.json", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/blazor.boot.json", "AssetKind": "Build", @@ -50,17 +50,17 @@ "RelatedAsset": "", "AssetTraitName": "WasmResource", "AssetTraitValue": "manifest", - "Fingerprint": "kufizuu150", - "Integrity": "RIQ71+SUEU7vQh1b0X6fiyhsPORbHy37rmdcLdNdRyw=", + "Fingerprint": "dz35bobq3v", + "Integrity": "aR50SrASaz4eGw63ClC/hEWc4U6i/cVeDurkUBx3YgU=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.boot.json" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.boot.json" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.webassembly.js", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.webassembly.js", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/blazor.webassembly.js", "AssetKind": "All", @@ -75,13 +75,13 @@ "Integrity": "gvHfnndfEu1tRf0rFb5988rWq7ITIotOaE8+AMbKYbc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.webassembly.js" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.webassembly.js" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.js", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.js", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/dotnet.js", "AssetKind": "Build", @@ -96,13 +96,13 @@ "Integrity": "E+6wwuwtNy8K/gCtI5FMmOTt4o/7IvTeT9BfPazeNpM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.js" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.js" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.js.map", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.js.map", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/dotnet.js.map", "AssetKind": "Build", @@ -117,13 +117,13 @@ "Integrity": "Ldbrh5T3/siekFQvrUslxf2/fwspBdy+LqQf0WHUs1E=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.js.map" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.js.map" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.native.js", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.native.js", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/dotnet.native.js", "AssetKind": "Build", @@ -138,13 +138,13 @@ "Integrity": "VdKq87/z5NIxZKmuM+fv38XF+RcEb/bg3jVBwQSfwP4=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.native.js" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.native.js" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.native.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.native.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/dotnet.native.wasm", "AssetKind": "Build", @@ -159,13 +159,13 @@ "Integrity": "1NJsNYy4gznvjVwzcG5w3Cl50enK1KB/7cKBMY+6jz4=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.native.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.native.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.runtime.js", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.runtime.js", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/dotnet.runtime.js", "AssetKind": "Build", @@ -180,13 +180,13 @@ "Integrity": "nam8JTYKjhMKOTg6+FlihYP6JpWPGe3jjM9fiUFWzhY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.runtime.js" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.runtime.js" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.runtime.js.map", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.runtime.js.map", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/dotnet.runtime.js.map", "AssetKind": "Build", @@ -201,13 +201,13 @@ "Integrity": "tacuaI1XaIOOO3ZJ8se0JwaY6hwOxP5sIPF/x/AlFow=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.runtime.js.map" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.runtime.js.map" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\emcc-props.json", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\emcc-props.json", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/emcc-props.json", "AssetKind": "Build", @@ -222,13 +222,13 @@ "Integrity": "EDndcUl06UUgbB5x0DTQqfgwLv4TZo64Ka6aUqdbGTs=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\emcc-props.json" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\emcc-props.json" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_CJK.dat", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_CJK.dat", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/icudt_CJK.dat", "AssetKind": "Build", @@ -243,13 +243,13 @@ "Integrity": "SZLtQnRc0JkwqHab0VUVP7T3uBPSeYzxzDnpxPpUnHk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_CJK.dat" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_CJK.dat" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_EFIGS.dat", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_EFIGS.dat", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/icudt_EFIGS.dat", "AssetKind": "Build", @@ -264,13 +264,13 @@ "Integrity": "8fItetYY8kQ0ww6oxwTLiT3oXlBwHKumbeP2pRF4yTc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_EFIGS.dat" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_EFIGS.dat" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_no_CJK.dat", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_no_CJK.dat", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/icudt_no_CJK.dat", "AssetKind": "Build", @@ -285,13 +285,13 @@ "Integrity": "L7sV7NEYP37/Qr2FPCePo5cJqRgTXRwGHuwF5Q+0Nfs=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_no_CJK.dat" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_no_CJK.dat" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.AspNetCore.Authorization.wasm", "AssetKind": "Build", @@ -306,13 +306,13 @@ "Integrity": "W1OqRV83imd3SG/v4PAlCa5m/3RA9n5ysXT7G46jKKc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.AspNetCore.Components.Forms.wasm", "AssetKind": "Build", @@ -327,13 +327,13 @@ "Integrity": "uygu36HN/qUHLMopvhHgNiRvJHtoPqdkgtGxxdr1nY8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.AspNetCore.Components.wasm", "AssetKind": "Build", @@ -348,13 +348,13 @@ "Integrity": "BbzyjRS+gcf0R8v27CSNdTK4vm9XoqKz4NEhk7LK+dY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.AspNetCore.Components.Web.wasm", "AssetKind": "Build", @@ -369,13 +369,13 @@ "Integrity": "UU6I5F0N8ug+LyO1a+cyei0lfnhnCs+D82yuv75LZ00=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm", "AssetKind": "Build", @@ -390,13 +390,13 @@ "Integrity": "dXe4uTusEtqngejTMWRpHZpLCVz9HGNmy3OIHFQvF04=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.AspNetCore.Metadata.wasm", "AssetKind": "Build", @@ -411,13 +411,13 @@ "Integrity": "Mvq2Fy4bw77m1ECnG7otq2ctOhvymfaC9ksNUcgOa7M=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.CSharp.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.CSharp.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.CSharp.wasm", "AssetKind": "Build", @@ -432,13 +432,13 @@ "Integrity": "Uadhh9ejd0eod083HcpwnJ3OpcrMgcP88Vyftm5/ZkA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.CSharp.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.CSharp.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.Configuration.Abstractions.wasm", "AssetKind": "Build", @@ -453,13 +453,13 @@ "Integrity": "yNdqbqDWGiJo943D7LPak5xryCBEsNH0wtdiuU1R9VE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.Configuration.Binder.wasm", "AssetKind": "Build", @@ -474,13 +474,13 @@ "Integrity": "fNNlyyW44y8Gp6dvOtsvHoVNzpT8lrKmPleg5CDhRAo=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.Configuration.FileExtensions.wasm", "AssetKind": "Build", @@ -495,13 +495,13 @@ "Integrity": "SrAtaND/3+ZSfueBc9meuKzyFgcamyVA581L4R7Amzs=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.Configuration.Json.wasm", "AssetKind": "Build", @@ -516,13 +516,13 @@ "Integrity": "CtLsl9w5UTJXGXTbp+SQxMzt9f/gjQ4EkywrtuCscvU=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.Configuration.wasm", "AssetKind": "Build", @@ -537,13 +537,13 @@ "Integrity": "UDGEQR7J3WTfzYMgOzxVIBwFQtKEeJvO8UgrWagypdE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm", "AssetKind": "Build", @@ -558,13 +558,13 @@ "Integrity": "NICKEw2hjoBhl1lvxOBh8cxOIN8kkrGHz3pvV1eLLbY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.DependencyInjection.wasm", "AssetKind": "Build", @@ -579,13 +579,13 @@ "Integrity": "CS+QrPLaogl32aUg+ES1Ef5QGKoMyjt3V+wGoiG+tpw=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.FileProviders.Abstractions.wasm", "AssetKind": "Build", @@ -600,13 +600,13 @@ "Integrity": "IUopixuV8E09mP+TIgRp/lXEbeacXbUTW7cu0v5B9Tc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.FileProviders.Physical.wasm", "AssetKind": "Build", @@ -621,13 +621,13 @@ "Integrity": "MS+zB0xkKhKk/QdE32ZwKtdlrLMLI/y2NAKPUWhcBVg=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.FileSystemGlobbing.wasm", "AssetKind": "Build", @@ -642,13 +642,13 @@ "Integrity": "AnWUKd0qJ8ZNKkRC0AFK2cjjszB7reXiP+bXdIi8bic=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.Logging.Abstractions.wasm", "AssetKind": "Build", @@ -663,13 +663,13 @@ "Integrity": "glWux6/5FFNJxVrbRPQ/PhLriEkSd3TllLfjmvZbpKw=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Logging.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Logging.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.Logging.wasm", "AssetKind": "Build", @@ -684,13 +684,13 @@ "Integrity": "pa0M3exxNvk6g5anUwlaPC99Afawsi1GZvJeU1q/ZGM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Logging.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Logging.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Options.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Options.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.Options.wasm", "AssetKind": "Build", @@ -705,13 +705,13 @@ "Integrity": "5/m+yVFGRuY+N4jQnD+QETKH0AfhAsnVze5dJ5ogIVM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Options.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Options.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.Primitives.wasm", "AssetKind": "Build", @@ -726,13 +726,13 @@ "Integrity": "pVrYOTfjb2ITls3LKIByW1t8jwOAWFhmkIVDewtJ1GE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.JSInterop.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.JSInterop.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.JSInterop.wasm", "AssetKind": "Build", @@ -747,13 +747,13 @@ "Integrity": "5cqIyKsdUZ1dHGvNaW58/lWROJnvOdig8Ja6mv1p3Qg=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.JSInterop.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.JSInterop.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.JSInterop.WebAssembly.wasm", "AssetKind": "Build", @@ -768,13 +768,13 @@ "Integrity": "+wpzFJcg/CuYhygrH1ovEDlvYbxiG8U68YLvihiZM34=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.VisualBasic.Core.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.VisualBasic.Core.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.VisualBasic.Core.wasm", "AssetKind": "Build", @@ -789,13 +789,13 @@ "Integrity": "SBz1WgEN4UGzdrCKxLUaNAY5S7cs6RLZTuFDdPkMS6g=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.VisualBasic.Core.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.VisualBasic.Core.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.VisualBasic.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.VisualBasic.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.VisualBasic.wasm", "AssetKind": "Build", @@ -810,13 +810,13 @@ "Integrity": "GWWO9YY5BhSXDF/4kKQ6mS6AUpTQDRYxh8SJehKh8YA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.VisualBasic.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.VisualBasic.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Win32.Primitives.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Win32.Primitives.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Win32.Primitives.wasm", "AssetKind": "Build", @@ -831,13 +831,13 @@ "Integrity": "gODqpsiy/Wnhv/2besgY1gN63Kl7Ud0qgBnNBYL9ztk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Win32.Primitives.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Win32.Primitives.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Win32.Registry.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Win32.Registry.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Win32.Registry.wasm", "AssetKind": "Build", @@ -852,13 +852,13 @@ "Integrity": "SYbOUq7Ft94cDoFgxDjUL9s2E4zlX0CTcu9VK8pKu3g=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Win32.Registry.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Win32.Registry.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\mscorlib.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\mscorlib.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/mscorlib.wasm", "AssetKind": "Build", @@ -873,13 +873,13 @@ "Integrity": "04e4k5XU8HWGB/dq/2+j84xzzGPflTs0IYWI0OxogVc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\mscorlib.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\mscorlib.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\netstandard.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\netstandard.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/netstandard.wasm", "AssetKind": "Build", @@ -894,13 +894,13 @@ "Integrity": "gnGZURPnoSmjXuYNCOJi5tt8qn2LRImWgue1Ru3/TDQ=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\netstandard.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\netstandard.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.AppContext.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.AppContext.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.AppContext.wasm", "AssetKind": "Build", @@ -915,13 +915,13 @@ "Integrity": "1nocZKeDtUj1YIhiSQKS27v8q6liG1hOZbPjOK7P7mk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.AppContext.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.AppContext.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Buffers.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Buffers.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Buffers.wasm", "AssetKind": "Build", @@ -936,13 +936,13 @@ "Integrity": "TN28G4d2khyh0XuD1szrBKh00gODG1aIFDoPhGQIY3Y=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Buffers.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Buffers.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Concurrent.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Concurrent.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Collections.Concurrent.wasm", "AssetKind": "Build", @@ -957,13 +957,13 @@ "Integrity": "hp2Ny1WBRa1G4JfFdo96ymYi/YCKQPNOIxBU8aZPsm8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Concurrent.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Concurrent.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Immutable.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Immutable.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Collections.Immutable.wasm", "AssetKind": "Build", @@ -978,13 +978,13 @@ "Integrity": "QktZEfnav5S1R7yJ/aw8k5b94gFy7C5uR00frURrc7M=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Immutable.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Immutable.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.NonGeneric.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.NonGeneric.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Collections.NonGeneric.wasm", "AssetKind": "Build", @@ -999,13 +999,13 @@ "Integrity": "AKf6Q9WXPtTg0ILNw1IB9XDlW65NdzgyItMysrkRkpE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.NonGeneric.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.NonGeneric.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Specialized.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Specialized.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Collections.Specialized.wasm", "AssetKind": "Build", @@ -1020,13 +1020,13 @@ "Integrity": "GCgfhQWFKecXNOBoSSvMXIyG5DHFu8Dmghi9Aa/BOiU=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Specialized.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Specialized.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Collections.wasm", "AssetKind": "Build", @@ -1041,13 +1041,13 @@ "Integrity": "gZiDpLqT7pCUabR0Lqytig6Uft8FdryUXB9vNwYJ3qQ=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.Annotations.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.Annotations.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.ComponentModel.Annotations.wasm", "AssetKind": "Build", @@ -1062,13 +1062,13 @@ "Integrity": "fXj31cYsjDPdaugBDwCn0vc56zk0fCrR3mBBA8qi1xs=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.Annotations.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.Annotations.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.DataAnnotations.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.DataAnnotations.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.ComponentModel.DataAnnotations.wasm", "AssetKind": "Build", @@ -1083,13 +1083,13 @@ "Integrity": "Rh50n48S1SUMsg3bWPym59G00MSrvV9ERXKDQ0/A+uk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.DataAnnotations.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.DataAnnotations.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.EventBasedAsync.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.EventBasedAsync.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.ComponentModel.EventBasedAsync.wasm", "AssetKind": "Build", @@ -1104,13 +1104,13 @@ "Integrity": "epUcuet5lKP/O6qKB9I/8hyKSAQRgTdXWiLfrhLS3dc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.EventBasedAsync.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.EventBasedAsync.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.Primitives.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.Primitives.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.ComponentModel.Primitives.wasm", "AssetKind": "Build", @@ -1125,13 +1125,13 @@ "Integrity": "egZl3+4Mg2YvRylJLfIH/IxtGppq+VUBruQoW56dunE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.Primitives.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.Primitives.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.ComponentModel.TypeConverter.wasm", "AssetKind": "Build", @@ -1146,13 +1146,13 @@ "Integrity": "XpoB4xqd5tgZgnN9wDOGOogInX+0VmnQIC3lhb4zd4o=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.ComponentModel.wasm", "AssetKind": "Build", @@ -1167,13 +1167,13 @@ "Integrity": "8jCrR7yMPLvzS9MyDVDYb/UJjtPmdZpsnYd802a8tYs=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Configuration.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Configuration.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Configuration.wasm", "AssetKind": "Build", @@ -1188,13 +1188,13 @@ "Integrity": "rp6FxF00NUKfR+3/hNyzlYo641fU1pKsN4SVwUDnoAI=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Configuration.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Configuration.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Console.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Console.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Console.wasm", "AssetKind": "Build", @@ -1209,13 +1209,13 @@ "Integrity": "IrK+qInel/LtSEDHDZEcdUgjIGUJ9pDO3ahf2bU9kzA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Console.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Console.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Core.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Core.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Core.wasm", "AssetKind": "Build", @@ -1230,13 +1230,13 @@ "Integrity": "ZsYKSXOyEcgEJyzdRAzvB1Xsy6uGMHytGoq9pZpgSag=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Core.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Core.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.Common.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.Common.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Data.Common.wasm", "AssetKind": "Build", @@ -1251,13 +1251,13 @@ "Integrity": "cJ1Kz840djb8pUon/E1XdRbmz/x5uwCGP9vNZdTWMGU=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.Common.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.Common.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.DataSetExtensions.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.DataSetExtensions.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Data.DataSetExtensions.wasm", "AssetKind": "Build", @@ -1272,13 +1272,13 @@ "Integrity": "4MKP114LJx40ylJqc6RyWCrZjNh7u4hDlJTEzahne/Y=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.DataSetExtensions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.DataSetExtensions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Data.wasm", "AssetKind": "Build", @@ -1293,13 +1293,13 @@ "Integrity": "s2lgjSzeh+XYG6Qh4YZxbrOam9fYsNc04ynAkB4R42k=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Contracts.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Contracts.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Diagnostics.Contracts.wasm", "AssetKind": "Build", @@ -1314,13 +1314,13 @@ "Integrity": "vrCM+vLlfyetUANwGHfQE7A/f2MMoPTZUXKDP+qGNbQ=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Contracts.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Contracts.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Debug.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Debug.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Diagnostics.Debug.wasm", "AssetKind": "Build", @@ -1335,13 +1335,13 @@ "Integrity": "349ZnEbmfYDd+OC/k6vTM7w+qL80X+LVtinJ8o9bVps=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Debug.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Debug.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Diagnostics.DiagnosticSource.wasm", "AssetKind": "Build", @@ -1356,13 +1356,13 @@ "Integrity": "i5WI/tU+K9RiaDWyaCM1zb0kAxnOfYBfzNHMGkETKnQ=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.FileVersionInfo.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.FileVersionInfo.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Diagnostics.FileVersionInfo.wasm", "AssetKind": "Build", @@ -1377,13 +1377,13 @@ "Integrity": "dH/P3dAK/Uq8H6Z9nno+YOSoVIRQR702arxn+YvB3cc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.FileVersionInfo.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.FileVersionInfo.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Process.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Process.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Diagnostics.Process.wasm", "AssetKind": "Build", @@ -1398,13 +1398,13 @@ "Integrity": "hJfDlOsDX0I1JRN8vsD8T67w0XSR9BuTMEMvSMpz2K4=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Process.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Process.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.StackTrace.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.StackTrace.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Diagnostics.StackTrace.wasm", "AssetKind": "Build", @@ -1419,13 +1419,13 @@ "Integrity": "tDYqzonSg+uRPKN0ZQcFYWSxBjQJwgEO8KJsLFe1RUg=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.StackTrace.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.StackTrace.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.TextWriterTraceListener.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.TextWriterTraceListener.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Diagnostics.TextWriterTraceListener.wasm", "AssetKind": "Build", @@ -1440,13 +1440,13 @@ "Integrity": "HvslVThYTEmdEBn54MQNiLYPN+mmMw23Oof+Yu7hq6M=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.TextWriterTraceListener.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.TextWriterTraceListener.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Tools.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Tools.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Diagnostics.Tools.wasm", "AssetKind": "Build", @@ -1461,13 +1461,13 @@ "Integrity": "8TTnuDfyvbySzuGGoqYv1Va9aqbvAaLrVGtaBKHMXeU=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Tools.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Tools.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.TraceSource.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.TraceSource.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Diagnostics.TraceSource.wasm", "AssetKind": "Build", @@ -1482,13 +1482,13 @@ "Integrity": "KIwbOlv5pvf729BARcSAtOwZBnNDRnKrL9fuVqRDVO8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.TraceSource.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.TraceSource.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Tracing.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Tracing.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Diagnostics.Tracing.wasm", "AssetKind": "Build", @@ -1503,13 +1503,13 @@ "Integrity": "h15RtNo3FmRZbZD8oFQioFrrV+7HAWhJ0P8lMkb/LF4=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Tracing.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Tracing.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Drawing.Primitives.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Drawing.Primitives.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Drawing.Primitives.wasm", "AssetKind": "Build", @@ -1524,13 +1524,13 @@ "Integrity": "LO/+7UQNn9I9CFNqbMjfDSTWWrjwtzSLNzMq+zJW8/M=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Drawing.Primitives.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Drawing.Primitives.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Drawing.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Drawing.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Drawing.wasm", "AssetKind": "Build", @@ -1545,13 +1545,13 @@ "Integrity": "rB20450nsdBiYxRtiIaLI7focj5aAbCanKINwozj0fs=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Drawing.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Drawing.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Dynamic.Runtime.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Dynamic.Runtime.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Dynamic.Runtime.wasm", "AssetKind": "Build", @@ -1566,13 +1566,13 @@ "Integrity": "XBdcz50OKu+5w3KV95scb2B42BnoJjgic7WLzWSfn34=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Dynamic.Runtime.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Dynamic.Runtime.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Formats.Asn1.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Formats.Asn1.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Formats.Asn1.wasm", "AssetKind": "Build", @@ -1587,13 +1587,13 @@ "Integrity": "Juxlol6Tq49ykXZfhrvMLKttVS3Gd8qNU6nHiCSyYP4=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Formats.Asn1.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Formats.Asn1.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Formats.Tar.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Formats.Tar.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Formats.Tar.wasm", "AssetKind": "Build", @@ -1608,13 +1608,13 @@ "Integrity": "Zc9N+QBRyvq3iHKBmMnkZHz1dbazenzw9xBVLcM/i2k=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Formats.Tar.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Formats.Tar.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.Calendars.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.Calendars.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Globalization.Calendars.wasm", "AssetKind": "Build", @@ -1629,13 +1629,13 @@ "Integrity": "/DwZPN4eOfmhBYfRd6gslCwDQDcuZMmmYJd3N4XcRHA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.Calendars.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.Calendars.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.Extensions.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.Extensions.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Globalization.Extensions.wasm", "AssetKind": "Build", @@ -1650,13 +1650,13 @@ "Integrity": "tkpQMYbdEuUK2MGZbsz4ftJDy/KhJMFHEre/bUhsDGI=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.Extensions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.Extensions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Globalization.wasm", "AssetKind": "Build", @@ -1671,13 +1671,13 @@ "Integrity": "d7qSPkvzkieag/cj5hobd7/0yddhUPT52yX1nIdhDnE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.Brotli.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.Brotli.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.IO.Compression.Brotli.wasm", "AssetKind": "Build", @@ -1692,13 +1692,13 @@ "Integrity": "yB98K8Wztq3m+e38lD1thT6TIEObeAHtC8zcUnVy9uI=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.Brotli.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.Brotli.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.FileSystem.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.FileSystem.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.IO.Compression.FileSystem.wasm", "AssetKind": "Build", @@ -1713,13 +1713,13 @@ "Integrity": "C7qqOKTKxlKKemXAHJMrpOf13izPRiScfoPPUJLAGCg=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.FileSystem.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.FileSystem.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.IO.Compression.wasm", "AssetKind": "Build", @@ -1734,13 +1734,13 @@ "Integrity": "TGzP5drD1ACI1jeYDT3ptnF3CVP/2wHS1mWu+sAA5B8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.ZipFile.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.ZipFile.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.IO.Compression.ZipFile.wasm", "AssetKind": "Build", @@ -1755,13 +1755,13 @@ "Integrity": "J5rXGKhBOmggm5fyKI0Jc14xzLCIUXWFOR/pdhGBGMc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.ZipFile.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.ZipFile.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.AccessControl.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.AccessControl.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.IO.FileSystem.AccessControl.wasm", "AssetKind": "Build", @@ -1776,13 +1776,13 @@ "Integrity": "Z4T3r7BBMMXtyqGXBJ2h5uK3d/rhFCiCssOGxDDoyPU=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.AccessControl.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.AccessControl.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.DriveInfo.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.DriveInfo.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.IO.FileSystem.DriveInfo.wasm", "AssetKind": "Build", @@ -1797,13 +1797,13 @@ "Integrity": "WNqZHb3/fy08bmk5jukofq49lmmhbXB1i1ZOQxeIV0I=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.DriveInfo.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.DriveInfo.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.Primitives.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.Primitives.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.IO.FileSystem.Primitives.wasm", "AssetKind": "Build", @@ -1818,13 +1818,13 @@ "Integrity": "tpr1HuGZOj7mZyOoOOQDk2Sk+TVtGyYmUIGgO4gFnfY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.Primitives.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.Primitives.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.IO.FileSystem.wasm", "AssetKind": "Build", @@ -1839,13 +1839,13 @@ "Integrity": "DAUWh6VAbaksdgYzJbr9CzZpieFNJUl40B67uT7CKKk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.IO.FileSystem.Watcher.wasm", "AssetKind": "Build", @@ -1860,13 +1860,13 @@ "Integrity": "1KC5cMPAD6QWY1AnFlsyqdZBdFf8MkpmEjtjM6UnaIE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.IsolatedStorage.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.IsolatedStorage.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.IO.IsolatedStorage.wasm", "AssetKind": "Build", @@ -1881,13 +1881,13 @@ "Integrity": "SYi7seUrYkHGcyVkppQ+iY1Um92Rz488ZO/24NvQGog=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.IsolatedStorage.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.IsolatedStorage.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.MemoryMappedFiles.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.MemoryMappedFiles.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.IO.MemoryMappedFiles.wasm", "AssetKind": "Build", @@ -1902,13 +1902,13 @@ "Integrity": "n3DFMG/HZ5scPHpqLYg1JI+926Ddch+lfjBT/fuprdg=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.MemoryMappedFiles.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.MemoryMappedFiles.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipelines.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipelines.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.IO.Pipelines.wasm", "AssetKind": "Build", @@ -1923,13 +1923,13 @@ "Integrity": "JqVBy6SV+3qk+IK3VJiyIDt9CsVk6b1/ytTXmrI4mTM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipelines.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipelines.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipes.AccessControl.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipes.AccessControl.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.IO.Pipes.AccessControl.wasm", "AssetKind": "Build", @@ -1944,13 +1944,13 @@ "Integrity": "K32XCAdhXIpGbXTaM0Bp06gE/XzlavDwvitlF4adUW8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipes.AccessControl.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipes.AccessControl.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipes.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipes.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.IO.Pipes.wasm", "AssetKind": "Build", @@ -1965,13 +1965,13 @@ "Integrity": "zYUefBea19uu0j9MMriSJssSfvrpqaG3rANaFAIRJDM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipes.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipes.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.UnmanagedMemoryStream.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.UnmanagedMemoryStream.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.IO.UnmanagedMemoryStream.wasm", "AssetKind": "Build", @@ -1986,13 +1986,13 @@ "Integrity": "es/+yuX9UuUWYCf60QQ0giCqH8iIb1Kf8dba3FVIB/M=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.UnmanagedMemoryStream.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.UnmanagedMemoryStream.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.IO.wasm", "AssetKind": "Build", @@ -2007,13 +2007,13 @@ "Integrity": "/mc8LC23TECNkILtuTAYK+4cgoThgCDiqj47uSYvJ9s=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Expressions.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Expressions.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Linq.Expressions.wasm", "AssetKind": "Build", @@ -2028,13 +2028,13 @@ "Integrity": "IDiPMmdAcBn4/ra/xJJYzlLAu/W5GqLGKU/kcuOdiQM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Expressions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Expressions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Parallel.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Parallel.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Linq.Parallel.wasm", "AssetKind": "Build", @@ -2049,13 +2049,13 @@ "Integrity": "ptqC2FGuwDAFEN3eO2ytVNp+bTcfEl6XWTrsXMYvwQI=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Parallel.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Parallel.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Queryable.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Queryable.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Linq.Queryable.wasm", "AssetKind": "Build", @@ -2070,13 +2070,13 @@ "Integrity": "NG85jSBn6I+MAacQex7M+yUOl4odbuq6FADceSnJTUk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Queryable.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Queryable.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Linq.wasm", "AssetKind": "Build", @@ -2091,13 +2091,13 @@ "Integrity": "02nekdXgnuQmMXxvi8LOQr7vSvk/x87GJTwL+1xGwBo=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Memory.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Memory.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Memory.wasm", "AssetKind": "Build", @@ -2112,13 +2112,13 @@ "Integrity": "sH0LCd3Pu+jtYgSfsGoSqCG9+mX8UF4bst8+GJoOxRw=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Memory.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Memory.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Http.Json.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Http.Json.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Net.Http.Json.wasm", "AssetKind": "Build", @@ -2133,13 +2133,13 @@ "Integrity": "YC8Q16xvHQzBcfJXF/GoxLZp9aAwbnFAUOgCDphILXA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Http.Json.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Http.Json.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Http.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Http.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Net.Http.wasm", "AssetKind": "Build", @@ -2154,13 +2154,13 @@ "Integrity": "PDsfvjAkRDp5X/cIAhBfS/Mlp2XLquj/4as2+UCw88I=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Http.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Http.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.HttpListener.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.HttpListener.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Net.HttpListener.wasm", "AssetKind": "Build", @@ -2175,13 +2175,13 @@ "Integrity": "foY5Y+bGa0JpmmkjEIiuYAnvglQ2kdysLiKudK9IdM0=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.HttpListener.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.HttpListener.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Mail.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Mail.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Net.Mail.wasm", "AssetKind": "Build", @@ -2196,13 +2196,13 @@ "Integrity": "ekBzh2IIKjHT1J3B5DeCh3lWjtJx/qmNzypWDtWBhFA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Mail.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Mail.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.NameResolution.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.NameResolution.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Net.NameResolution.wasm", "AssetKind": "Build", @@ -2217,13 +2217,13 @@ "Integrity": "49qSuLwEGDEJFLeDOGouniW9anRST/O0aDQjTI92P58=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.NameResolution.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.NameResolution.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.NetworkInformation.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.NetworkInformation.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Net.NetworkInformation.wasm", "AssetKind": "Build", @@ -2238,13 +2238,13 @@ "Integrity": "rg+A6YQ2QUlTTEZCZp934bwO/M/zoonxn/XyFxduSWA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.NetworkInformation.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.NetworkInformation.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Ping.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Ping.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Net.Ping.wasm", "AssetKind": "Build", @@ -2259,13 +2259,13 @@ "Integrity": "7TZ57YtTC8ELEeq3Vnv1BN55R+nliLPLlptyQlNtL4k=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Ping.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Ping.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Primitives.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Primitives.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Net.Primitives.wasm", "AssetKind": "Build", @@ -2280,13 +2280,13 @@ "Integrity": "Fz3GC5uDj0XtCbeEGJbIZ/WihP5cqe4VAKXhtVxOKes=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Primitives.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Primitives.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Quic.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Quic.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Net.Quic.wasm", "AssetKind": "Build", @@ -2301,13 +2301,13 @@ "Integrity": "adZlvsxIeXAFq9GlaCORAQ0lib4lVg9AARauabpZzR8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Quic.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Quic.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Requests.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Requests.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Net.Requests.wasm", "AssetKind": "Build", @@ -2322,13 +2322,13 @@ "Integrity": "NUwjqQpCIU1qmD2OtzVUV8dENYIVOdrWQ8CQ9pQjqGo=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Requests.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Requests.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Security.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Security.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Net.Security.wasm", "AssetKind": "Build", @@ -2343,13 +2343,13 @@ "Integrity": "k0Z7fjEWnyrr0tVMTHY2Og7/Kdpv01HrqT8s8X+eoPI=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Security.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Security.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.ServicePoint.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.ServicePoint.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Net.ServicePoint.wasm", "AssetKind": "Build", @@ -2364,13 +2364,13 @@ "Integrity": "Gnwb40zJ+p8XKpMCOXNDb+8Qe3yw0Fgh1u8ahDu0f5I=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.ServicePoint.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.ServicePoint.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Sockets.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Sockets.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Net.Sockets.wasm", "AssetKind": "Build", @@ -2385,13 +2385,13 @@ "Integrity": "xMOuIBlq7STT5VfoI5gPVUqFlcGWa9aa+1c8Mxcyis4=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Sockets.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Sockets.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Net.wasm", "AssetKind": "Build", @@ -2406,13 +2406,13 @@ "Integrity": "08bq+775NnhzhxPpiRItv1kV1Ht0MEK2C0C6S1sEGCY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebClient.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebClient.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Net.WebClient.wasm", "AssetKind": "Build", @@ -2427,13 +2427,13 @@ "Integrity": "oavhGzJhT8X18xBJIzdkQv80omeFHdP687hNCGlpML0=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebClient.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebClient.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebHeaderCollection.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebHeaderCollection.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Net.WebHeaderCollection.wasm", "AssetKind": "Build", @@ -2448,13 +2448,13 @@ "Integrity": "siAygXJKc/r38inqqnV9Sawl/sxibAWLZ/fKnlXyJlU=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebHeaderCollection.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebHeaderCollection.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebProxy.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebProxy.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Net.WebProxy.wasm", "AssetKind": "Build", @@ -2469,13 +2469,13 @@ "Integrity": "N108QLXtWj+NWw/1R+dDp2kuRMH91cqCm7sWQmfDZFk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebProxy.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebProxy.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebSockets.Client.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebSockets.Client.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Net.WebSockets.Client.wasm", "AssetKind": "Build", @@ -2490,13 +2490,13 @@ "Integrity": "VdBs+VwHu65mEW1W4Ftgkg6MXoJoW+c5GR6CL7VfQJ8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebSockets.Client.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebSockets.Client.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebSockets.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebSockets.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Net.WebSockets.wasm", "AssetKind": "Build", @@ -2511,13 +2511,13 @@ "Integrity": "ha2p8xtvFvWUqz1ULfoHulywkUZ4Bdj1dCF1Y5KaaNU=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebSockets.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebSockets.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Numerics.Vectors.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Numerics.Vectors.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Numerics.Vectors.wasm", "AssetKind": "Build", @@ -2532,13 +2532,13 @@ "Integrity": "eR9a3kL5g/JAy7FZmPpKnUJ1cacp51vze+czwjD7ncs=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Numerics.Vectors.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Numerics.Vectors.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Numerics.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Numerics.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Numerics.wasm", "AssetKind": "Build", @@ -2553,13 +2553,13 @@ "Integrity": "tQYTy2Xrr4SJ68BgujZW2K8rAT5CIjBAqjtguTx4CUE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Numerics.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Numerics.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ObjectModel.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ObjectModel.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.ObjectModel.wasm", "AssetKind": "Build", @@ -2574,13 +2574,13 @@ "Integrity": "kJYkyall7T+7zKadZpefEMq4BSkStTj0aNQomc10NYY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ObjectModel.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ObjectModel.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.CoreLib.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.CoreLib.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Private.CoreLib.wasm", "AssetKind": "Build", @@ -2595,13 +2595,13 @@ "Integrity": "6w3jYr0arcp8jnt4aeqh+AmqrLA6q7jl9rQYAwLzE0M=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.CoreLib.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.CoreLib.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.DataContractSerialization.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.DataContractSerialization.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Private.DataContractSerialization.wasm", "AssetKind": "Build", @@ -2616,13 +2616,13 @@ "Integrity": "DeTuyg/lY3RhiFpRSk6yKysyNESA/SVI4hzarGfnXN4=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.DataContractSerialization.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.DataContractSerialization.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Uri.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Uri.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Private.Uri.wasm", "AssetKind": "Build", @@ -2637,13 +2637,13 @@ "Integrity": "YNkeFARPTkWO+gtFd5q2iwgPWfJjY2GeA2kY6IpRk4Y=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Uri.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Uri.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Xml.Linq.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Xml.Linq.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Private.Xml.Linq.wasm", "AssetKind": "Build", @@ -2658,13 +2658,13 @@ "Integrity": "c9nfmf5I0yy4541lSfIfdSYLyqLY3lqTdOkdmOep5bo=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Xml.Linq.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Xml.Linq.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Xml.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Xml.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Private.Xml.wasm", "AssetKind": "Build", @@ -2679,13 +2679,13 @@ "Integrity": "Ao1y45XFPqWiiK/tFvdzIZ1bJ/Oe/GM2eG6qDwCXIIw=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Xml.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Xml.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.DispatchProxy.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.DispatchProxy.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Reflection.DispatchProxy.wasm", "AssetKind": "Build", @@ -2700,13 +2700,13 @@ "Integrity": "7OqnFhjRrTP76xf76O0sSWXaByNDWqLyRe+FpMA60dg=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.DispatchProxy.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.DispatchProxy.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Reflection.Emit.ILGeneration.wasm", "AssetKind": "Build", @@ -2721,13 +2721,13 @@ "Integrity": "RDS9CCiCfuPduoJ34HamplxdCe3TvfBsuhlMh+diRkk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Reflection.Emit.Lightweight.wasm", "AssetKind": "Build", @@ -2742,13 +2742,13 @@ "Integrity": "KiIJ9n6Cb3lR3h2wGTDsFoCEbp/ohB6RG2sSzGxhPN8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Reflection.Emit.wasm", "AssetKind": "Build", @@ -2763,13 +2763,13 @@ "Integrity": "keglWAG1St9vhGg667m0FoR0iKn8aJixSi7W9ngVlhU=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Extensions.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Extensions.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Reflection.Extensions.wasm", "AssetKind": "Build", @@ -2784,13 +2784,13 @@ "Integrity": "oNiclfOguH4NaN1+SQJaN3W32cpuL63WwCs5roqglrA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Extensions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Extensions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Metadata.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Metadata.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Reflection.Metadata.wasm", "AssetKind": "Build", @@ -2805,13 +2805,13 @@ "Integrity": "p9DsRuAWHZpQryFGzBRgcd1DFlvt2DEkJId/b1lUs2I=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Metadata.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Metadata.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Primitives.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Primitives.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Reflection.Primitives.wasm", "AssetKind": "Build", @@ -2826,13 +2826,13 @@ "Integrity": "9kikzlVPNg56ZptLJLLiB7vHLA3HlpQfg9J5Ca8BMtI=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Primitives.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Primitives.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.TypeExtensions.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.TypeExtensions.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Reflection.TypeExtensions.wasm", "AssetKind": "Build", @@ -2847,13 +2847,13 @@ "Integrity": "uIX+oTuvXMyUO2rvf1J1UvS9/1yHZFLN/dTO5GKCUkM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.TypeExtensions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.TypeExtensions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Reflection.wasm", "AssetKind": "Build", @@ -2868,13 +2868,13 @@ "Integrity": "lEZT57OvPktdfbLIp8fQYQMXteB8akLY7j7nsSgvZiE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.Reader.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.Reader.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Resources.Reader.wasm", "AssetKind": "Build", @@ -2889,13 +2889,13 @@ "Integrity": "HcchD1OwRdpm+gWR9S8JRvKevWu6CpB6c56qZNtU94A=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.Reader.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.Reader.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.ResourceManager.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.ResourceManager.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Resources.ResourceManager.wasm", "AssetKind": "Build", @@ -2910,13 +2910,13 @@ "Integrity": "ayerJuQHnbboFY5rT3YaLLQq/ildgU/m13B+a3e9Z40=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.ResourceManager.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.ResourceManager.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.Writer.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.Writer.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Resources.Writer.wasm", "AssetKind": "Build", @@ -2931,13 +2931,13 @@ "Integrity": "qBqESAL1Kjg7RRXyeafQsOjBhk+DniBZSuM5SQoZblo=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.Writer.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.Writer.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.CompilerServices.Unsafe.wasm", "AssetKind": "Build", @@ -2952,13 +2952,13 @@ "Integrity": "Q1gXg011Z3DVCTDgtllp+Jj/y3Ypurf8xNSyJEwVhyE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.CompilerServices.VisualC.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.CompilerServices.VisualC.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.CompilerServices.VisualC.wasm", "AssetKind": "Build", @@ -2973,13 +2973,13 @@ "Integrity": "RXaL4fc7ElTYlKxPoGyAezl7pHNYQl1zHNurezCSejM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.CompilerServices.VisualC.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.CompilerServices.VisualC.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Extensions.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Extensions.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.Extensions.wasm", "AssetKind": "Build", @@ -2994,13 +2994,13 @@ "Integrity": "gXpjgBF4Wzs72MRZhmqesV4qrdlGEYBM53JYYHrk5aE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Extensions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Extensions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Handles.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Handles.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.Handles.wasm", "AssetKind": "Build", @@ -3015,13 +3015,13 @@ "Integrity": "dQzPGFS8ZS1N+ZFQPaCUJOqfeF8o7UcTwNyoZmiaUCg=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Handles.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Handles.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.JavaScript.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.JavaScript.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.InteropServices.JavaScript.wasm", "AssetKind": "Build", @@ -3036,13 +3036,13 @@ "Integrity": "gVj9lAHU+hRKDm4LiKsdXCMJxrMRYzcvjZa1Lb7VYD8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.JavaScript.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.JavaScript.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.InteropServices.RuntimeInformation.wasm", "AssetKind": "Build", @@ -3057,13 +3057,13 @@ "Integrity": "dZLozevu83WKfUaX2HEhD8ZIEnTGOaTLuMESKv8PMTc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.InteropServices.wasm", "AssetKind": "Build", @@ -3078,13 +3078,13 @@ "Integrity": "+ijv/8/bRea00TbzBpizFirpsMfbaRpFApERWe1iODA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Intrinsics.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Intrinsics.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.Intrinsics.wasm", "AssetKind": "Build", @@ -3099,13 +3099,13 @@ "Integrity": "hAZ3yyigH8wVGninEomvLBnx9E5wn/SSG2R5u53SnBw=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Intrinsics.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Intrinsics.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Loader.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Loader.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.Loader.wasm", "AssetKind": "Build", @@ -3120,13 +3120,13 @@ "Integrity": "R6vt9tgMk0jitpnblbvVno7hWV4jaqWd8xqfs3Id/V8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Loader.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Loader.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Numerics.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Numerics.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.Numerics.wasm", "AssetKind": "Build", @@ -3141,13 +3141,13 @@ "Integrity": "lmc35zMDetYwQ1xJZjka9/xhcKrrgWi8bKEBMspSCL8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Numerics.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Numerics.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Formatters.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Formatters.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.Serialization.Formatters.wasm", "AssetKind": "Build", @@ -3162,13 +3162,13 @@ "Integrity": "+bwQuPC0VlRr/KhFNJ9FzrThv284dB0n/xDcryG6nPk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Formatters.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Formatters.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Json.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Json.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.Serialization.Json.wasm", "AssetKind": "Build", @@ -3183,13 +3183,13 @@ "Integrity": "LCnQPqXAstHFErRuAAmH3rGzyObwVkjFZ/DZTgPLKGY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Json.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Json.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Primitives.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Primitives.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.Serialization.Primitives.wasm", "AssetKind": "Build", @@ -3204,13 +3204,13 @@ "Integrity": "0WSfY/Haui8HjNQX0DXRWpJasSR67ftwFgzzL8/yDtQ=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Primitives.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Primitives.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.Serialization.wasm", "AssetKind": "Build", @@ -3225,13 +3225,13 @@ "Integrity": "1b2xImnAcW9FuRIwgJY1ruf3K/eVO+FtmnQY1PJWnj8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Xml.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Xml.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.Serialization.Xml.wasm", "AssetKind": "Build", @@ -3246,13 +3246,13 @@ "Integrity": "nEJcPUSRT080lhzgmhSJOA22jU+OZoNaaZ8edbHcYA8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Xml.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Xml.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.wasm", "AssetKind": "Build", @@ -3267,13 +3267,13 @@ "Integrity": "zrdM+cjnVdkCpcOa3S5QSufYyDR6/jJBZwC2JtBHUAs=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.AccessControl.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.AccessControl.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Security.AccessControl.wasm", "AssetKind": "Build", @@ -3288,13 +3288,13 @@ "Integrity": "UE0/1uftxfm4hsxfVZLBQfXPLS7+/lHAR/T7QQOnuog=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.AccessControl.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.AccessControl.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Claims.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Claims.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Claims.wasm", "AssetKind": "Build", @@ -3309,13 +3309,13 @@ "Integrity": "2rin2NFw3nuyngQa8lCkqwyQqkUNjEqaRycwecJtcgA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Claims.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Claims.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Cryptography.Algorithms.wasm", "AssetKind": "Build", @@ -3330,13 +3330,13 @@ "Integrity": "U8LQhSlAE/qbCZZDPerW9oP6No6erfT4GBJ/p8wyw9o=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Cng.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Cng.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Cryptography.Cng.wasm", "AssetKind": "Build", @@ -3351,13 +3351,13 @@ "Integrity": "Dv9emG1C1LyuKVMLpvfSxo+MFdfYUizwjFSi+9K70uY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Cng.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Cng.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Csp.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Csp.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Cryptography.Csp.wasm", "AssetKind": "Build", @@ -3372,13 +3372,13 @@ "Integrity": "A7ZoldzTp29mK95dLQjrkctB23N6lInULsTozWVDB9M=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Csp.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Csp.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Encoding.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Encoding.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Cryptography.Encoding.wasm", "AssetKind": "Build", @@ -3393,13 +3393,13 @@ "Integrity": "dvVMECEFZcpmlk1cvk0wGjbbsHwlyjDEJrT4025yHD0=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Encoding.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Encoding.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.OpenSsl.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.OpenSsl.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Cryptography.OpenSsl.wasm", "AssetKind": "Build", @@ -3414,13 +3414,13 @@ "Integrity": "vIV4Espmo98VVSBRten+C7PWUqr+MGgTe0nl38Kg+8Y=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.OpenSsl.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.OpenSsl.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Cryptography.Primitives.wasm", "AssetKind": "Build", @@ -3435,13 +3435,13 @@ "Integrity": "6EVC9k2iLcS+gOTXQtQfsQuz8edMaw7lSFxuiKWj0XU=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Cryptography.wasm", "AssetKind": "Build", @@ -3456,13 +3456,13 @@ "Integrity": "E+wKO/AJ5b47vCHli4b1joXv0j8u1GTBbSRaF7VSBJ0=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.X509Certificates.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.X509Certificates.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Cryptography.X509Certificates.wasm", "AssetKind": "Build", @@ -3477,13 +3477,13 @@ "Integrity": "d9MhJ1Z1ljuQxrafy+IN1J5ne/C80fsNfvoYuoMoE8k=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.X509Certificates.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.X509Certificates.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Principal.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Principal.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Principal.wasm", "AssetKind": "Build", @@ -3498,13 +3498,13 @@ "Integrity": "d49n2qORKotSAV8c5QcCzwHqjR5Hep60a8VxkFau+MM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Principal.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Principal.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Principal.Windows.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Principal.Windows.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Principal.Windows.wasm", "AssetKind": "Build", @@ -3519,13 +3519,13 @@ "Integrity": "MZgxaB1DAEKULah9cJ/BUuVwT3n9hHurJo2HoNkKCeY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Principal.Windows.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Principal.Windows.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.SecureString.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.SecureString.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Security.SecureString.wasm", "AssetKind": "Build", @@ -3540,13 +3540,13 @@ "Integrity": "YmsVeP9MdnzX+nCuTINjUK8aAMamps1ozuQ8EptZES4=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.SecureString.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.SecureString.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Security.wasm", "AssetKind": "Build", @@ -3561,13 +3561,13 @@ "Integrity": "BbrbGBtRAbu6VXz8HXDDDOE4xurJ5d1Jotyrm+7AXwk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ServiceModel.Web.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ServiceModel.Web.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.ServiceModel.Web.wasm", "AssetKind": "Build", @@ -3582,13 +3582,13 @@ "Integrity": "Xn+mPeSbPXvGFJz4gbUqD+bNqgymznLVPnY6rBVcjeY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ServiceModel.Web.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ServiceModel.Web.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ServiceProcess.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ServiceProcess.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.ServiceProcess.wasm", "AssetKind": "Build", @@ -3603,13 +3603,13 @@ "Integrity": "xCPEaJN4HUtbTjnCTbs/SQXgw0jjCiGRtc8W7RoXmLs=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ServiceProcess.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ServiceProcess.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.CodePages.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.CodePages.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Text.Encoding.CodePages.wasm", "AssetKind": "Build", @@ -3624,13 +3624,13 @@ "Integrity": "RKxD0JxpDE+wVM9XgRJTWJOrO3cY5j+sjB87rDKoBHk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.CodePages.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.CodePages.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.Extensions.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.Extensions.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Text.Encoding.Extensions.wasm", "AssetKind": "Build", @@ -3645,13 +3645,13 @@ "Integrity": "sckRBWbY0/x1IP5VajERSulMTnbc1eBrmyWI0161mGc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.Extensions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.Extensions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Text.Encoding.wasm", "AssetKind": "Build", @@ -3666,13 +3666,13 @@ "Integrity": "Wsq2uK1kbcS5Rx8OQ4hqnSkFld0bWvs22/CKxZtaG3o=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encodings.Web.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encodings.Web.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Text.Encodings.Web.wasm", "AssetKind": "Build", @@ -3687,13 +3687,13 @@ "Integrity": "o6np2+GPPc37Oc+mlv5vfaZQsNjObyfSkp6KL0Tg7pk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encodings.Web.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encodings.Web.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Json.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Json.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Text.Json.wasm", "AssetKind": "Build", @@ -3708,13 +3708,13 @@ "Integrity": "7bgDcdOvxXUt2GWh6n41JbhjOIYMYMR+xdym3/AeKMg=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Json.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Json.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.RegularExpressions.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.RegularExpressions.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Text.RegularExpressions.wasm", "AssetKind": "Build", @@ -3729,13 +3729,13 @@ "Integrity": "q6LKJmlxogEJNqJwZNeoM4FCyaWKA7uqzD9VYQY06nI=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.RegularExpressions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.RegularExpressions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Channels.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Channels.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Threading.Channels.wasm", "AssetKind": "Build", @@ -3750,13 +3750,13 @@ "Integrity": "dzLvqISJviasdstLg+JLYIe2FG3fupFL+HFtypxCYqs=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Channels.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Channels.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Overlapped.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Overlapped.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Threading.Overlapped.wasm", "AssetKind": "Build", @@ -3771,13 +3771,13 @@ "Integrity": "WCgszWOyUNlmdmjEyCawrYTxqODM1Br7TK5CHRuHZuQ=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Overlapped.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Overlapped.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Dataflow.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Dataflow.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Threading.Tasks.Dataflow.wasm", "AssetKind": "Build", @@ -3792,13 +3792,13 @@ "Integrity": "Irzu5C+ZYKiJr6IP5ZdZN/+ROJSJpu+x9aZY8muBn+8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Dataflow.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Dataflow.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Extensions.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Extensions.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Threading.Tasks.Extensions.wasm", "AssetKind": "Build", @@ -3813,13 +3813,13 @@ "Integrity": "LPotnN7TPMRfmjeRlyvuv69AawJouQImc1ldCQUZo7U=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Extensions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Extensions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Parallel.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Parallel.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Threading.Tasks.Parallel.wasm", "AssetKind": "Build", @@ -3834,13 +3834,13 @@ "Integrity": "Xu8QWJfLh1m5B5o6f3C2nB1Nxrr0CM2dQiJx9qwHxQc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Parallel.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Parallel.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Threading.Tasks.wasm", "AssetKind": "Build", @@ -3855,13 +3855,13 @@ "Integrity": "PSIS6V/Pyi7eJnCUoARry/9RAAN/ziPcM1WILonRTPc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Thread.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Thread.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Threading.Thread.wasm", "AssetKind": "Build", @@ -3876,13 +3876,13 @@ "Integrity": "tF1blOwbZAEgjhJeSld4zHrcIBEXcJ0cqVb0crN9Qxw=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Thread.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Thread.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.ThreadPool.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.ThreadPool.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Threading.ThreadPool.wasm", "AssetKind": "Build", @@ -3897,13 +3897,13 @@ "Integrity": "+51YGMJdEc+oC6dQCEgq4faQbjI8xutTCQNc6RDQw04=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.ThreadPool.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.ThreadPool.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Timer.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Timer.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Threading.Timer.wasm", "AssetKind": "Build", @@ -3918,13 +3918,13 @@ "Integrity": "mK/lQhE6mh9xrSTZe8MkH6JN86P7OsEO8JhZQZvt+Zc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Timer.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Timer.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Threading.wasm", "AssetKind": "Build", @@ -3939,13 +3939,13 @@ "Integrity": "+AqC723lHKQfu7KfETRHYMhw17Lyr3e3zBe91rN4fOU=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Transactions.Local.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Transactions.Local.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Transactions.Local.wasm", "AssetKind": "Build", @@ -3960,13 +3960,13 @@ "Integrity": "3Ae9/V5K5H0xOhhdxJecK9OtulVJVA52XtjlmeEAZeE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Transactions.Local.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Transactions.Local.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Transactions.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Transactions.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Transactions.wasm", "AssetKind": "Build", @@ -3981,13 +3981,13 @@ "Integrity": "QqW2MPPJjsh0IovZrStC2+ohTQrejhhUxjcRazKnpyA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Transactions.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Transactions.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ValueTuple.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ValueTuple.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.ValueTuple.wasm", "AssetKind": "Build", @@ -4002,13 +4002,13 @@ "Integrity": "qN/Xvji8gcoVp+wy6WzH+t/RzeS9RFx6ULM1atKvo7w=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ValueTuple.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ValueTuple.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.wasm", "AssetKind": "Build", @@ -4023,13 +4023,13 @@ "Integrity": "2dnz1P4nx0omZDVyfghmcQzMyHavstYpaEJcQ4M25XY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Web.HttpUtility.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Web.HttpUtility.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Web.HttpUtility.wasm", "AssetKind": "Build", @@ -4044,13 +4044,13 @@ "Integrity": "bWV2xnkb9A0d9Vrr7MHaLEVkdO3FVWpX6rg6XwmVRCM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Web.HttpUtility.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Web.HttpUtility.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Web.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Web.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Web.wasm", "AssetKind": "Build", @@ -4065,13 +4065,13 @@ "Integrity": "yPLQFa+cRTvadbkueZm5D5iXxl93NqZ9B5bqG/mZc+0=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Web.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Web.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Windows.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Windows.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Windows.wasm", "AssetKind": "Build", @@ -4086,13 +4086,13 @@ "Integrity": "BFYGn0vLca86cY0//cRQmGYSwwTj8pnz2CXK/MaeD/w=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Windows.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Windows.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.Linq.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.Linq.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Xml.Linq.wasm", "AssetKind": "Build", @@ -4107,13 +4107,13 @@ "Integrity": "bQe3so+L45ecJqnRHaHbL51BUhlnZgTv5RMeGYVBYsU=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.Linq.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.Linq.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.ReaderWriter.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.ReaderWriter.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Xml.ReaderWriter.wasm", "AssetKind": "Build", @@ -4128,13 +4128,13 @@ "Integrity": "igGiWuYy7j0tC6MqNAmYx3utXRJVOq7g2tvPzPK0t08=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.ReaderWriter.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.ReaderWriter.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.Serialization.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.Serialization.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Xml.Serialization.wasm", "AssetKind": "Build", @@ -4149,13 +4149,13 @@ "Integrity": "5Kpxl9UaIlUpkLu5TQZ5FAYlMGJXnDKdEKbCE3vu6Jw=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.Serialization.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.Serialization.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Xml.wasm", "AssetKind": "Build", @@ -4170,13 +4170,13 @@ "Integrity": "wotRLcEZQSEUJOeJaGm8VIJ2Yn7upzrz/KMaPrjAQ9E=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XDocument.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XDocument.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Xml.XDocument.wasm", "AssetKind": "Build", @@ -4191,13 +4191,13 @@ "Integrity": "HWbbjEK4Wq57/LACY64uu13ZkAeV1XDyunjXACBQG3M=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XDocument.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XDocument.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XmlDocument.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XmlDocument.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Xml.XmlDocument.wasm", "AssetKind": "Build", @@ -4212,13 +4212,13 @@ "Integrity": "8i643Bmv66RSUADU20QVsk44h1gN3SJY2fTUA4BmNxo=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XmlDocument.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XmlDocument.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XmlSerializer.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XmlSerializer.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Xml.XmlSerializer.wasm", "AssetKind": "Build", @@ -4233,13 +4233,13 @@ "Integrity": "6LMMq8P2VmX7SRkdGn8Fhn1n2HJzuiicVOTSjZPwO7c=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XmlSerializer.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XmlSerializer.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XPath.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XPath.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Xml.XPath.wasm", "AssetKind": "Build", @@ -4254,13 +4254,13 @@ "Integrity": "T+XnFMRS6QgBPQXe0Sm0AcyYMQPxgUpM9gWOS9K7Lis=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XPath.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XPath.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XPath.XDocument.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XPath.XDocument.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/System.Xml.XPath.XDocument.wasm", "AssetKind": "Build", @@ -4275,13 +4275,13 @@ "Integrity": "Kzy2/teP/Zzq4DzSxR6+VOVMKLGM1KUn0xeqsxV7Vlw=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XPath.XDocument.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XPath.XDocument.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Website.Client.pdb", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Website.Client.pdb", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Website.Client.pdb", "AssetKind": "Build", @@ -4292,17 +4292,17 @@ "RelatedAsset": "", "AssetTraitName": "WasmResource", "AssetTraitValue": "symbol", - "Fingerprint": "j2j1jdk9ss", - "Integrity": "y90LQ1XOjd1YuFrTuyoh7VP2K62Z9WiA9VnwHTsxbUA=", + "Fingerprint": "ww338guy0i", + "Integrity": "kN5prTHUq5BdesgOuR7HHU5YivSfWgWJrmk1qh5px+Y=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Website.Client.pdb" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Website.Client.pdb" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Website.Client.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Website.Client.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/Website.Client.wasm", "AssetKind": "Build", @@ -4313,17 +4313,17 @@ "RelatedAsset": "", "AssetTraitName": "WasmResource", "AssetTraitValue": "runtime", - "Fingerprint": "10qtdtf8da", - "Integrity": "HyZwsW4UVFnIClpKUxnFEsCE8theJnFkFvXLIOazz8o=", + "Fingerprint": "uje4l4996j", + "Integrity": "qreRmD3AaRcxH89/sDwu0cieOk5oKuyAE0Iw0Kgl3AI=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Website.Client.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Website.Client.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\WindowsBase.wasm", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\WindowsBase.wasm", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\", "BasePath": "/", "RelativePath": "_framework/WindowsBase.wasm", "AssetKind": "Build", @@ -4338,13 +4338,13 @@ "Integrity": "OvvMg6Wq2zXE8rpCIWduWwx7Z2DmNb/Rc5MKcnddDzM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\WindowsBase.wasm" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\WindowsBase.wasm" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\04a487v8dk-nizy1jf1r0.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\04a487v8dk-nizy1jf1r0.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Xml.XPath.wasm.gz", "AssetKind": "Build", @@ -4352,20 +4352,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XPath.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XPath.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "fhwntkmvjr", "Integrity": "MzFxNuycbchMeFAiuJOD49YmGYKyzXHC7AgLpFJ3oXQ=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\04a487v8dk-nizy1jf1r0.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\04a487v8dk-nizy1jf1r0.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\06xhlk2478-10qtdtf8da.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\06xhlk2478-uje4l4996j.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Website.Client.wasm.gz", "AssetKind": "Build", @@ -4373,20 +4373,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Website.Client.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Website.Client.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", - "Fingerprint": "5w1rqmxknc", - "Integrity": "qzvjo5dVy/KTbkkiyrJE2zXpCTtvtGBXSABVUQqJu0A=", + "Fingerprint": "eg9q3x4cbi", + "Integrity": "XvnIhUNaHqwdDBvM02D2m6kdaTon90GpEMDnZPA6iig=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\06xhlk2478-10qtdtf8da.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\06xhlk2478-uje4l4996j.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\086u6yzl35-hqi8x6bymk.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\086u6yzl35-hqi8x6bymk.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.wasm.gz", "AssetKind": "Build", @@ -4394,20 +4394,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "y0g1foi4dw", "Integrity": "YvblXboTGSMDIIfT4ZhtXfN/CjaVhcoWS3mBbPB0yNk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\086u6yzl35-hqi8x6bymk.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\086u6yzl35-hqi8x6bymk.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0bp2h8ufhq-iudrcw56e1.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0bp2h8ufhq-iudrcw56e1.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.IO.Pipelines.wasm.gz", "AssetKind": "Build", @@ -4415,20 +4415,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipelines.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipelines.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "cbvypw07go", "Integrity": "CMzRd155p5hsb9RsAB5w0e7pOoS0xg2okJH6wC5TZJk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0bp2h8ufhq-iudrcw56e1.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0bp2h8ufhq-iudrcw56e1.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0irw3zla49-kqtqolm4wa.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0irw3zla49-kqtqolm4wa.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.IO.FileSystem.wasm.gz", "AssetKind": "Build", @@ -4436,20 +4436,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "enaqauxvlo", "Integrity": "lvVtCJJZY4nt1KXKep86Gf3c1vHVz+y7DHGmaEagOvM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0irw3zla49-kqtqolm4wa.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0irw3zla49-kqtqolm4wa.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0knkqd933w-sv4ivqpdih.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0knkqd933w-sv4ivqpdih.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.IO.Compression.Brotli.wasm.gz", "AssetKind": "Build", @@ -4457,20 +4457,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.Brotli.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.Brotli.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "7mhm9ysug8", "Integrity": "r7NR95RnlahrRTVYFgZYDfx0HJXXHkRjSWnyEU6tvso=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0knkqd933w-sv4ivqpdih.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0knkqd933w-sv4ivqpdih.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0qg8z4cu2n-oyz0vx2fzb.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0qg8z4cu2n-oyz0vx2fzb.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/emcc-props.json.gz", "AssetKind": "Build", @@ -4478,20 +4478,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\emcc-props.json", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\emcc-props.json", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "6rw5k6cf8e", "Integrity": "7t6AVk6lvrWEqY7hRavzlgS107PQ4doQEFxFK3dDtRQ=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0qg8z4cu2n-oyz0vx2fzb.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0qg8z4cu2n-oyz0vx2fzb.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\113hg5hh18-h3yeys7sb7.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\113hg5hh18-h3yeys7sb7.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Xml.XDocument.wasm.gz", "AssetKind": "Build", @@ -4499,20 +4499,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XDocument.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XDocument.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "hrmppz00vf", "Integrity": "g5vtXusU00Lyj73gBIGZMSzn2y70GrQKvdxD0RfKZwU=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\113hg5hh18-h3yeys7sb7.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\113hg5hh18-h3yeys7sb7.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\15dfqkray5-yxrd07gwvl.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\15dfqkray5-yxrd07gwvl.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Globalization.Extensions.wasm.gz", "AssetKind": "Build", @@ -4520,20 +4520,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.Extensions.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.Extensions.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "mkonvv5974", "Integrity": "2jgY+JTBYWGJoZyofFVyFmxcAAQSSzoJt+6DAgWgNuA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\15dfqkray5-yxrd07gwvl.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\15dfqkray5-yxrd07gwvl.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\16gkmd3qyn-u3evpglqtv.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\16gkmd3qyn-u3evpglqtv.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Reflection.Emit.Lightweight.wasm.gz", "AssetKind": "Build", @@ -4541,20 +4541,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "mqtt1rznrr", "Integrity": "MucTw8WB3kvKQbDhqaD6mFyI8dho9y1kuzP2FJt9lq8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\16gkmd3qyn-u3evpglqtv.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\16gkmd3qyn-u3evpglqtv.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1hblptriwp-a1bvfrdfb0.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1hblptriwp-a1bvfrdfb0.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Security.SecureString.wasm.gz", "AssetKind": "Build", @@ -4562,20 +4562,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.SecureString.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.SecureString.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "pkpsbvs60n", "Integrity": "eXd/X4ScUvBLl3CJMwkB0Y6pkfHUHKZ+hKUKD216BE8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1hblptriwp-a1bvfrdfb0.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1hblptriwp-a1bvfrdfb0.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1huhr2mzyn-ve69vgf5kz.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1huhr2mzyn-ve69vgf5kz.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.IO.IsolatedStorage.wasm.gz", "AssetKind": "Build", @@ -4583,20 +4583,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.IsolatedStorage.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.IsolatedStorage.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "pzxhc9d4cr", "Integrity": "Veb03pJXLGFMfYA//NyO7fmK+fYaOETRpxgdS6PTvRo=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1huhr2mzyn-ve69vgf5kz.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1huhr2mzyn-ve69vgf5kz.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1ibz4kqyc0-uovh5g3v63.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1ibz4kqyc0-uovh5g3v63.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Net.NetworkInformation.wasm.gz", "AssetKind": "Build", @@ -4604,20 +4604,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.NetworkInformation.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.NetworkInformation.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "cmgbffbfms", "Integrity": "HFyWhoyIyFb9TTb0z2TQyPVY5Vtyp9BMBiuCjn3W0DA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1ibz4kqyc0-uovh5g3v63.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1ibz4kqyc0-uovh5g3v63.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\24f91srh18-gmkxofgq6z.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\24f91srh18-gmkxofgq6z.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Resources.Writer.wasm.gz", "AssetKind": "Build", @@ -4625,20 +4625,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.Writer.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.Writer.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "kpy9gvx5yo", "Integrity": "CKw6EDzXGVDWnQKOZJxHrjRUdJQBODLN2pxxsRkP0fA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\24f91srh18-gmkxofgq6z.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\24f91srh18-gmkxofgq6z.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\28xa66ni2k-wyvnqt03fv.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\28xa66ni2k-wyvnqt03fv.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Threading.Timer.wasm.gz", "AssetKind": "Build", @@ -4646,20 +4646,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Timer.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Timer.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "pjz86q7rkf", "Integrity": "C/ywV6kuiS7Yt0y1m9JyPTY/brudOe/F1MArm0h48H0=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\28xa66ni2k-wyvnqt03fv.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\28xa66ni2k-wyvnqt03fv.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\2hd3hup4x7-mv535bwyet.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\2hd3hup4x7-mv535bwyet.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/blazor.webassembly.js.gz", "AssetKind": "All", @@ -4667,20 +4667,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.webassembly.js", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.webassembly.js", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "316ijom068", "Integrity": "+V2Lg1Jy/5iLhIkZHMvZU1uFPbr2UWCvWIR1xl5s8EE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\2hd3hup4x7-mv535bwyet.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\2hd3hup4x7-mv535bwyet.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\306m1unmgj-j2j1jdk9ss.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\306m1unmgj-ww338guy0i.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Website.Client.pdb.gz", "AssetKind": "Build", @@ -4688,20 +4688,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Website.Client.pdb", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Website.Client.pdb", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", - "Fingerprint": "u64gr27ztk", - "Integrity": "NuyN9d1WdTIIDg0+5iPfqIm/DQTC//5fjhArq6ERPew=", + "Fingerprint": "dpcivjgqtr", + "Integrity": "0Ts+i6BxwQg5VigAn66kr/Aa5aB0Dgm6ouWKdb0CjL8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\306m1unmgj-j2j1jdk9ss.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\306m1unmgj-ww338guy0i.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\324w13xuvo-bi4ws36sl2.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\324w13xuvo-bi4ws36sl2.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Net.wasm.gz", "AssetKind": "Build", @@ -4709,20 +4709,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "nqblqtrfch", "Integrity": "r4wKqX/KuyUmRLrV6N4bXQQevQnhEz6ZjqlL6xGIYQI=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\324w13xuvo-bi4ws36sl2.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\324w13xuvo-bi4ws36sl2.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\36hb6ks61s-xcolejwqh0.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\36hb6ks61s-xcolejwqh0.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Reflection.Emit.wasm.gz", "AssetKind": "Build", @@ -4730,20 +4730,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "4ucg5rm3aq", "Integrity": "BMrMDeUzh2uuWEdjgXOyBNImGhAyDKseC6nphSmsTpY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\36hb6ks61s-xcolejwqh0.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\36hb6ks61s-xcolejwqh0.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3do1xgb209-ix9s17e4oa.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3do1xgb209-ix9s17e4oa.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.ComponentModel.DataAnnotations.wasm.gz", "AssetKind": "Build", @@ -4751,20 +4751,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.DataAnnotations.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.DataAnnotations.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "m3lc018wgg", "Integrity": "LuY7SM4sNdHdX9WNNcfCCiD34NZ861R3IgubvLPwD8Y=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3do1xgb209-ix9s17e4oa.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3do1xgb209-ix9s17e4oa.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3iplrib5f1-ek4hlhdqkj.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3iplrib5f1-ek4hlhdqkj.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.ComponentModel.TypeConverter.wasm.gz", "AssetKind": "Build", @@ -4772,20 +4772,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "xrow2ev6a2", "Integrity": "kxA24zMVKhK4KKU8dlEDUBrfZ1XnIkgSqAWY0aRXWWk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3iplrib5f1-ek4hlhdqkj.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3iplrib5f1-ek4hlhdqkj.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3oxhwn0e7e-arf11keiq9.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3oxhwn0e7e-arf11keiq9.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.InteropServices.wasm.gz", "AssetKind": "Build", @@ -4793,20 +4793,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "hwp3rh6q2c", "Integrity": "4WT6ONDgGUJj2hHP0jETROv1iBiWP/a91pBuI25oDjE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3oxhwn0e7e-arf11keiq9.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3oxhwn0e7e-arf11keiq9.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3vnwcuaexo-gqix7qqjto.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3vnwcuaexo-gqix7qqjto.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Xml.XmlSerializer.wasm.gz", "AssetKind": "Build", @@ -4814,20 +4814,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XmlSerializer.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XmlSerializer.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "ea25rpwvv5", "Integrity": "KqYv7QVuOP+eJ3TPaf60tLLwFqWC8iI/50alX3hxqIA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3vnwcuaexo-gqix7qqjto.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3vnwcuaexo-gqix7qqjto.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4ep2tuqqvh-nwmq9c0dxp.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4ep2tuqqvh-nwmq9c0dxp.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Principal.wasm.gz", "AssetKind": "Build", @@ -4835,20 +4835,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Principal.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Principal.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "fimry1xqeg", "Integrity": "t0AngCuUg0k6w0b18O2Og/wWWpWENIVJ2Psl/z83t2g=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4ep2tuqqvh-nwmq9c0dxp.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4ep2tuqqvh-nwmq9c0dxp.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4gf6l5tac6-dgkgnxso4m.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4gf6l5tac6-dgkgnxso4m.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Private.Xml.Linq.wasm.gz", "AssetKind": "Build", @@ -4856,20 +4856,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Xml.Linq.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Xml.Linq.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "9js28vy71x", "Integrity": "Cz9O/W2eE+ayS4y+Re2Nz1rKgdMw1nB1mLqFDT/eqZs=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4gf6l5tac6-dgkgnxso4m.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4gf6l5tac6-dgkgnxso4m.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4if7lrerku-033xejool8.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4if7lrerku-033xejool8.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Transactions.Local.wasm.gz", "AssetKind": "Build", @@ -4877,20 +4877,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Transactions.Local.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Transactions.Local.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "wk7dsuo11x", "Integrity": "oPsC8x0/Lilq3Y9T+bONs8+m0iT3b5YwXgiHp550//Q=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4if7lrerku-033xejool8.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4if7lrerku-033xejool8.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4m61xkkzic-wgqopll9rf.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4m61xkkzic-wgqopll9rf.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Collections.NonGeneric.wasm.gz", "AssetKind": "Build", @@ -4898,20 +4898,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.NonGeneric.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.NonGeneric.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "f05bfrtzi8", "Integrity": "4cYeDRxHk4blCiHSMrEytlTkmWOlDM9i3JTo4zB9B6M=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4m61xkkzic-wgqopll9rf.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4m61xkkzic-wgqopll9rf.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4wku2hu407-h26lzyu81w.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4wku2hu407-h26lzyu81w.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.Serialization.Formatters.wasm.gz", "AssetKind": "Build", @@ -4919,20 +4919,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Formatters.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Formatters.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "sskrhdwgbr", "Integrity": "9FhhDUbjmzDDEuJYxLXNaGIT1o7PBwivxkKT997JTCA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4wku2hu407-h26lzyu81w.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4wku2hu407-h26lzyu81w.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\57n2zserhj-twlt8rxgl3.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\57n2zserhj-twlt8rxgl3.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/mscorlib.wasm.gz", "AssetKind": "Build", @@ -4940,20 +4940,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\mscorlib.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\mscorlib.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "noktb72sez", "Integrity": "CWt/oQq8QZydhICnAoNLO1bvHGgU2I37NzfPmBVXTUQ=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\57n2zserhj-twlt8rxgl3.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\57n2zserhj-twlt8rxgl3.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5d75awqi98-0yldq48nb4.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5d75awqi98-0yldq48nb4.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.IO.FileSystem.DriveInfo.wasm.gz", "AssetKind": "Build", @@ -4961,20 +4961,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.DriveInfo.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.DriveInfo.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "04ir0euiz0", "Integrity": "cOyv5QMF0PcA4YFnF+efJPwM3Iu9AcnAgESQmMJFDJo=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5d75awqi98-0yldq48nb4.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5d75awqi98-0yldq48nb4.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5fh9d1idcu-osnb0kzr6n.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5fh9d1idcu-osnb0kzr6n.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Web.wasm.gz", "AssetKind": "Build", @@ -4982,20 +4982,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Web.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Web.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "bqndv2ld1s", "Integrity": "ne8/fE50F2mKfXLcN+mVZiT4n8SohTV9+lsvwNTZYlE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5fh9d1idcu-osnb0kzr6n.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5fh9d1idcu-osnb0kzr6n.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5g80oqiykv-drckq1wkq3.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5g80oqiykv-drckq1wkq3.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.IO.FileSystem.AccessControl.wasm.gz", "AssetKind": "Build", @@ -5003,20 +5003,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.AccessControl.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.AccessControl.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "14gs3j6ip4", "Integrity": "kS//JWgfRwYTQnppYiPPWC1Rf32gMUcz9DxXX9X35cI=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5g80oqiykv-drckq1wkq3.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5g80oqiykv-drckq1wkq3.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5hmh5cfrjo-h1b8h0vt7q.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5hmh5cfrjo-h1b8h0vt7q.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.JSInterop.wasm.gz", "AssetKind": "Build", @@ -5024,20 +5024,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.JSInterop.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.JSInterop.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "jrveuk7nf7", "Integrity": "sYmzvZetBJTJZBf/B9iAmsoMJ1dXLiDppjV5PFi2qIE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5hmh5cfrjo-h1b8h0vt7q.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5hmh5cfrjo-h1b8h0vt7q.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5kj1e1duz5-ob6wu8zdxc.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5kj1e1duz5-ob6wu8zdxc.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Windows.wasm.gz", "AssetKind": "Build", @@ -5045,20 +5045,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Windows.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Windows.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "m6ohmuwyjx", "Integrity": "riINfEvgSEcSkv/Fmpvw+YB41KR/L0irlh7kQrSnjqQ=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5kj1e1duz5-ob6wu8zdxc.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5kj1e1duz5-ob6wu8zdxc.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5nc9t7881e-gbqoxsv40r.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5nc9t7881e-gbqoxsv40r.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Net.Sockets.wasm.gz", "AssetKind": "Build", @@ -5066,20 +5066,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Sockets.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Sockets.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "lz8ram7on3", "Integrity": "v8dfIG80OlroX0diS+8huDOicF9DVLZdzyvnxwCPDfI=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5nc9t7881e-gbqoxsv40r.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5nc9t7881e-gbqoxsv40r.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5x2hw9hlph-67lwahgksx.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5x2hw9hlph-67lwahgksx.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Configuration.wasm.gz", "AssetKind": "Build", @@ -5087,20 +5087,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Configuration.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Configuration.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "ipm3857xzr", "Integrity": "Sn5Ms1jZ/cGmAS6VpYCN1jY+D2CHDlsd0UTFti9lRxg=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5x2hw9hlph-67lwahgksx.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5x2hw9hlph-67lwahgksx.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\62z0o2i9pb-turgxoxt8a.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\62z0o2i9pb-turgxoxt8a.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Threading.ThreadPool.wasm.gz", "AssetKind": "Build", @@ -5108,20 +5108,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.ThreadPool.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.ThreadPool.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "stx3iwz682", "Integrity": "AFDZ6XDYhB0LsoDNfnxA+1BsS3yGa7ke/7JFiJTNafM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\62z0o2i9pb-turgxoxt8a.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\62z0o2i9pb-turgxoxt8a.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\69b0nullub-1hzkk1v31b.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\69b0nullub-1hzkk1v31b.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Resources.ResourceManager.wasm.gz", "AssetKind": "Build", @@ -5129,20 +5129,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.ResourceManager.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.ResourceManager.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "h1cmy3uk3f", "Integrity": "i+toU4RFj1+IlEMcw/wjI7t92sa3uruMkayQ69kxvFU=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\69b0nullub-1hzkk1v31b.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\69b0nullub-1hzkk1v31b.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6a14p9cnfm-7vq6uvcllp.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6a14p9cnfm-7vq6uvcllp.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.ComponentModel.Annotations.wasm.gz", "AssetKind": "Build", @@ -5150,20 +5150,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.Annotations.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.Annotations.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "ux5zuvwrzf", "Integrity": "0oLVjCIStrd4fwu1FzVfo1dYbymzEMe1JPrj65fCM7c=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6a14p9cnfm-7vq6uvcllp.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6a14p9cnfm-7vq6uvcllp.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6ckavr9kyn-9pqt1af9za.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6ckavr9kyn-9pqt1af9za.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Web.HttpUtility.wasm.gz", "AssetKind": "Build", @@ -5171,20 +5171,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Web.HttpUtility.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Web.HttpUtility.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "pjasagogqt", "Integrity": "ZS7qb7om4PEmTIrZ+W0uzF8cC3j+mirbxSJhGGKVthE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6ckavr9kyn-9pqt1af9za.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6ckavr9kyn-9pqt1af9za.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6e33x6oap5-cub3louzqd.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6e33x6oap5-cub3louzqd.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.IO.Compression.wasm.gz", "AssetKind": "Build", @@ -5192,20 +5192,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "zf6e53wowg", "Integrity": "4datQXnqARCuLxA5pCdQhVC1QcuFgZOrCHyCRWp9Tr4=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6e33x6oap5-cub3louzqd.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6e33x6oap5-cub3louzqd.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6hh6ezf247-akyqtilzco.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6hh6ezf247-akyqtilzco.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.ComponentModel.Primitives.wasm.gz", "AssetKind": "Build", @@ -5213,20 +5213,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.Primitives.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.Primitives.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "f2kuln47jm", "Integrity": "F7KvdLS4WoUT9vjj7ljIICjVu9boPL+n/b89iZoeKKQ=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6hh6ezf247-akyqtilzco.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6hh6ezf247-akyqtilzco.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6i5reauy9a-tnxw0hw66n.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6i5reauy9a-tnxw0hw66n.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Net.Quic.wasm.gz", "AssetKind": "Build", @@ -5234,20 +5234,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Quic.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Quic.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "vc0gz5m1ij", "Integrity": "McP21aIPanisoUK5d6bmi8c64Nsm1uYPqooGcIT5gMQ=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6i5reauy9a-tnxw0hw66n.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6i5reauy9a-tnxw0hw66n.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6lf2ddmv1l-gyfyt6ifle.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6lf2ddmv1l-gyfyt6ifle.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Reflection.TypeExtensions.wasm.gz", "AssetKind": "Build", @@ -5255,20 +5255,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.TypeExtensions.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.TypeExtensions.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "740wc79094", "Integrity": "l2DVjvPL7r5D5qp7VedxZShtupUt2ViPpleA7NU7LHc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6lf2ddmv1l-gyfyt6ifle.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6lf2ddmv1l-gyfyt6ifle.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6nmjb2ga9x-1iz0927hqc.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6nmjb2ga9x-1iz0927hqc.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.Loader.wasm.gz", "AssetKind": "Build", @@ -5276,20 +5276,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Loader.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Loader.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "6z3pyr1qe9", "Integrity": "nuEj2uCC1HfAJRj6aBxziSyFOi83KMfLn8BZd9bHfqc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6nmjb2ga9x-1iz0927hqc.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6nmjb2ga9x-1iz0927hqc.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\768lripqfk-7hqmuqq5cq.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\768lripqfk-7hqmuqq5cq.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Diagnostics.DiagnosticSource.wasm.gz", "AssetKind": "Build", @@ -5297,20 +5297,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "39exdn7n81", "Integrity": "Z98mCetjvLQ7YXw8FniES6ZQCdjdMwqUGX/t74rxSK8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\768lripqfk-7hqmuqq5cq.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\768lripqfk-7hqmuqq5cq.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7bwqdgi3te-oj9i08g6lz.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7bwqdgi3te-oj9i08g6lz.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.IO.FileSystem.Watcher.wasm.gz", "AssetKind": "Build", @@ -5318,20 +5318,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "ff5fv6mvgd", "Integrity": "O0DuXwxEoUxDfN8iyb0X90IcLnV8H81yLHduIUbaTYI=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7bwqdgi3te-oj9i08g6lz.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7bwqdgi3te-oj9i08g6lz.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7ju68gy5ye-rpvltkbyzt.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7ju68gy5ye-rpvltkbyzt.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.FileProviders.Physical.wasm.gz", "AssetKind": "Build", @@ -5339,20 +5339,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "gmno2wz14c", "Integrity": "mL9aDIgzoCBBugdOwscAnV2L14lXopq1fPoBppkHjc0=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7ju68gy5ye-rpvltkbyzt.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7ju68gy5ye-rpvltkbyzt.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7tlppx7xm5-ces8qi4jdv.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7tlppx7xm5-ces8qi4jdv.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.ServiceProcess.wasm.gz", "AssetKind": "Build", @@ -5360,20 +5360,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ServiceProcess.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ServiceProcess.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "vabps2biep", "Integrity": "dxmdP28tScxoCTGtz3fZRKwgHg+fkdQZmD6AglnD3D0=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7tlppx7xm5-ces8qi4jdv.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7tlppx7xm5-ces8qi4jdv.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7vh4rfs37c-uqq1toshjs.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7vh4rfs37c-uqq1toshjs.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Linq.Parallel.wasm.gz", "AssetKind": "Build", @@ -5381,20 +5381,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Parallel.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Parallel.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "ewzovxr6o5", "Integrity": "QmGM1Lu5yTjWgC5YWdpE/QB028QexYMiEIDnB0EaTMw=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7vh4rfs37c-uqq1toshjs.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7vh4rfs37c-uqq1toshjs.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7w5so08yb1-4njtqvtvgx.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7w5so08yb1-4njtqvtvgx.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.Configuration.wasm.gz", "AssetKind": "Build", @@ -5402,20 +5402,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "ehpzq00vvn", "Integrity": "woWY7cPpxRwo/ZlBGIpiuVyrCcNVURoJEClmhSxYIT0=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7w5so08yb1-4njtqvtvgx.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7w5so08yb1-4njtqvtvgx.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7zj9q3kwy5-6dbzlzi6uo.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7zj9q3kwy5-6dbzlzi6uo.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.IO.FileSystem.Primitives.wasm.gz", "AssetKind": "Build", @@ -5423,20 +5423,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.Primitives.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.Primitives.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "bavfo7ho3o", "Integrity": "I/AlTY3pB4IFVosf2fjajK2XBp2BCs657MLOpGeHBMQ=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7zj9q3kwy5-6dbzlzi6uo.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7zj9q3kwy5-6dbzlzi6uo.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8c7w0qgkmn-onxt1qlo23.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8c7w0qgkmn-onxt1qlo23.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Dynamic.Runtime.wasm.gz", "AssetKind": "Build", @@ -5444,20 +5444,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Dynamic.Runtime.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Dynamic.Runtime.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "cud42xo4eo", "Integrity": "FAX2SUGp9u9THloPsGOZSoOcJPVbsp3pwj6QBrLlWw0=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8c7w0qgkmn-onxt1qlo23.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8c7w0qgkmn-onxt1qlo23.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8d128emwtl-9x7dptacey.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8d128emwtl-9x7dptacey.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Text.Encodings.Web.wasm.gz", "AssetKind": "Build", @@ -5465,20 +5465,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encodings.Web.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encodings.Web.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "3ro35rnpyf", "Integrity": "8T4xo9l3QKy61Inc2HoWGAxpSHCCxuRBM/jrK/yhkHk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8d128emwtl-9x7dptacey.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8d128emwtl-9x7dptacey.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8eh5y9tp1c-bqy8sv168l.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8eh5y9tp1c-bqy8sv168l.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Linq.wasm.gz", "AssetKind": "Build", @@ -5486,20 +5486,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "xq1wle2378", "Integrity": "JyLaNCp+rrDWPF16f4ox2cQZSfXexto9yzB38AWKbCo=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8eh5y9tp1c-bqy8sv168l.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8eh5y9tp1c-bqy8sv168l.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8ezvspfqzk-66ysrn2owv.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8ezvspfqzk-66ysrn2owv.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Private.Xml.wasm.gz", "AssetKind": "Build", @@ -5507,20 +5507,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Xml.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Xml.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "5h1hom7j4l", "Integrity": "uYFN7qahgdlcinr1QCFdOpIdJckxM+EwQJj7eiDX9o8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8ezvspfqzk-66ysrn2owv.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8ezvspfqzk-66ysrn2owv.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8ipet00v1f-9vh2vkrqrk.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8ipet00v1f-9vh2vkrqrk.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.IO.Compression.FileSystem.wasm.gz", "AssetKind": "Build", @@ -5528,20 +5528,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.FileSystem.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.FileSystem.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "kqm1uamswk", "Integrity": "XM/mF/SZ590+dms78UpD/zqh7ABOlQMc2arSJfsCCWE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8ipet00v1f-9vh2vkrqrk.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8ipet00v1f-9vh2vkrqrk.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8j9ggs5dy9-rqxhp8973g.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8j9ggs5dy9-rqxhp8973g.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/dotnet.js.gz", "AssetKind": "Build", @@ -5549,20 +5549,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.js", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.js", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "9wl5zyhci1", "Integrity": "Gdm/yYLUN4tvAgPXl+K983s3AEcmUHASIBsl11FloYE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8j9ggs5dy9-rqxhp8973g.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8j9ggs5dy9-rqxhp8973g.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8jhparz1fs-1udekzdv05.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8jhparz1fs-1udekzdv05.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Threading.Channels.wasm.gz", "AssetKind": "Build", @@ -5570,20 +5570,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Channels.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Channels.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "w39lxxjnkq", "Integrity": "XPb9/Xm5Jo1cL2dS0rbTh0iFJKxPbHb5FZCsgdJsiYI=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8jhparz1fs-1udekzdv05.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8jhparz1fs-1udekzdv05.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8js2b3ikzg-iz9521x4d5.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8js2b3ikzg-iz9521x4d5.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.wasm.gz", "AssetKind": "Build", @@ -5591,20 +5591,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "jx8oiljyvv", "Integrity": "N7kb/mVjfMEElPdAq0rwQUYBDKt0Kxwu1YuriUnxvTc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8js2b3ikzg-iz9521x4d5.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8js2b3ikzg-iz9521x4d5.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8nmyr3nvr7-5bq2cvr3hg.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8nmyr3nvr7-5bq2cvr3hg.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Text.Encoding.Extensions.wasm.gz", "AssetKind": "Build", @@ -5612,20 +5612,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.Extensions.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.Extensions.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "tcenqkf4hy", "Integrity": "kz2M9bCMoyGFCQoDghmC2Hb+lHT6KEsGwlEKICFFjkE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8nmyr3nvr7-5bq2cvr3hg.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8nmyr3nvr7-5bq2cvr3hg.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8qc79e3nu4-x35pd1xcsk.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8qc79e3nu4-x35pd1xcsk.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Resources.Reader.wasm.gz", "AssetKind": "Build", @@ -5633,20 +5633,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.Reader.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.Reader.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "n3zxdpunpv", "Integrity": "Df+vsPBX6TGv0gUqHQmUohDOIEKQULoaGdg1Ar1wPo4=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8qc79e3nu4-x35pd1xcsk.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8qc79e3nu4-x35pd1xcsk.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8s5drhusp6-xduo6mn7ma.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8s5drhusp6-xduo6mn7ma.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.Serialization.wasm.gz", "AssetKind": "Build", @@ -5654,20 +5654,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "0imvck3i0o", "Integrity": "qI/cU5M5ST0mJAJ8JeycCI6LQ6SPCE613/g+Gy1pb9E=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8s5drhusp6-xduo6mn7ma.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8s5drhusp6-xduo6mn7ma.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8st2mjmvff-3e7pdp88zp.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8st2mjmvff-3e7pdp88zp.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Text.RegularExpressions.wasm.gz", "AssetKind": "Build", @@ -5675,20 +5675,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.RegularExpressions.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.RegularExpressions.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "2rdgxha940", "Integrity": "ni7JGyH0/ctMnyPJdq4m3X/T8XQRFV1sHn+GM3NhNVs=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8st2mjmvff-3e7pdp88zp.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8st2mjmvff-3e7pdp88zp.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\9e3m4lhpqa-mq4q4k2a4q.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\9e3m4lhpqa-mq4q4k2a4q.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/netstandard.wasm.gz", "AssetKind": "Build", @@ -5696,20 +5696,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\netstandard.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\netstandard.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "v7lorll2ux", "Integrity": "a8BPpozHsOVahp7EPLmvEwMC2CJbQ+UTgN2n1Hnkydc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\9e3m4lhpqa-mq4q4k2a4q.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\9e3m4lhpqa-mq4q4k2a4q.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\9u0at65pop-keyssdiug3.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\9u0at65pop-keyssdiug3.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/dotnet.native.wasm.gz", "AssetKind": "Build", @@ -5717,20 +5717,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.native.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.native.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "qnuuwzserz", "Integrity": "tsIiPqi99VFZORbuh/1s0uchCBHSYGIWr6h+BFvDaqU=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\9u0at65pop-keyssdiug3.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\9u0at65pop-keyssdiug3.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\a79tq9ynwt-8i9v2949fr.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\a79tq9ynwt-8i9v2949fr.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Linq.Expressions.wasm.gz", "AssetKind": "Build", @@ -5738,20 +5738,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Expressions.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Expressions.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "da5zukselu", "Integrity": "hfPoOtQJGgAPmfVtL5h4nEnmpqb2GBpJ+z6XRr+J1vg=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\a79tq9ynwt-8i9v2949fr.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\a79tq9ynwt-8i9v2949fr.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\acd83xah5k-cg50v6hv4d.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\acd83xah5k-cg50v6hv4d.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.Serialization.Xml.wasm.gz", "AssetKind": "Build", @@ -5759,20 +5759,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Xml.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Xml.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "26oizhjbsj", "Integrity": "Jt5JldBxTqrKwL7yp00BuZryuTrTwuuQ65uBHnZBC2k=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\acd83xah5k-cg50v6hv4d.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\acd83xah5k-cg50v6hv4d.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ahhmji10vw-982lmixj89.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ahhmji10vw-982lmixj89.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Cryptography.X509Certificates.wasm.gz", "AssetKind": "Build", @@ -5780,20 +5780,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.X509Certificates.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.X509Certificates.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "ipp2onazct", "Integrity": "piLnf0+Qt29xkziWbQH43DEgidyTIwC9ul2lqv9ChhE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ahhmji10vw-982lmixj89.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ahhmji10vw-982lmixj89.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ayfnxaw2xn-0r3amze666.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ayfnxaw2xn-0r3amze666.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.Configuration.Binder.wasm.gz", "AssetKind": "Build", @@ -5801,20 +5801,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "dz6cxvyzbz", "Integrity": "WSuabncDxkAB8fqRIdPNHPgeAGnmfkzqrcBXgplQMGQ=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ayfnxaw2xn-0r3amze666.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ayfnxaw2xn-0r3amze666.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\b1j4g2aidh-gwhgic1g4s.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\b1j4g2aidh-gwhgic1g4s.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Net.Http.Json.wasm.gz", "AssetKind": "Build", @@ -5822,20 +5822,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Http.Json.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Http.Json.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "djvsw1b45v", "Integrity": "qQITSqUykcBwK9k8zakh7d6h/5N9kR2fpuZYH6RfTFs=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\b1j4g2aidh-gwhgic1g4s.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\b1j4g2aidh-gwhgic1g4s.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\b8331giksb-5rlkx55y19.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\b8331giksb-5rlkx55y19.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Diagnostics.Debug.wasm.gz", "AssetKind": "Build", @@ -5843,20 +5843,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Debug.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Debug.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "4o6h342tau", "Integrity": "BA+hvc453ClKCYOcgXTFF7iuM9b05pDawMXgOzS+7Yc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\b8331giksb-5rlkx55y19.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\b8331giksb-5rlkx55y19.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bapsepfweu-o2o4ch8qxi.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bapsepfweu-o2o4ch8qxi.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Data.DataSetExtensions.wasm.gz", "AssetKind": "Build", @@ -5864,20 +5864,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.DataSetExtensions.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.DataSetExtensions.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "4wcpy1uf68", "Integrity": "fExs3xAtCf3ZePeT/bgZIxObI+LUC2r3YowGYpmPBOA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bapsepfweu-o2o4ch8qxi.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bapsepfweu-o2o4ch8qxi.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bfqrylll5s-i1lssuj9i7.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bfqrylll5s-i1lssuj9i7.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Collections.Concurrent.wasm.gz", "AssetKind": "Build", @@ -5885,20 +5885,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Concurrent.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Concurrent.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "c93safwhje", "Integrity": "gCVz+Gut8zRhdFs5nHctKFLkZJ8WAH57/HORn+p+17w=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bfqrylll5s-i1lssuj9i7.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bfqrylll5s-i1lssuj9i7.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bhjajimbgl-xdmaord4ni.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bhjajimbgl-xdmaord4ni.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Xml.XPath.XDocument.wasm.gz", "AssetKind": "Build", @@ -5906,20 +5906,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XPath.XDocument.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XPath.XDocument.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "eurzevebqx", "Integrity": "tsH3GllfJZNXqqlbtcqmN/q+P7lularV7uBV0pTxidA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bhjajimbgl-xdmaord4ni.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bhjajimbgl-xdmaord4ni.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bokgch25i1-ggby92gbf5.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bokgch25i1-ggby92gbf5.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Win32.Primitives.wasm.gz", "AssetKind": "Build", @@ -5927,20 +5927,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Win32.Primitives.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Win32.Primitives.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "cq8u6adbaw", "Integrity": "tEX0owKuHy0WPs1JOxRePu+y4hG0DfAru7PATimW9Ks=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bokgch25i1-ggby92gbf5.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bokgch25i1-ggby92gbf5.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\btvfot68ru-box0kt0ygr.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\btvfot68ru-box0kt0ygr.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Net.WebSockets.wasm.gz", "AssetKind": "Build", @@ -5948,20 +5948,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebSockets.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebSockets.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "7qfecyr3gc", "Integrity": "4fQW2DszGaKmRbwpgC1cGimnsaHlxafLX3Kbb+rhAvo=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\btvfot68ru-box0kt0ygr.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\btvfot68ru-box0kt0ygr.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\c95lybnc83-quym58pgua.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\c95lybnc83-quym58pgua.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Xml.XmlDocument.wasm.gz", "AssetKind": "Build", @@ -5969,20 +5969,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XmlDocument.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XmlDocument.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "f72qg4uyfi", "Integrity": "q40mg8JE9us2CuVQAkYJ6p55CJdQyiHZZD3pZoBz+os=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\c95lybnc83-quym58pgua.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\c95lybnc83-quym58pgua.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ca5aa9q9i4-lsakbjp1fg.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ca5aa9q9i4-lsakbjp1fg.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.Primitives.wasm.gz", "AssetKind": "Build", @@ -5990,20 +5990,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "rwlb4s9h23", "Integrity": "VXif+d8llcvt+N2pU6LUABQr1EUvnwTg27PGFGjJoWo=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ca5aa9q9i4-lsakbjp1fg.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ca5aa9q9i4-lsakbjp1fg.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\cdusluos85-e4ovel0up8.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\cdusluos85-e4ovel0up8.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Console.wasm.gz", "AssetKind": "Build", @@ -6011,20 +6011,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Console.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Console.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "flmj5xo8lw", "Integrity": "3T3CDugyk3v/vl6AkNhPGjnY+BUzDuhLI8tyDuZGF/Q=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\cdusluos85-e4ovel0up8.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\cdusluos85-e4ovel0up8.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ch98c0vyyx-l1dpo0yxvc.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ch98c0vyyx-l1dpo0yxvc.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Win32.Registry.wasm.gz", "AssetKind": "Build", @@ -6032,20 +6032,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Win32.Registry.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Win32.Registry.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "p9cttepq6g", "Integrity": "XSjSNkriUKRffwRhuFJcUCfI90CJbo0HMEkyZae57tA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ch98c0vyyx-l1dpo0yxvc.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ch98c0vyyx-l1dpo0yxvc.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ci3kptexkj-yy6f57640l.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ci3kptexkj-yy6f57640l.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.Configuration.Json.wasm.gz", "AssetKind": "Build", @@ -6053,20 +6053,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "vliov49hve", "Integrity": "M1N3wrmu41ddGz5INp3pKS70tYR/Y+Xqu+oZ9rZqjZ0=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ci3kptexkj-yy6f57640l.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ci3kptexkj-yy6f57640l.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ctxyflpotb-bx37hgrj5q.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ctxyflpotb-bx37hgrj5q.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.IO.MemoryMappedFiles.wasm.gz", "AssetKind": "Build", @@ -6074,20 +6074,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.MemoryMappedFiles.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.MemoryMappedFiles.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "qgu8q01ywu", "Integrity": "Ojbcw0RawlA5/DmzxuIavR9XeAjy5+M2ItL2xlNJhkw=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ctxyflpotb-bx37hgrj5q.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ctxyflpotb-bx37hgrj5q.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d53r06wrnt-z5tte9hbl9.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d53r06wrnt-z5tte9hbl9.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.VisualBasic.wasm.gz", "AssetKind": "Build", @@ -6095,20 +6095,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.VisualBasic.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.VisualBasic.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "6i24wwybw7", "Integrity": "Upr7EnnvYszEVa3FWw7rjMRjTX/NsscEyFOIjXI7Sho=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d53r06wrnt-z5tte9hbl9.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d53r06wrnt-z5tte9hbl9.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d5q87850bj-p7vg34owcn.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d5q87850bj-p7vg34owcn.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.JSInterop.WebAssembly.wasm.gz", "AssetKind": "Build", @@ -6116,20 +6116,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "r6g7j31ane", "Integrity": "TUM3p8iZEbOL84xvdWdztn+ehTYCSWRsQEUcZfV+WuY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d5q87850bj-p7vg34owcn.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d5q87850bj-p7vg34owcn.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d6zxzoeihc-z2tqksfwxn.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d6zxzoeihc-z2tqksfwxn.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.CompilerServices.VisualC.wasm.gz", "AssetKind": "Build", @@ -6137,20 +6137,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.CompilerServices.VisualC.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.CompilerServices.VisualC.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "lxj27bhi7g", "Integrity": "adSRJlWF2ItYdDpgD5M+Sn1Oy64xt/ctDW4rZNpHIiQ=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d6zxzoeihc-z2tqksfwxn.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d6zxzoeihc-z2tqksfwxn.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\detkbca685-vauvbpg47n.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\detkbca685-vauvbpg47n.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.IO.Compression.ZipFile.wasm.gz", "AssetKind": "Build", @@ -6158,20 +6158,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.ZipFile.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.ZipFile.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "jszf7kaxxy", "Integrity": "83npDoG9ModgrVZYqLL/tJisCjlSl2YTIMvtGuNHwbk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\detkbca685-vauvbpg47n.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\detkbca685-vauvbpg47n.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\dfaw8i07sg-p7aqa3ydbf.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\dfaw8i07sg-p7aqa3ydbf.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Net.Requests.wasm.gz", "AssetKind": "Build", @@ -6179,20 +6179,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Requests.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Requests.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "9jvigb9r53", "Integrity": "JdylFscS4H9conXqBw6reVchQ/qMuVvNpNw7F5k7BIc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\dfaw8i07sg-p7aqa3ydbf.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\dfaw8i07sg-p7aqa3ydbf.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\dj9qgodrn5-387laeplku.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\dj9qgodrn5-387laeplku.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/dotnet.js.map.gz", "AssetKind": "Build", @@ -6200,20 +6200,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.js.map", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.js.map", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "ikn0hccnc4", "Integrity": "Ulic5KXgIQBWS1c2u4bPDP0SCafd2p8suLnZ+6wdHCQ=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\dj9qgodrn5-387laeplku.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\dj9qgodrn5-387laeplku.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\e27pp01hks-8sy06h2xub.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\e27pp01hks-8sy06h2xub.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Cryptography.Primitives.wasm.gz", "AssetKind": "Build", @@ -6221,20 +6221,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "hvuuj77ol0", "Integrity": "Myn0mNR3mQ3KuNk22ETV4cdMlv0yi0a54wWLbpC10EM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\e27pp01hks-8sy06h2xub.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\e27pp01hks-8sy06h2xub.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\evz4x8kkgb-w83xci1s0e.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\evz4x8kkgb-w83xci1s0e.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Security.AccessControl.wasm.gz", "AssetKind": "Build", @@ -6242,20 +6242,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.AccessControl.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.AccessControl.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "m6gbhttqdy", "Integrity": "UkQDjXKIMozKBWj6zbh4BFPNPlCZaKQkrmigRzkDwXk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\evz4x8kkgb-w83xci1s0e.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\evz4x8kkgb-w83xci1s0e.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\f0ajty1722-8hlod3by22.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\f0ajty1722-8hlod3by22.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Reflection.Emit.ILGeneration.wasm.gz", "AssetKind": "Build", @@ -6263,20 +6263,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "g5v14qlana", "Integrity": "DLB5cUzME2ytDxzxbh68/0BuezHdM+Yiel5UzGH9mW0=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\f0ajty1722-8hlod3by22.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\f0ajty1722-8hlod3by22.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\favjpgserh-t14slsf5gb.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\favjpgserh-t14slsf5gb.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.InteropServices.JavaScript.wasm.gz", "AssetKind": "Build", @@ -6284,20 +6284,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.JavaScript.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.JavaScript.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "7qpk0e4czf", "Integrity": "P/eJoAkZLQ9TTGYdiVGKidPtfq9aBpuIUk19Vzn39QA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\favjpgserh-t14slsf5gb.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\favjpgserh-t14slsf5gb.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fjvbv9yavq-xteh9p4yli.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fjvbv9yavq-xteh9p4yli.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/dotnet.native.js.gz", "AssetKind": "Build", @@ -6305,20 +6305,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.native.js", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.native.js", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "6nrkch1zoq", "Integrity": "8gi5QF4+scpktlLTLnsGiQZQ8MA/Pc1PKD0V2vm1Kjk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fjvbv9yavq-xteh9p4yli.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fjvbv9yavq-xteh9p4yli.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fwfzkhuqt8-jt8xzja2dj.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fwfzkhuqt8-jt8xzja2dj.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.Options.wasm.gz", "AssetKind": "Build", @@ -6326,20 +6326,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Options.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Options.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "2h4o821w0v", "Integrity": "WnOZRQAyyjOv8sTLVpC29t7cLD/gYEUsRWah0QSLSuk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fwfzkhuqt8-jt8xzja2dj.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fwfzkhuqt8-jt8xzja2dj.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fxogqfms1a-4tebkgrdgm.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fxogqfms1a-4tebkgrdgm.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.VisualBasic.Core.wasm.gz", "AssetKind": "Build", @@ -6347,20 +6347,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.VisualBasic.Core.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.VisualBasic.Core.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "4n7sidmjyz", "Integrity": "sNvzxyBmVh1hbgcuSW4l/J7NhsQOND7u51C6MN7z3xM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fxogqfms1a-4tebkgrdgm.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fxogqfms1a-4tebkgrdgm.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fzzqt028uw-zqgqlj6bjk.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fzzqt028uw-zqgqlj6bjk.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/dotnet.runtime.js.map.gz", "AssetKind": "Build", @@ -6368,20 +6368,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.runtime.js.map", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.runtime.js.map", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "iyor1sj57a", "Integrity": "5kcEFWG6ub283bosMcrMUkL7GRDdr+1wtQqeiIjgbBg=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fzzqt028uw-zqgqlj6bjk.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fzzqt028uw-zqgqlj6bjk.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g2f3ayhkgf-oi5its9v0z.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g2f3ayhkgf-oi5its9v0z.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.ObjectModel.wasm.gz", "AssetKind": "Build", @@ -6389,20 +6389,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ObjectModel.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ObjectModel.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "jykhq9lz49", "Integrity": "pU0Cx/57HtfA06vX//2kwPNMy7OpGRPXlrJKOHbGRdU=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g2f3ayhkgf-oi5its9v0z.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g2f3ayhkgf-oi5its9v0z.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g76rrh4lgu-00lkbcsi6k.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g76rrh4lgu-00lkbcsi6k.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Memory.wasm.gz", "AssetKind": "Build", @@ -6410,20 +6410,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Memory.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Memory.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "w1l1jp3m8q", "Integrity": "LDgXECCe3UPMMQSH+tvTmBwo1jcdScY0WWGarOeNxrk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g76rrh4lgu-00lkbcsi6k.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g76rrh4lgu-00lkbcsi6k.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g88hfs9ug7-99j5jlhtlf.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g88hfs9ug7-99j5jlhtlf.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.CompilerServices.Unsafe.wasm.gz", "AssetKind": "Build", @@ -6431,20 +6431,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "08mhzkx42i", "Integrity": "wG1WjzMzo1V9PkHKdRiC3LMcXlZASPELve65uErMW3U=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g88hfs9ug7-99j5jlhtlf.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g88hfs9ug7-99j5jlhtlf.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gai494obq8-kufizuu150.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gai494obq8-dz35bobq3v.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/blazor.boot.json.gz", "AssetKind": "Build", @@ -6452,20 +6452,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.boot.json", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.boot.json", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", - "Fingerprint": "pkhzb0nzed", - "Integrity": "uV4ShmUYVdxAYCxGWPECurVqcrToer02GTkjFjPgfZY=", + "Fingerprint": "tbuy6k7v9i", + "Integrity": "92ukI3V5NaXTmJBn1B5pSPReUXFadsg9v9UxpO00lz8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gai494obq8-kufizuu150.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gai494obq8-dz35bobq3v.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ghz44jcq0l-fcia9ky19l.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ghz44jcq0l-fcia9ky19l.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Net.WebClient.wasm.gz", "AssetKind": "Build", @@ -6473,20 +6473,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebClient.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebClient.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "2ww3fzqn9r", "Integrity": "QgTsWT8nKkJmQ3DDBHHjOIyzXQxUYUHWb40KeQGCWtM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ghz44jcq0l-fcia9ky19l.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ghz44jcq0l-fcia9ky19l.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gix98vlg0x-sagqyj2lx6.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gix98vlg0x-sagqyj2lx6.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Globalization.Calendars.wasm.gz", "AssetKind": "Build", @@ -6494,20 +6494,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.Calendars.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.Calendars.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "e8wcn9613r", "Integrity": "0vbhlxCGuCWwR5MysECn2LeTTXI8Xuv0Lznmpv1HM6U=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gix98vlg0x-sagqyj2lx6.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gix98vlg0x-sagqyj2lx6.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gkw3yb3vs4-tptq2av103.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gkw3yb3vs4-tptq2av103.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/icudt_EFIGS.dat.gz", "AssetKind": "Build", @@ -6515,20 +6515,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_EFIGS.dat", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_EFIGS.dat", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "fnxfkgr4e8", "Integrity": "G9yz26qggmFJkfJ5kv16IEEiVrEH3fuBNu6MzZ+3hRE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gkw3yb3vs4-tptq2av103.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gkw3yb3vs4-tptq2av103.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gskpo8ls9g-ide822gizw.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gskpo8ls9g-ide822gizw.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/WindowsBase.wasm.gz", "AssetKind": "Build", @@ -6536,20 +6536,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\WindowsBase.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\WindowsBase.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "zbcdbr2fa2", "Integrity": "UWnnf18tsZjtdjcJLSGIa3jHxfzGz3+0zvEwAzWhQFo=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gskpo8ls9g-ide822gizw.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gskpo8ls9g-ide822gizw.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gu54mkd5rz-xlpspxuy08.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gu54mkd5rz-xlpspxuy08.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.Logging.wasm.gz", "AssetKind": "Build", @@ -6557,20 +6557,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Logging.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Logging.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "ny3r3g6nhq", "Integrity": "z48FFALZ2sAP4Fd5H7/RhhuPDZBP1f3ES8esZSke/qU=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gu54mkd5rz-xlpspxuy08.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gu54mkd5rz-xlpspxuy08.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\h2p06rhgip-8nymyky8vt.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\h2p06rhgip-8nymyky8vt.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Xml.Serialization.wasm.gz", "AssetKind": "Build", @@ -6578,20 +6578,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.Serialization.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.Serialization.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "nahgc1edh1", "Integrity": "cfR0rSVZ8BjB/b3o2D/tToRFGy5WfmdU9gIqrL1/iP4=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\h2p06rhgip-8nymyky8vt.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\h2p06rhgip-8nymyky8vt.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\h68ufmkaki-x1zwj8gq0q.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\h68ufmkaki-x1zwj8gq0q.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.Handles.wasm.gz", "AssetKind": "Build", @@ -6599,20 +6599,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Handles.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Handles.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "mdauvdl92r", "Integrity": "9gxLEo55lLund0ZFMK6DgvbYupuyZPj1z3iAzAjZaSo=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\h68ufmkaki-x1zwj8gq0q.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\h68ufmkaki-x1zwj8gq0q.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hb8ye351nd-05yfgzvmh7.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hb8ye351nd-05yfgzvmh7.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Reflection.wasm.gz", "AssetKind": "Build", @@ -6620,20 +6620,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "4wqvk71g8e", "Integrity": "HEZL3eFrCOrxRC45EGea6uyDjv2uK0HCzusz7SRef9A=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hb8ye351nd-05yfgzvmh7.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hb8ye351nd-05yfgzvmh7.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hbdopticmc-8kr5d0tjmo.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hbdopticmc-8kr5d0tjmo.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.Configuration.Abstractions.wasm.gz", "AssetKind": "Build", @@ -6641,20 +6641,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "4tvlzg9p4s", "Integrity": "SKcKAQ6unQQmWOLud3+yjljdvRq3k5HjYUL0Z0Ex8QM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hbdopticmc-8kr5d0tjmo.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hbdopticmc-8kr5d0tjmo.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hg075kso0q-ylyh0nvuhn.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hg075kso0q-ylyh0nvuhn.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Cryptography.Encoding.wasm.gz", "AssetKind": "Build", @@ -6662,20 +6662,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Encoding.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Encoding.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "hzesnm1sc1", "Integrity": "Iya2JL4sUaSBf2Ty/5W0FBgdChNH3EXw6qqHoEpweJ0=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hg075kso0q-ylyh0nvuhn.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hg075kso0q-ylyh0nvuhn.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hz83gb6xmq-4fwiisng6i.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hz83gb6xmq-4fwiisng6i.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Private.Uri.wasm.gz", "AssetKind": "Build", @@ -6683,20 +6683,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Uri.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Uri.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "gotfghcpwt", "Integrity": "AMgYXHiZd7X1HvPU5hLNgYh0a3smcrXd+shMqYOTxI8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hz83gb6xmq-4fwiisng6i.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hz83gb6xmq-4fwiisng6i.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i2c8nfdtsk-lfu7j35m59.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i2c8nfdtsk-lfu7j35m59.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/icudt_no_CJK.dat.gz", "AssetKind": "Build", @@ -6704,20 +6704,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_no_CJK.dat", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_no_CJK.dat", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "v385ycndre", "Integrity": "S3rRs+MOdWkA48i3UrKbP0iD+IShrxe0Z0ZuQ7Mp9qk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i2c8nfdtsk-lfu7j35m59.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i2c8nfdtsk-lfu7j35m59.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i4ep49nzwb-djpann52a6.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i4ep49nzwb-djpann52a6.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Net.WebProxy.wasm.gz", "AssetKind": "Build", @@ -6725,20 +6725,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebProxy.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebProxy.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "vyjzyuaduk", "Integrity": "KTYC0m0uoImKPBaUFecmR9+i00xW3ND48RZGRXApSnQ=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i4ep49nzwb-djpann52a6.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i4ep49nzwb-djpann52a6.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i8idrx1mcn-mhv3ru1aoa.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i8idrx1mcn-mhv3ru1aoa.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.AppContext.wasm.gz", "AssetKind": "Build", @@ -6746,20 +6746,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.AppContext.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.AppContext.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "niui8be627", "Integrity": "ASGKc/KwGoOm69C7KSxK75PNUO9dxyL+pvs9a6w9ULY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i8idrx1mcn-mhv3ru1aoa.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i8idrx1mcn-mhv3ru1aoa.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ijk0xpt1h4-8t67dotvrh.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ijk0xpt1h4-8t67dotvrh.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Net.Http.wasm.gz", "AssetKind": "Build", @@ -6767,20 +6767,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Http.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Http.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "rrlys6ohxx", "Integrity": "SSmpsYrfsMDGqXUVzvS7ZGpNpu0Pn0jHNSfPtXSCiBs=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ijk0xpt1h4-8t67dotvrh.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ijk0xpt1h4-8t67dotvrh.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\il91pt7pko-wnrtcnhpgl.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\il91pt7pko-wnrtcnhpgl.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Diagnostics.StackTrace.wasm.gz", "AssetKind": "Build", @@ -6788,20 +6788,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.StackTrace.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.StackTrace.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "3sckruf8kg", "Integrity": "TV/W6EdKSqaf3wEOamISumTPZ7usfHs3qxMY1pita4E=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\il91pt7pko-wnrtcnhpgl.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\il91pt7pko-wnrtcnhpgl.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\j7qy09g2sc-icotprrmdv.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\j7qy09g2sc-icotprrmdv.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.Logging.Abstractions.wasm.gz", "AssetKind": "Build", @@ -6809,20 +6809,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "1g79hohfde", "Integrity": "8W7E4zuvSiIEfFTT+kGGTAII4V7Wd4S7fifb+lLksbg=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\j7qy09g2sc-icotprrmdv.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\j7qy09g2sc-icotprrmdv.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jd5ybzr9lh-61v0nen4hx.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jd5ybzr9lh-61v0nen4hx.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Net.ServicePoint.wasm.gz", "AssetKind": "Build", @@ -6830,20 +6830,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.ServicePoint.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.ServicePoint.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "f7z5wf3zav", "Integrity": "hRICWVJKBtuYd/PBt2ex9pKlVCFlnsNYDNfQxlkOKPg=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jd5ybzr9lh-61v0nen4hx.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jd5ybzr9lh-61v0nen4hx.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jeaodzfja7-fzteml2ksa.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jeaodzfja7-fzteml2ksa.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Numerics.wasm.gz", "AssetKind": "Build", @@ -6851,20 +6851,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Numerics.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Numerics.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "shjd7cc4d4", "Integrity": "EIXI7xFKBSzQzd5JG+hATI5h30SQns2ye2pwXxpOlQQ=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jeaodzfja7-fzteml2ksa.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jeaodzfja7-fzteml2ksa.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jjzi0e2tbs-4mn95jeqkz.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jjzi0e2tbs-4mn95jeqkz.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Linq.Queryable.wasm.gz", "AssetKind": "Build", @@ -6872,20 +6872,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Queryable.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Queryable.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "tvlf1lmz2r", "Integrity": "d66PDRsQpfCqRobQ+SbzuM4ZAV1yNGkd3qqmf/mhYGA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jjzi0e2tbs-4mn95jeqkz.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jjzi0e2tbs-4mn95jeqkz.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jm470z3phm-674jwrdv5k.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jm470z3phm-674jwrdv5k.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.IO.wasm.gz", "AssetKind": "Build", @@ -6893,20 +6893,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "i66n20um4b", "Integrity": "CiEBggTZXQV6EKZov7tqukmf5LiK/2qdfJnEUoprQHY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jm470z3phm-674jwrdv5k.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jm470z3phm-674jwrdv5k.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jpwc78p5ga-xjx70hiola.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jpwc78p5ga-xjx70hiola.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/dotnet.runtime.js.gz", "AssetKind": "Build", @@ -6914,20 +6914,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.runtime.js", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.runtime.js", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "0zapgmgdlx", "Integrity": "zGu5+sDdDyFB6yGF6CsjOBcefAtp4/0E3cESQUSjbuw=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jpwc78p5ga-xjx70hiola.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jpwc78p5ga-xjx70hiola.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k3ev4p268n-n5pslkucsz.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k3ev4p268n-n5pslkucsz.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.AspNetCore.Authorization.wasm.gz", "AssetKind": "Build", @@ -6935,20 +6935,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "35dp7xu0ef", "Integrity": "OYbNqi78TsP0oAzkMw6HJGbTWJTNG2sOrRFv9+TDuFA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k3ev4p268n-n5pslkucsz.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k3ev4p268n-n5pslkucsz.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k3twv17qn3-y8m4zhesg5.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k3twv17qn3-y8m4zhesg5.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Threading.Tasks.Parallel.wasm.gz", "AssetKind": "Build", @@ -6956,20 +6956,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Parallel.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Parallel.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "d345xl9yzq", "Integrity": "BxdIPeXBuVW6bA5HlrtcaSiseK02nSrF1oACkzaAGNI=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k3twv17qn3-y8m4zhesg5.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k3twv17qn3-y8m4zhesg5.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k7jsgweg71-cf1vupxs9i.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k7jsgweg71-cf1vupxs9i.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Threading.wasm.gz", "AssetKind": "Build", @@ -6977,20 +6977,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "ujg6s4utnn", "Integrity": "SuUQYCiECdw2IufEitWF/FwczqXTsaFLc4oXzRBMx70=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k7jsgweg71-cf1vupxs9i.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k7jsgweg71-cf1vupxs9i.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kblqw9fpct-v5c0vzhnig.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kblqw9fpct-v5c0vzhnig.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Xml.Linq.wasm.gz", "AssetKind": "Build", @@ -6998,20 +6998,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.Linq.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.Linq.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "2aflrucon4", "Integrity": "mjOU6YVibopc0BkMWJe0pdWx7cxIqPrTDf0WP47jbEo=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kblqw9fpct-v5c0vzhnig.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kblqw9fpct-v5c0vzhnig.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kt165yc41q-r0ybprwbdo.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kt165yc41q-r0ybprwbdo.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Security.wasm.gz", "AssetKind": "Build", @@ -7019,20 +7019,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "qkg7yyeot6", "Integrity": "VqarzwGHuTiHqULpqXWupWIM38KjFoXf1PQNuWc/lq8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kt165yc41q-r0ybprwbdo.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kt165yc41q-r0ybprwbdo.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kv7akofu7p-xbwtybogqw.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kv7akofu7p-xbwtybogqw.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Net.Ping.wasm.gz", "AssetKind": "Build", @@ -7040,20 +7040,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Ping.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Ping.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "yzgsatj5k6", "Integrity": "8mw1oBBq6rqh/0Q1BKCUX6t5DkAaP/T2DVvbVQuo778=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kv7akofu7p-xbwtybogqw.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kv7akofu7p-xbwtybogqw.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\l5txsii5i1-wlim793jkw.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\l5txsii5i1-wlim793jkw.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Buffers.wasm.gz", "AssetKind": "Build", @@ -7061,20 +7061,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Buffers.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Buffers.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "2nr5zktfpz", "Integrity": "Ln65IHdod5pZZt7aMX0/OgQy1Pj7uY8mZBqxYY6TOUM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\l5txsii5i1-wlim793jkw.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\l5txsii5i1-wlim793jkw.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\lcw25evezq-21e6uomdqg.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\lcw25evezq-21e6uomdqg.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.ComponentModel.EventBasedAsync.wasm.gz", "AssetKind": "Build", @@ -7082,20 +7082,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.EventBasedAsync.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.EventBasedAsync.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "r5zx3ygchd", "Integrity": "P9uvW6UOUNxBinUT++btAiCO98n4H7lNLwnm2OxBqxI=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\lcw25evezq-21e6uomdqg.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\lcw25evezq-21e6uomdqg.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\li26yqjeam-83w11tdkvv.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\li26yqjeam-83w11tdkvv.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Threading.Thread.wasm.gz", "AssetKind": "Build", @@ -7103,20 +7103,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Thread.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Thread.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "vxfasxaszi", "Integrity": "M89UJmvHvk4WcSezKfKn8E1I4/v/vhLlwoO7AytlvdM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\li26yqjeam-83w11tdkvv.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\li26yqjeam-83w11tdkvv.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\lpxbc0xcwu-yfl2eaopkw.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\lpxbc0xcwu-yfl2eaopkw.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.ComponentModel.wasm.gz", "AssetKind": "Build", @@ -7124,20 +7124,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "mdl4mkkg4h", "Integrity": "xtS63xq0lRvmohMhBcl4sYSBk1JoMezWlokEenHYp14=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\lpxbc0xcwu-yfl2eaopkw.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\lpxbc0xcwu-yfl2eaopkw.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\m1nhgyj3ij-kgyjb8k43h.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\m1nhgyj3ij-kgyjb8k43h.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm.gz", "AssetKind": "Build", @@ -7145,20 +7145,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "56nyq42peo", "Integrity": "MwyC9p6nt0mGMqIypm+SnvG+21YdrXDmlVaZDNsWJeA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\m1nhgyj3ij-kgyjb8k43h.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\m1nhgyj3ij-kgyjb8k43h.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\m5ulbl575g-grhpsybruk.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\m5ulbl575g-grhpsybruk.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Threading.Tasks.Extensions.wasm.gz", "AssetKind": "Build", @@ -7166,20 +7166,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Extensions.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Extensions.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "bck44mlkui", "Integrity": "BdRMzhbz0AvtwkSdqvj+BKFOB1I163i3H03jcgyD4R0=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\m5ulbl575g-grhpsybruk.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\m5ulbl575g-grhpsybruk.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\md2p5n8p8v-vb374cvsdq.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\md2p5n8p8v-vb374cvsdq.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Formats.Tar.wasm.gz", "AssetKind": "Build", @@ -7187,20 +7187,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Formats.Tar.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Formats.Tar.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "i20drf4tz8", "Integrity": "mlgJVt5JzJg4t5FhrshJrtx0Lz9MYWeEMGFI5wpnn1g=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\md2p5n8p8v-vb374cvsdq.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\md2p5n8p8v-vb374cvsdq.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mdl3czdiv2-qvepw4e78q.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mdl3czdiv2-qvepw4e78q.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.Numerics.wasm.gz", "AssetKind": "Build", @@ -7208,20 +7208,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Numerics.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Numerics.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "d4myu5nor8", "Integrity": "fSaal18p6FwVg2yFZixh90ocu2s0gkSvxVpKwSCmKM8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mdl3czdiv2-qvepw4e78q.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mdl3czdiv2-qvepw4e78q.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\meqxxnnqvx-n33yixsck6.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\meqxxnnqvx-n33yixsck6.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.IO.Pipes.wasm.gz", "AssetKind": "Build", @@ -7229,20 +7229,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipes.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipes.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "6h7vmd637o", "Integrity": "Zn5vXrokJ32REpKhacvtaSU6cj4gsdyfqsrpUvDQ1/c=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\meqxxnnqvx-n33yixsck6.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\meqxxnnqvx-n33yixsck6.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mh2ichqmqf-o1fazgbrf7.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mh2ichqmqf-o1fazgbrf7.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Drawing.wasm.gz", "AssetKind": "Build", @@ -7250,20 +7250,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Drawing.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Drawing.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "jv2c4gnvam", "Integrity": "cXKg7wxl7Cv1Wsjmh7NfbhcBzhkUAFK8kDnHerVj4fE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mh2ichqmqf-o1fazgbrf7.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mh2ichqmqf-o1fazgbrf7.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mjknyr1kew-grrk3hrp1l.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mjknyr1kew-grrk3hrp1l.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Diagnostics.FileVersionInfo.wasm.gz", "AssetKind": "Build", @@ -7271,20 +7271,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.FileVersionInfo.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.FileVersionInfo.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "wxrccdk0ug", "Integrity": "dDjixUPFSTUQN0jqQXQcIy7cEZmO/AcNgCcKCRZV9RA=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mjknyr1kew-grrk3hrp1l.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mjknyr1kew-grrk3hrp1l.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mq15jbnpmi-nr23lugli1.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mq15jbnpmi-nr23lugli1.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Threading.Tasks.wasm.gz", "AssetKind": "Build", @@ -7292,20 +7292,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "q380l8fn3v", "Integrity": "Bi5oKB7IytNmNnjZvj4Wwlw0+vdojy/+5H6bcp8bOxM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mq15jbnpmi-nr23lugli1.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mq15jbnpmi-nr23lugli1.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mxr0e4p5kt-igj5a0xdr6.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mxr0e4p5kt-igj5a0xdr6.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Xml.wasm.gz", "AssetKind": "Build", @@ -7313,20 +7313,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "hjujr8xn69", "Integrity": "o/P19LE6Kfas7RfP6gLOIyWxgIEwPo+yDaJLDaKFG0U=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mxr0e4p5kt-igj5a0xdr6.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mxr0e4p5kt-igj5a0xdr6.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nafpk38rqn-77xcltn6z8.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nafpk38rqn-77xcltn6z8.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Cryptography.wasm.gz", "AssetKind": "Build", @@ -7334,20 +7334,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "x41wj24yam", "Integrity": "wciV3798Agwu2NP6lIQj0bknqY7ZuzekS+55AyjLFs8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nafpk38rqn-77xcltn6z8.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nafpk38rqn-77xcltn6z8.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nrej3ggqhh-ooru0eoira.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nrej3ggqhh-ooru0eoira.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.ValueTuple.wasm.gz", "AssetKind": "Build", @@ -7355,20 +7355,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ValueTuple.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ValueTuple.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "f2d2e8duf1", "Integrity": "WRNgRuYUgDDkxNuXekd6DxsugKZ3SP6JIjEYCjItO4E=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nrej3ggqhh-ooru0eoira.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nrej3ggqhh-ooru0eoira.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nvk83tidwv-1jyxr7kwjo.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nvk83tidwv-1jyxr7kwjo.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Private.DataContractSerialization.wasm.gz", "AssetKind": "Build", @@ -7376,20 +7376,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.DataContractSerialization.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.DataContractSerialization.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "0re3ylsfcf", "Integrity": "bMOM+yZst0EiNmGDexwNg0esN1jxW82i6xM1zRPLOJc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nvk83tidwv-1jyxr7kwjo.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nvk83tidwv-1jyxr7kwjo.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\o6lqquoipu-ncsccugyw8.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\o6lqquoipu-ncsccugyw8.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Diagnostics.Tracing.wasm.gz", "AssetKind": "Build", @@ -7397,20 +7397,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Tracing.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Tracing.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "2lckr7e3yf", "Integrity": "tpPIL0XqV3lALcP3hGbWT6R/2FVYcaM7pDTDzvGmlko=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\o6lqquoipu-ncsccugyw8.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\o6lqquoipu-ncsccugyw8.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\olpuoe44o4-ipp8gya1fy.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\olpuoe44o4-ipp8gya1fy.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Formats.Asn1.wasm.gz", "AssetKind": "Build", @@ -7418,20 +7418,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Formats.Asn1.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Formats.Asn1.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "k1chwixb4x", "Integrity": "yDA6QyFOo774LkpTkJOxicETtEhESjVbg53LOCepw8Q=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\olpuoe44o4-ipp8gya1fy.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\olpuoe44o4-ipp8gya1fy.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\omv3nzbl98-bk9vrw4i46.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\omv3nzbl98-bk9vrw4i46.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.IO.Pipes.AccessControl.wasm.gz", "AssetKind": "Build", @@ -7439,20 +7439,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipes.AccessControl.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipes.AccessControl.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "04fqv0p6vv", "Integrity": "AF4mFxewO2oV01RU/gnn7u5Pe6mX0axqto9GcNxXDU4=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\omv3nzbl98-bk9vrw4i46.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\omv3nzbl98-bk9vrw4i46.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\op0tvtzk7u-qd66sllxhh.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\op0tvtzk7u-qd66sllxhh.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.AspNetCore.Metadata.wasm.gz", "AssetKind": "Build", @@ -7460,20 +7460,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "f7yae84h64", "Integrity": "qzkoX9CZDmMPHaVR6eJn2+uE9ECkk8qX4OWBntT6nCY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\op0tvtzk7u-qd66sllxhh.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\op0tvtzk7u-qd66sllxhh.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\oq9wi4ailw-ac8xrryfy7.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\oq9wi4ailw-ac8xrryfy7.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.IO.UnmanagedMemoryStream.wasm.gz", "AssetKind": "Build", @@ -7481,20 +7481,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.UnmanagedMemoryStream.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.UnmanagedMemoryStream.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "ouyhu1rwkt", "Integrity": "sPw+eWEjCCAblKkc6STcScZUbDPPRpHor1G47VH396c=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\oq9wi4ailw-ac8xrryfy7.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\oq9wi4ailw-ac8xrryfy7.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\oqajmlwnnp-1ul0j5zyts.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\oqajmlwnnp-1ul0j5zyts.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Globalization.wasm.gz", "AssetKind": "Build", @@ -7502,20 +7502,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "iy6jv7oj0y", "Integrity": "Bhud3YNkjqaYWIXHMgtsqRe0TA19z4iKF/SkbHkuzXM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\oqajmlwnnp-1ul0j5zyts.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\oqajmlwnnp-1ul0j5zyts.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\otznmcnlz5-ir65hlfb8z.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\otznmcnlz5-ir65hlfb8z.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Net.HttpListener.wasm.gz", "AssetKind": "Build", @@ -7523,20 +7523,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.HttpListener.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.HttpListener.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "7ykm43tfq8", "Integrity": "jxPLISPh8Vcpxy2QD2CoVFS2/51BfcbK+mKlSgI9ewg=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\otznmcnlz5-ir65hlfb8z.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\otznmcnlz5-ir65hlfb8z.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\peoessjq6m-dd74gkrng6.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\peoessjq6m-dd74gkrng6.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.AspNetCore.Components.Web.wasm.gz", "AssetKind": "Build", @@ -7544,20 +7544,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "e5q75rh6e7", "Integrity": "IoEUk8Y93L4RmAZ5OXQEUPUL5iqUuO1pZTD0p+X5JXE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\peoessjq6m-dd74gkrng6.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\peoessjq6m-dd74gkrng6.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\pfvio6s8o4-wnm0lr2dr8.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\pfvio6s8o4-wnm0lr2dr8.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Text.Encoding.CodePages.wasm.gz", "AssetKind": "Build", @@ -7565,20 +7565,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.CodePages.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.CodePages.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "chv4v5zp47", "Integrity": "YJtWO4jd6/wyWUyF3lqZNIKqxY0g+GR8RODj9zoI0TM=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\pfvio6s8o4-wnm0lr2dr8.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\pfvio6s8o4-wnm0lr2dr8.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\pykw33j66j-tg72k81p9v.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\pykw33j66j-tg72k81p9v.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Data.wasm.gz", "AssetKind": "Build", @@ -7586,20 +7586,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "uefd19dr1t", "Integrity": "RoTcmyfgockuYeVri4jyQQE1DrOXyws5oZHxrmywp6c=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\pykw33j66j-tg72k81p9v.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\pykw33j66j-tg72k81p9v.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qa6yar6pcc-71qb4r2d2s.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qa6yar6pcc-71qb4r2d2s.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm.gz", "AssetKind": "Build", @@ -7607,20 +7607,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "lj4xjgkjdd", "Integrity": "vze6Re1dbn7Uf3PblOtlzXAUIZJ8jITWGViL7sX4tfQ=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qa6yar6pcc-71qb4r2d2s.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qa6yar6pcc-71qb4r2d2s.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qc9qcqr5s2-kgscmlv3if.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qc9qcqr5s2-kgscmlv3if.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Reflection.DispatchProxy.wasm.gz", "AssetKind": "Build", @@ -7628,20 +7628,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.DispatchProxy.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.DispatchProxy.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "75fwilyxj5", "Integrity": "qzoR5MGMo9FtvSeYUwdf2sxZn+sJ+Scb9pngwHr8luo=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qc9qcqr5s2-kgscmlv3if.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qc9qcqr5s2-kgscmlv3if.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qikbjqw5lg-ice8a74mfp.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qikbjqw5lg-ice8a74mfp.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.ServiceModel.Web.wasm.gz", "AssetKind": "Build", @@ -7649,20 +7649,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ServiceModel.Web.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ServiceModel.Web.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "p9cvsggl6m", "Integrity": "3WvIcLcpRDBlIaovK/c73JAnSa54qEGpldVDBkh1/9k=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qikbjqw5lg-ice8a74mfp.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qikbjqw5lg-ice8a74mfp.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qjiio5xtyo-9ywk5zf0ye.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qjiio5xtyo-9ywk5zf0ye.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.Serialization.Primitives.wasm.gz", "AssetKind": "Build", @@ -7670,20 +7670,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Primitives.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Primitives.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "fypkf7mau0", "Integrity": "Z4thUFGlghVsauTEZWMQfe0XABhx3ALk1+Ko2L8bgTI=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qjiio5xtyo-9ywk5zf0ye.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qjiio5xtyo-9ywk5zf0ye.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qk4td0onpg-is3vw3toke.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qk4td0onpg-is3vw3toke.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Cryptography.Cng.wasm.gz", "AssetKind": "Build", @@ -7691,20 +7691,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Cng.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Cng.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "jvjxmvx3p2", "Integrity": "IZsNI5Pqd8TrYTs5qvQV98GcbIS8PmK9RIcW/Ifxp8Q=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qk4td0onpg-is3vw3toke.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qk4td0onpg-is3vw3toke.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qkrje1evcx-r50so417ua.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qkrje1evcx-r50so417ua.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Principal.Windows.wasm.gz", "AssetKind": "Build", @@ -7712,20 +7712,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Principal.Windows.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Principal.Windows.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "v3wdjvuxg8", "Integrity": "NS071B2HMWaE75wUr4WJ+lTnXHmHGeoQFoAuU/XSTt0=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qkrje1evcx-r50so417ua.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qkrje1evcx-r50so417ua.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qsapjifxrx-oepwslok2k.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qsapjifxrx-oepwslok2k.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Reflection.Extensions.wasm.gz", "AssetKind": "Build", @@ -7733,20 +7733,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Extensions.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Extensions.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "7dsvedw2d1", "Integrity": "W0PH3vuobycmTjSKW3AAh4G6y1Hrotc3EDevrEIQVDk=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qsapjifxrx-oepwslok2k.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qsapjifxrx-oepwslok2k.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qzrso9t6qt-o0ci7lcesp.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qzrso9t6qt-o0ci7lcesp.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Threading.Overlapped.wasm.gz", "AssetKind": "Build", @@ -7754,20 +7754,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Overlapped.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Overlapped.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "ovzyt4r9aa", "Integrity": "3FisNmjLSqeJ/K7XI+ykibqBynbxmi0KOXXKxBkhaB4=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qzrso9t6qt-o0ci7lcesp.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qzrso9t6qt-o0ci7lcesp.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\r8ctv4wyd5-4l2fl1axw2.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\r8ctv4wyd5-4l2fl1axw2.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Diagnostics.TraceSource.wasm.gz", "AssetKind": "Build", @@ -7775,20 +7775,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.TraceSource.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.TraceSource.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "3yqon84n3q", "Integrity": "lcoM79GBZty83M1K+1Hgzzm/J5tAI6loZzSxcoLa45A=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\r8ctv4wyd5-4l2fl1axw2.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\r8ctv4wyd5-4l2fl1axw2.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rgwxdst7lg-i464dwxnbb.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rgwxdst7lg-i464dwxnbb.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.FileSystemGlobbing.wasm.gz", "AssetKind": "Build", @@ -7796,20 +7796,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "bbtd3i9alo", "Integrity": "p1Ah/YODlnwQ4s7t24etOtyb4hdzr3YlCHH3s8gUCH8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rgwxdst7lg-i464dwxnbb.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rgwxdst7lg-i464dwxnbb.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rnkwus257z-sn8l98c62u.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rnkwus257z-sn8l98c62u.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Collections.Specialized.wasm.gz", "AssetKind": "Build", @@ -7817,20 +7817,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Specialized.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Specialized.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "btq9jhukmt", "Integrity": "/6YdmGxn8zY4uWBtr0DG9fdT3J2jZvIXFUZpp1ckBKo=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rnkwus257z-sn8l98c62u.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rnkwus257z-sn8l98c62u.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rzmowmdt16-md2abzowf3.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rzmowmdt16-md2abzowf3.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Xml.ReaderWriter.wasm.gz", "AssetKind": "Build", @@ -7838,20 +7838,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.ReaderWriter.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.ReaderWriter.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "uxugqmfpgr", "Integrity": "oqLCxjshQGpCEu8+94rJ9Gol6FWSlGFRvE7x5E71ZWs=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rzmowmdt16-md2abzowf3.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rzmowmdt16-md2abzowf3.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\s7mmlewj7a-zuiq2k1loo.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\s7mmlewj7a-zuiq2k1loo.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.AspNetCore.Components.wasm.gz", "AssetKind": "Build", @@ -7859,20 +7859,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "51u00ixbxk", "Integrity": "9w9Bm3Ld6Qnpuw9wtWgkNnoa5XlVUpH5V0wjEDObijc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\s7mmlewj7a-zuiq2k1loo.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\s7mmlewj7a-zuiq2k1loo.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sdk1at7c6v-yk1d03z5nw.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sdk1at7c6v-yk1d03z5nw.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Transactions.wasm.gz", "AssetKind": "Build", @@ -7880,20 +7880,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Transactions.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Transactions.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "xlwbu3bq7e", "Integrity": "K4wvwm5+OoCL5nSKUq7xc+c73myaVfCSSJjYKimH29Q=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sdk1at7c6v-yk1d03z5nw.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sdk1at7c6v-yk1d03z5nw.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\smfeiin53n-jm55dcm579.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\smfeiin53n-jm55dcm579.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.AspNetCore.Components.Forms.wasm.gz", "AssetKind": "Build", @@ -7901,20 +7901,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "abzfjuuyw3", "Integrity": "huuloc/0+z1/vWb30NDhdDplH4s6MN1xDyGfteSARWc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\smfeiin53n-jm55dcm579.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\smfeiin53n-jm55dcm579.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\smsafl7fbj-s2a2n0v8v5.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\smsafl7fbj-s2a2n0v8v5.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.Intrinsics.wasm.gz", "AssetKind": "Build", @@ -7922,20 +7922,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Intrinsics.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Intrinsics.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "ssrypd6jnp", "Integrity": "PO7XJ9EsNNlAlx8fVUcGzm+E2NDMiVvO9/817zABNYU=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\smsafl7fbj-s2a2n0v8v5.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\smsafl7fbj-s2a2n0v8v5.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\snmkueee03-zll5ovyn4j.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\snmkueee03-zll5ovyn4j.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Reflection.Metadata.wasm.gz", "AssetKind": "Build", @@ -7943,20 +7943,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Metadata.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Metadata.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "iic6bld666", "Integrity": "2jMlxVW+Xh1BmjY19Cs04/OGMHpJ23WJlQkLJo+5gJU=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\snmkueee03-zll5ovyn4j.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\snmkueee03-zll5ovyn4j.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sossmjk0pb-mgppqoca94.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sossmjk0pb-mgppqoca94.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Claims.wasm.gz", "AssetKind": "Build", @@ -7964,20 +7964,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Claims.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Claims.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "mo43pticko", "Integrity": "ilga0aJ94jbE1GfZSy0j8IraD07ELk+meoROlcabM2k=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sossmjk0pb-mgppqoca94.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sossmjk0pb-mgppqoca94.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sozkbt969q-6vo46yau5z.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sozkbt969q-6vo46yau5z.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Diagnostics.TextWriterTraceListener.wasm.gz", "AssetKind": "Build", @@ -7985,20 +7985,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.TextWriterTraceListener.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.TextWriterTraceListener.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "ukcdk1u2xp", "Integrity": "7hi6t0jFkmwKIxLYnRTls9DyEOOEgV9xrksLEOI5Iiw=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sozkbt969q-6vo46yau5z.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sozkbt969q-6vo46yau5z.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\t08ccg8vt4-en8mb8dgz5.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\t08ccg8vt4-en8mb8dgz5.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.Configuration.FileExtensions.wasm.gz", "AssetKind": "Build", @@ -8006,20 +8006,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "8oobv0w90v", "Integrity": "WO+uRYcj3Zb9HIK7aDnF+ZYPe+fyAeKo2LMHDHQRlOI=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\t08ccg8vt4-en8mb8dgz5.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\t08ccg8vt4-en8mb8dgz5.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\t60y82b8ct-kbvoyvfq27.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\t60y82b8ct-kbvoyvfq27.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Data.Common.wasm.gz", "AssetKind": "Build", @@ -8027,20 +8027,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.Common.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.Common.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "jc1ey1fexl", "Integrity": "U3Sa+XMsOyIXQYi2gTjLP2GciQ51jkfYpiGftdOlUx4=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\t60y82b8ct-kbvoyvfq27.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\t60y82b8ct-kbvoyvfq27.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tkl29nk5xg-1c7ksbormu.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tkl29nk5xg-1c7ksbormu.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.FileProviders.Abstractions.wasm.gz", "AssetKind": "Build", @@ -8048,20 +8048,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "bvw1zdn8s9", "Integrity": "pyOZoIFEM9t5FDCjL1vt7pFHGrJ/aCpe5ncDLhyScEs=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tkl29nk5xg-1c7ksbormu.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tkl29nk5xg-1c7ksbormu.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tlmphuct5q-mjwur1vb3v.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tlmphuct5q-mjwur1vb3v.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Diagnostics.Contracts.wasm.gz", "AssetKind": "Build", @@ -8069,20 +8069,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Contracts.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Contracts.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "duzqphuc0z", "Integrity": "9bQTy6R2zw93zh0ahezfXF9lUmpWcHCTWXb5y9qAyNU=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tlmphuct5q-mjwur1vb3v.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tlmphuct5q-mjwur1vb3v.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tup6oou17a-tjcz0u77k5.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tup6oou17a-tjcz0u77k5.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/icudt_CJK.dat.gz", "AssetKind": "Build", @@ -8090,20 +8090,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_CJK.dat", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_CJK.dat", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "su9h2nea1m", "Integrity": "JKp+T1EHUj4qBIqOq6CqjdfXcSHC5rZmYtsjCDiZV4g=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tup6oou17a-tjcz0u77k5.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tup6oou17a-tjcz0u77k5.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tuyn985nz3-6286hgwuqh.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tuyn985nz3-6286hgwuqh.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Net.WebHeaderCollection.wasm.gz", "AssetKind": "Build", @@ -8111,20 +8111,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebHeaderCollection.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebHeaderCollection.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "w4g5g735rp", "Integrity": "ECPUG9y5wb6RgYPyoKP+5hS9mVFQEVaET2YPKTSA9sE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tuyn985nz3-6286hgwuqh.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tuyn985nz3-6286hgwuqh.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\u457dfzv6h-hsooj5ku5u.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\u457dfzv6h-hsooj5ku5u.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.Extensions.wasm.gz", "AssetKind": "Build", @@ -8132,20 +8132,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Extensions.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Extensions.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "zvo4ghcbzs", "Integrity": "ATV5GDNCPYmLb7qrfrSrX/lRcwuxZt9lY150bJWXfZY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\u457dfzv6h-hsooj5ku5u.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\u457dfzv6h-hsooj5ku5u.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ucejdgoot3-pweg4f9jik.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ucejdgoot3-pweg4f9jik.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Numerics.Vectors.wasm.gz", "AssetKind": "Build", @@ -8153,20 +8153,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Numerics.Vectors.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Numerics.Vectors.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "0zifoapij6", "Integrity": "NGJPB5yV9k7J0G2MZwcFQMyxMCF9mtG0Wkl8FEAfMLY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ucejdgoot3-pweg4f9jik.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ucejdgoot3-pweg4f9jik.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ui13sigocd-j622qnirva.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ui13sigocd-j622qnirva.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.InteropServices.RuntimeInformation.wasm.gz", "AssetKind": "Build", @@ -8174,20 +8174,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "3y45jc4n4c", "Integrity": "tbQtmV0TKIvkaRdG7l2fwAuwx+u1MQWQUpCfNa/kN4g=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ui13sigocd-j622qnirva.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ui13sigocd-j622qnirva.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\vbrlhg9h7i-bipvwufop2.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\vbrlhg9h7i-bipvwufop2.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Net.NameResolution.wasm.gz", "AssetKind": "Build", @@ -8195,20 +8195,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.NameResolution.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.NameResolution.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "buk1ot9pl7", "Integrity": "PWSmXZOgkrWag1hgqiP09XQzIdnIdGHgUIlFTrRk6PE=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\vbrlhg9h7i-bipvwufop2.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\vbrlhg9h7i-bipvwufop2.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\vejzz9omd4-rcys532pwr.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\vejzz9omd4-rcys532pwr.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Private.CoreLib.wasm.gz", "AssetKind": "Build", @@ -8216,20 +8216,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.CoreLib.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.CoreLib.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "25t2uo1kei", "Integrity": "+rELvcnWH1jRQtfvjQWVA0mhnKaIm2x86iY3Rmeg1hw=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\vejzz9omd4-rcys532pwr.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\vejzz9omd4-rcys532pwr.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w0pjq2d1lz-xqsu2wsvba.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w0pjq2d1lz-xqsu2wsvba.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.Extensions.DependencyInjection.wasm.gz", "AssetKind": "Build", @@ -8237,20 +8237,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "6msqh3xb8j", "Integrity": "XoDoAbTIxo5MKAxsmkcf9azi6O5OLViGGKrBi2qMlgY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w0pjq2d1lz-xqsu2wsvba.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w0pjq2d1lz-xqsu2wsvba.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w42pov7xtq-ppd2fidtln.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w42pov7xtq-ppd2fidtln.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Text.Json.wasm.gz", "AssetKind": "Build", @@ -8258,20 +8258,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Json.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Json.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "mjm85jp7ym", "Integrity": "3jp5xDhpTOLLYyAqXaeDhCmX6sQNODykuL1GtA96PHc=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w42pov7xtq-ppd2fidtln.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w42pov7xtq-ppd2fidtln.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w5w0qiszg7-035cxkpjqr.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w5w0qiszg7-035cxkpjqr.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Cryptography.OpenSsl.wasm.gz", "AssetKind": "Build", @@ -8279,20 +8279,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.OpenSsl.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.OpenSsl.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "h8y0asq6a2", "Integrity": "r/iFQRu/tNuHblAqtCBMVP8tnHVzlgzIQZAEOxmP78c=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w5w0qiszg7-035cxkpjqr.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w5w0qiszg7-035cxkpjqr.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\wgok0adxrd-eyx33pgiad.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\wgok0adxrd-eyx33pgiad.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Text.Encoding.wasm.gz", "AssetKind": "Build", @@ -8300,20 +8300,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "oorvfckgu9", "Integrity": "6PyZglDuzeILCyk1BTx5NXmkssE1zlP2BpdWWJRdees=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\wgok0adxrd-eyx33pgiad.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\wgok0adxrd-eyx33pgiad.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\witjyutmr6-lyl6xulxjq.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\witjyutmr6-lyl6xulxjq.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Cryptography.Algorithms.wasm.gz", "AssetKind": "Build", @@ -8321,20 +8321,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "fx24lnkln6", "Integrity": "LafmLWVWvyXm4WrxCmb+vSgYs3A74oN6hDVfEs7zMec=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\witjyutmr6-lyl6xulxjq.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\witjyutmr6-lyl6xulxjq.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\wjr06919zi-nie06qj6qo.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\wjr06919zi-nie06qj6qo.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Collections.wasm.gz", "AssetKind": "Build", @@ -8342,20 +8342,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "9gl5o87uo8", "Integrity": "J9ziA3yqNjH9ftM5s1NcNR68B8kKL3VEWzfj+0ViyFI=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\wjr06919zi-nie06qj6qo.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\wjr06919zi-nie06qj6qo.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\x9g0ghziow-fgi1l05bvr.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\x9g0ghziow-fgi1l05bvr.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/Microsoft.CSharp.wasm.gz", "AssetKind": "Build", @@ -8363,20 +8363,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.CSharp.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.CSharp.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "akmwchnuz5", "Integrity": "OppMfTZEpeM6+brsqwpGIqEenGVZ36GLKo3fdwN9lF0=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\x9g0ghziow-fgi1l05bvr.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\x9g0ghziow-fgi1l05bvr.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xa46nctul2-6oo2lq0wqm.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xa46nctul2-6oo2lq0wqm.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Core.wasm.gz", "AssetKind": "Build", @@ -8384,20 +8384,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Core.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Core.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "0vc1guik9x", "Integrity": "pKDcjAwq8EzMlGL7AIAz29M4GyIM6Pb8UdZGfaNgPi8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xa46nctul2-6oo2lq0wqm.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xa46nctul2-6oo2lq0wqm.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xrv7w5idw0-g7amuh118t.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xrv7w5idw0-g7amuh118t.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Drawing.Primitives.wasm.gz", "AssetKind": "Build", @@ -8405,20 +8405,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Drawing.Primitives.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Drawing.Primitives.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "qlymjlgas5", "Integrity": "UsDJ0t+trEeIJAZEoPXS6g1MAL9rLHVxwmxIAH3dZ+E=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xrv7w5idw0-g7amuh118t.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xrv7w5idw0-g7amuh118t.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xxdvu4kns6-esmmfynicw.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xxdvu4kns6-esmmfynicw.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Threading.Tasks.Dataflow.wasm.gz", "AssetKind": "Build", @@ -8426,20 +8426,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Dataflow.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Dataflow.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "ap2sdig578", "Integrity": "rvG/ynOiaNNHpVDYZ5bxteCImMdZpcvLMcOHH8beCBw=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xxdvu4kns6-esmmfynicw.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xxdvu4kns6-esmmfynicw.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xyzushs1kt-gpvopyyhdq.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xyzushs1kt-gpvopyyhdq.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Diagnostics.Process.wasm.gz", "AssetKind": "Build", @@ -8447,20 +8447,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Process.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Process.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "tpjidn3c3u", "Integrity": "UU2i+SkeAgooPBxUs+TZG6cd6WQhPkFt4zJ+dfH/GY4=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xyzushs1kt-gpvopyyhdq.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xyzushs1kt-gpvopyyhdq.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\yac1w3vy2r-u6tb74qjwk.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\yac1w3vy2r-u6tb74qjwk.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Net.Mail.wasm.gz", "AssetKind": "Build", @@ -8468,20 +8468,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Mail.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Mail.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "ko72bp1nwk", "Integrity": "ZFLMR2S6dgZi/6gp/qbAy3oBQcb6Sgp3nHS1MhKSpYw=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\yac1w3vy2r-u6tb74qjwk.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\yac1w3vy2r-u6tb74qjwk.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ycs4dc86o6-5x057ultqg.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ycs4dc86o6-5x057ultqg.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Net.Primitives.wasm.gz", "AssetKind": "Build", @@ -8489,20 +8489,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Primitives.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Primitives.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "w7pm0d8n6r", "Integrity": "1EITA/m6FxjYhco9IlCPBwCOYgGZaSjmppFctXuyn+U=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ycs4dc86o6-5x057ultqg.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ycs4dc86o6-5x057ultqg.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ygbwol6ubw-lkvy8locnf.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ygbwol6ubw-lkvy8locnf.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Net.WebSockets.Client.wasm.gz", "AssetKind": "Build", @@ -8510,20 +8510,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebSockets.Client.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebSockets.Client.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "6u9jofx7e7", "Integrity": "csNMwXZQk+iF74bbma9aI/daVdyOlwUUG8+hIEzofSY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ygbwol6ubw-lkvy8locnf.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ygbwol6ubw-lkvy8locnf.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\yk3g2cnkjp-gpcerlv545.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\yk3g2cnkjp-gpcerlv545.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Runtime.Serialization.Json.wasm.gz", "AssetKind": "Build", @@ -8531,20 +8531,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Json.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Json.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "mpbzi6tpnq", "Integrity": "CmB+Ze6vsLA3TopfiLmBp4uy+zjjtU2AlcggHUxAFx0=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\yk3g2cnkjp-gpcerlv545.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\yk3g2cnkjp-gpcerlv545.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\z1lx69f3yb-3z6j1wct71.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\z1lx69f3yb-3z6j1wct71.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Diagnostics.Tools.wasm.gz", "AssetKind": "Build", @@ -8552,20 +8552,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Tools.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Tools.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "i79m4052hk", "Integrity": "4tPQQaipjlLLU8zwat37d93p8jmvHsGcgkvamA7kf00=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\z1lx69f3yb-3z6j1wct71.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\z1lx69f3yb-3z6j1wct71.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\z5n0i80wxd-ajsaevzb4n.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\z5n0i80wxd-ajsaevzb4n.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Reflection.Primitives.wasm.gz", "AssetKind": "Build", @@ -8573,20 +8573,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Primitives.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Primitives.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "fjast3tnzi", "Integrity": "W92iXNQH6/Nvsw7XLxTb8W9jfBAhb2WBnjERP34jVE8=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\z5n0i80wxd-ajsaevzb4n.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\z5n0i80wxd-ajsaevzb4n.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zd2msg63jn-9pmm5e0uc6.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zd2msg63jn-9pmm5e0uc6.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Net.Security.wasm.gz", "AssetKind": "Build", @@ -8594,20 +8594,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Security.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Security.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "2201x1sgcl", "Integrity": "ittyHwcZSidvRldCN9yg+ju3kwbukquhUIoUjgxG70c=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zd2msg63jn-9pmm5e0uc6.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zd2msg63jn-9pmm5e0uc6.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zfps9zsm5w-u0yuhvep8l.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zfps9zsm5w-u0yuhvep8l.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Collections.Immutable.wasm.gz", "AssetKind": "Build", @@ -8615,20 +8615,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Immutable.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Immutable.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "wjqn0ut727", "Integrity": "1FGpNFik66KrDjgVr2in6Xdn+/x+PUrpd88mhQRvOdY=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zfps9zsm5w-u0yuhvep8l.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zfps9zsm5w-u0yuhvep8l.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zilwrgikc8-77wcsbalfb.gz", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zilwrgikc8-77wcsbalfb.gz", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\", "BasePath": "/", "RelativePath": "_framework/System.Security.Cryptography.Csp.wasm.gz", "AssetKind": "Build", @@ -8636,20 +8636,20 @@ "AssetRole": "Alternative", "AssetMergeBehavior": "", "AssetMergeSource": "", - "RelatedAsset": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Csp.wasm", + "RelatedAsset": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Csp.wasm", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "Fingerprint": "vp8tsxwhuw", "Integrity": "nS7MIxAyX4+vbmFMaS3U4Xbn6AShc7GpRBUC76Dklpg=", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zilwrgikc8-77wcsbalfb.gz" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zilwrgikc8-77wcsbalfb.gz" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\wwwroot\\appsettings.Development.json", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\wwwroot\\appsettings.Development.json", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\wwwroot\\", "BasePath": "/", "RelativePath": "appsettings.Development#[.{fingerprint}]?.json", "AssetKind": "All", @@ -8664,13 +8664,13 @@ "Integrity": "c/lfngzrIF/BxNxQwHaX/Pop1wh4aMKu8dUEyzjHcew=", "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\wwwroot\\appsettings.Development.json" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\wwwroot\\appsettings.Development.json" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\wwwroot\\appsettings.json", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\wwwroot\\appsettings.json", "SourceId": "Website.Client", "SourceType": "Project", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\wwwroot\\", "BasePath": "/", "RelativePath": "appsettings#[.{fingerprint}]?.json", "AssetKind": "All", @@ -8685,13 +8685,13 @@ "Integrity": "c/lfngzrIF/BxNxQwHaX/Pop1wh4aMKu8dUEyzjHcew=", "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\wwwroot\\appsettings.json" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\wwwroot\\appsettings.json" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\obj\\Debug\\net8.0\\scopedcss\\bundle\\Website.styles.css", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\obj\\Debug\\net8.0\\scopedcss\\bundle\\Website.styles.css", "SourceId": "Website", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\obj\\Debug\\net8.0\\scopedcss\\bundle\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\obj\\Debug\\net8.0\\scopedcss\\bundle\\", "BasePath": "_content/Website", "RelativePath": "Website#[.{fingerprint}]?.styles.css", "AssetKind": "All", @@ -8706,13 +8706,13 @@ "Integrity": "DxbntKuhz8NBwPQv4u1d1K29qUwk2svnYIWxwVXn/aQ=", "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\obj\\Debug\\net8.0\\scopedcss\\bundle\\Website.styles.css" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\obj\\Debug\\net8.0\\scopedcss\\bundle\\Website.styles.css" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\obj\\Debug\\net8.0\\scopedcss\\projectbundle\\Website.bundle.scp.css", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\obj\\Debug\\net8.0\\scopedcss\\projectbundle\\Website.bundle.scp.css", "SourceId": "Website", "SourceType": "Computed", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\obj\\Debug\\net8.0\\scopedcss\\projectbundle\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\obj\\Debug\\net8.0\\scopedcss\\projectbundle\\", "BasePath": "_content/Website", "RelativePath": "Website#[.{fingerprint}]!.bundle.scp.css", "AssetKind": "All", @@ -8727,13 +8727,13 @@ "Integrity": "DxbntKuhz8NBwPQv4u1d1K29qUwk2svnYIWxwVXn/aQ=", "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\obj\\Debug\\net8.0\\scopedcss\\projectbundle\\Website.bundle.scp.css" + "OriginalItemSpec": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\obj\\Debug\\net8.0\\scopedcss\\projectbundle\\Website.bundle.scp.css" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\app.css", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\app.css", "SourceId": "Website", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\", "BasePath": "_content/Website", "RelativePath": "app#[.{fingerprint}]?.css", "AssetKind": "All", @@ -8751,10 +8751,10 @@ "OriginalItemSpec": "wwwroot\\app.css" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\bootstrap\\bootstrap.min.css", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\bootstrap\\bootstrap.min.css", "SourceId": "Website", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\", "BasePath": "_content/Website", "RelativePath": "bootstrap/bootstrap.min#[.{fingerprint}]?.css", "AssetKind": "All", @@ -8765,17 +8765,17 @@ "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", - "Fingerprint": "6gzpyzhau4", - "Integrity": "SiIVMGgRhdXjKSTIddX7mh9IbOXVcwQWc7/p4nS6D/0=", + "Fingerprint": "bpk8xqwxhs", + "Integrity": "z8OR40MowJ8GgK6P89Y+hiJK5+cclzFHzLhFQLL92bg=", "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", "OriginalItemSpec": "wwwroot\\bootstrap\\bootstrap.min.css" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\bootstrap\\bootstrap.min.css.map", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\bootstrap\\bootstrap.min.css.map", "SourceId": "Website", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\", "BasePath": "_content/Website", "RelativePath": "bootstrap/bootstrap.min.css#[.{fingerprint}]?.map", "AssetKind": "All", @@ -8793,10 +8793,10 @@ "OriginalItemSpec": "wwwroot\\bootstrap\\bootstrap.min.css.map" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Alcohols.json", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Alcohols.json", "SourceId": "Website", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\", "BasePath": "_content/Website", "RelativePath": "data/Alcohols#[.{fingerprint}]?.json", "AssetKind": "All", @@ -8814,10 +8814,10 @@ "OriginalItemSpec": "wwwroot\\data\\Alcohols.json" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Drinks.json", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Drinks.json", "SourceId": "Website", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\", "BasePath": "_content/Website", "RelativePath": "data/Drinks#[.{fingerprint}]?.json", "AssetKind": "All", @@ -8828,17 +8828,17 @@ "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", - "Fingerprint": "hh1uwoj8km", - "Integrity": "BRP1Eq+lLuJX0DMpbOkCGfXBbp5dmfliNFm2onTFtXQ=", + "Fingerprint": "r0fx6twfvd", + "Integrity": "S+TwWNO40FY8Ct3G0vy78I/zMwMtvKTvCVyCDrxjJeM=", "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", "OriginalItemSpec": "wwwroot\\data\\Drinks.json" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Liquids.json", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Liquids.json", "SourceId": "Website", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\", "BasePath": "_content/Website", "RelativePath": "data/Liquids#[.{fingerprint}]?.json", "AssetKind": "All", @@ -8856,10 +8856,10 @@ "OriginalItemSpec": "wwwroot\\data\\Liquids.json" }, { - "Identity": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\favicon.png", + "Identity": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\favicon.png", "SourceId": "Website", "SourceType": "Discovered", - "ContentRoot": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\", + "ContentRoot": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\", "BasePath": "_content/Website", "RelativePath": "favicon#[.{fingerprint}]?.png", "AssetKind": "All", @@ -8880,7 +8880,7 @@ "Endpoints": [ { "Route": "_framework/blazor.boot.json", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.boot.json", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.boot.json", "Selectors": [], "ResponseHeaders": [ { @@ -8901,28 +8901,28 @@ }, { "Name": "ETag", - "Value": "\"RIQ71+SUEU7vQh1b0X6fiyhsPORbHy37rmdcLdNdRyw=\"" + "Value": "\"aR50SrASaz4eGw63ClC/hEWc4U6i/cVeDurkUBx3YgU=\"" }, { "Name": "Last-Modified", - "Value": "Mon, 06 Jan 2025 20:17:43 GMT" + "Value": "Sun, 12 Jan 2025 08:25:57 GMT" } ], "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-RIQ71+SUEU7vQh1b0X6fiyhsPORbHy37rmdcLdNdRyw=" + "Value": "sha256-aR50SrASaz4eGw63ClC/hEWc4U6i/cVeDurkUBx3YgU=" } ] }, { "Route": "_framework/blazor.boot.json", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gai494obq8-kufizuu150.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gai494obq8-dz35bobq3v.gz", "Selectors": [ { "Name": "Content-Encoding", "Value": "gzip", - "Quality": "0.000112283854" + "Quality": "0.000112296463" } ], "ResponseHeaders": [ @@ -8940,15 +8940,15 @@ }, { "Name": "Content-Length", - "Value": "8905" + "Value": "8904" }, { "Name": "ETag", - "Value": "\"uV4ShmUYVdxAYCxGWPECurVqcrToer02GTkjFjPgfZY=\"" + "Value": "\"92ukI3V5NaXTmJBn1B5pSPReUXFadsg9v9UxpO00lz8=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Vary", @@ -8960,19 +8960,19 @@ }, { "Name": "ETag", - "Value": "W/\"RIQ71+SUEU7vQh1b0X6fiyhsPORbHy37rmdcLdNdRyw=\"" + "Value": "W/\"aR50SrASaz4eGw63ClC/hEWc4U6i/cVeDurkUBx3YgU=\"" } ], "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-RIQ71+SUEU7vQh1b0X6fiyhsPORbHy37rmdcLdNdRyw=" + "Value": "sha256-aR50SrASaz4eGw63ClC/hEWc4U6i/cVeDurkUBx3YgU=" } ] }, { "Route": "_framework/blazor.boot.json.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gai494obq8-kufizuu150.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gai494obq8-dz35bobq3v.gz", "Selectors": [], "ResponseHeaders": [ { @@ -8989,7 +8989,7 @@ }, { "Name": "Content-Length", - "Value": "8905" + "Value": "8904" }, { "Name": "Content-Type", @@ -8997,11 +8997,11 @@ }, { "Name": "ETag", - "Value": "\"uV4ShmUYVdxAYCxGWPECurVqcrToer02GTkjFjPgfZY=\"" + "Value": "\"92ukI3V5NaXTmJBn1B5pSPReUXFadsg9v9UxpO00lz8=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Vary", @@ -9011,13 +9011,13 @@ "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-uV4ShmUYVdxAYCxGWPECurVqcrToer02GTkjFjPgfZY=" + "Value": "sha256-92ukI3V5NaXTmJBn1B5pSPReUXFadsg9v9UxpO00lz8=" } ] }, { "Route": "_framework/blazor.webassembly.js", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.webassembly.js", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\blazor.webassembly.js", "Selectors": [], "ResponseHeaders": [ { @@ -9054,7 +9054,7 @@ }, { "Route": "_framework/blazor.webassembly.js", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\2hd3hup4x7-mv535bwyet.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\2hd3hup4x7-mv535bwyet.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -9085,7 +9085,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 21 Oct 2024 23:54:38 GMT" }, { "Name": "Vary", @@ -9109,7 +9109,7 @@ }, { "Route": "_framework/blazor.webassembly.js.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\2hd3hup4x7-mv535bwyet.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\2hd3hup4x7-mv535bwyet.gz", "Selectors": [], "ResponseHeaders": [ { @@ -9138,7 +9138,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 21 Oct 2024 23:54:38 GMT" }, { "Name": "Vary", @@ -9154,7 +9154,7 @@ }, { "Route": "_framework/dotnet.js", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.js", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.js", "Selectors": [], "ResponseHeaders": [ { @@ -9167,7 +9167,7 @@ }, { "Name": "Content-Length", - "Value": "35807" + "Value": "35803" }, { "Name": "Content-Type", @@ -9191,7 +9191,7 @@ }, { "Route": "_framework/dotnet.js", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8j9ggs5dy9-rqxhp8973g.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8j9ggs5dy9-rqxhp8973g.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -9222,7 +9222,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:08 GMT" }, { "Name": "Vary", @@ -9246,7 +9246,7 @@ }, { "Route": "_framework/dotnet.js.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8j9ggs5dy9-rqxhp8973g.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8j9ggs5dy9-rqxhp8973g.gz", "Selectors": [], "ResponseHeaders": [ { @@ -9275,7 +9275,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:08 GMT" }, { "Name": "Vary", @@ -9291,7 +9291,7 @@ }, { "Route": "_framework/dotnet.js.map", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.js.map", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.js.map", "Selectors": [], "ResponseHeaders": [ { @@ -9328,7 +9328,7 @@ }, { "Route": "_framework/dotnet.js.map", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\dj9qgodrn5-387laeplku.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\dj9qgodrn5-387laeplku.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -9359,7 +9359,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:08 GMT" }, { "Name": "Vary", @@ -9383,7 +9383,7 @@ }, { "Route": "_framework/dotnet.js.map.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\dj9qgodrn5-387laeplku.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\dj9qgodrn5-387laeplku.gz", "Selectors": [], "ResponseHeaders": [ { @@ -9412,7 +9412,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:08 GMT" }, { "Name": "Vary", @@ -9428,7 +9428,7 @@ }, { "Route": "_framework/dotnet.native.js", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.native.js", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.native.js", "Selectors": [], "ResponseHeaders": [ { @@ -9441,7 +9441,7 @@ }, { "Name": "Content-Length", - "Value": "160106" + "Value": "160089" }, { "Name": "Content-Type", @@ -9465,7 +9465,7 @@ }, { "Route": "_framework/dotnet.native.js", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fjvbv9yavq-xteh9p4yli.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fjvbv9yavq-xteh9p4yli.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -9496,7 +9496,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:40 GMT" }, { "Name": "Vary", @@ -9520,7 +9520,7 @@ }, { "Route": "_framework/dotnet.native.js.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fjvbv9yavq-xteh9p4yli.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fjvbv9yavq-xteh9p4yli.gz", "Selectors": [], "ResponseHeaders": [ { @@ -9549,7 +9549,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:40 GMT" }, { "Name": "Vary", @@ -9565,7 +9565,7 @@ }, { "Route": "_framework/dotnet.native.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.native.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.native.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -9602,7 +9602,7 @@ }, { "Route": "_framework/dotnet.native.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\9u0at65pop-keyssdiug3.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\9u0at65pop-keyssdiug3.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -9633,7 +9633,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:40 GMT" }, { "Name": "Vary", @@ -9657,7 +9657,7 @@ }, { "Route": "_framework/dotnet.native.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\9u0at65pop-keyssdiug3.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\9u0at65pop-keyssdiug3.gz", "Selectors": [], "ResponseHeaders": [ { @@ -9686,7 +9686,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:40 GMT" }, { "Name": "Vary", @@ -9702,7 +9702,7 @@ }, { "Route": "_framework/dotnet.runtime.js", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.runtime.js", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.runtime.js", "Selectors": [], "ResponseHeaders": [ { @@ -9715,7 +9715,7 @@ }, { "Name": "Content-Length", - "Value": "223151" + "Value": "223147" }, { "Name": "Content-Type", @@ -9739,7 +9739,7 @@ }, { "Route": "_framework/dotnet.runtime.js", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jpwc78p5ga-xjx70hiola.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jpwc78p5ga-xjx70hiola.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -9770,7 +9770,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:14 GMT" }, { "Name": "Vary", @@ -9794,7 +9794,7 @@ }, { "Route": "_framework/dotnet.runtime.js.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jpwc78p5ga-xjx70hiola.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jpwc78p5ga-xjx70hiola.gz", "Selectors": [], "ResponseHeaders": [ { @@ -9823,7 +9823,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:14 GMT" }, { "Name": "Vary", @@ -9839,7 +9839,7 @@ }, { "Route": "_framework/dotnet.runtime.js.map", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.runtime.js.map", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\dotnet.runtime.js.map", "Selectors": [], "ResponseHeaders": [ { @@ -9876,7 +9876,7 @@ }, { "Route": "_framework/dotnet.runtime.js.map", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fzzqt028uw-zqgqlj6bjk.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fzzqt028uw-zqgqlj6bjk.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -9907,7 +9907,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:14 GMT" }, { "Name": "Vary", @@ -9931,7 +9931,7 @@ }, { "Route": "_framework/dotnet.runtime.js.map.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fzzqt028uw-zqgqlj6bjk.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fzzqt028uw-zqgqlj6bjk.gz", "Selectors": [], "ResponseHeaders": [ { @@ -9960,7 +9960,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 19:00:14 GMT" }, { "Name": "Vary", @@ -9976,7 +9976,7 @@ }, { "Route": "_framework/emcc-props.json", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\emcc-props.json", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\emcc-props.json", "Selectors": [], "ResponseHeaders": [ { @@ -9989,7 +9989,7 @@ }, { "Name": "Content-Length", - "Value": "1336" + "Value": "1322" }, { "Name": "Content-Type", @@ -10013,7 +10013,7 @@ }, { "Route": "_framework/emcc-props.json", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0qg8z4cu2n-oyz0vx2fzb.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0qg8z4cu2n-oyz0vx2fzb.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -10044,7 +10044,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 18:59:44 GMT" }, { "Name": "Vary", @@ -10068,7 +10068,7 @@ }, { "Route": "_framework/emcc-props.json.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0qg8z4cu2n-oyz0vx2fzb.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0qg8z4cu2n-oyz0vx2fzb.gz", "Selectors": [], "ResponseHeaders": [ { @@ -10097,7 +10097,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Thu, 17 Oct 2024 18:59:44 GMT" }, { "Name": "Vary", @@ -10113,7 +10113,7 @@ }, { "Route": "_framework/icudt_CJK.dat", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_CJK.dat", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_CJK.dat", "Selectors": [], "ResponseHeaders": [ { @@ -10150,7 +10150,7 @@ }, { "Route": "_framework/icudt_CJK.dat", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tup6oou17a-tjcz0u77k5.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tup6oou17a-tjcz0u77k5.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -10181,7 +10181,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Vary", @@ -10205,7 +10205,7 @@ }, { "Route": "_framework/icudt_CJK.dat.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tup6oou17a-tjcz0u77k5.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tup6oou17a-tjcz0u77k5.gz", "Selectors": [], "ResponseHeaders": [ { @@ -10234,7 +10234,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Vary", @@ -10250,7 +10250,7 @@ }, { "Route": "_framework/icudt_EFIGS.dat", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_EFIGS.dat", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_EFIGS.dat", "Selectors": [], "ResponseHeaders": [ { @@ -10287,7 +10287,7 @@ }, { "Route": "_framework/icudt_EFIGS.dat", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gkw3yb3vs4-tptq2av103.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gkw3yb3vs4-tptq2av103.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -10318,7 +10318,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Vary", @@ -10342,7 +10342,7 @@ }, { "Route": "_framework/icudt_EFIGS.dat.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gkw3yb3vs4-tptq2av103.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gkw3yb3vs4-tptq2av103.gz", "Selectors": [], "ResponseHeaders": [ { @@ -10371,7 +10371,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Vary", @@ -10387,7 +10387,7 @@ }, { "Route": "_framework/icudt_no_CJK.dat", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_no_CJK.dat", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\icudt_no_CJK.dat", "Selectors": [], "ResponseHeaders": [ { @@ -10424,7 +10424,7 @@ }, { "Route": "_framework/icudt_no_CJK.dat", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i2c8nfdtsk-lfu7j35m59.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i2c8nfdtsk-lfu7j35m59.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -10455,7 +10455,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Vary", @@ -10479,7 +10479,7 @@ }, { "Route": "_framework/icudt_no_CJK.dat.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i2c8nfdtsk-lfu7j35m59.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i2c8nfdtsk-lfu7j35m59.gz", "Selectors": [], "ResponseHeaders": [ { @@ -10508,7 +10508,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:49 GMT" + "Value": "Mon, 23 Oct 2023 14:14:14 GMT" }, { "Name": "Vary", @@ -10524,7 +10524,7 @@ }, { "Route": "_framework/Microsoft.AspNetCore.Authorization.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -10549,7 +10549,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10561,7 +10561,7 @@ }, { "Route": "_framework/Microsoft.AspNetCore.Authorization.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k3ev4p268n-n5pslkucsz.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k3ev4p268n-n5pslkucsz.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -10592,7 +10592,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10616,7 +10616,7 @@ }, { "Route": "_framework/Microsoft.AspNetCore.Authorization.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k3ev4p268n-n5pslkucsz.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k3ev4p268n-n5pslkucsz.gz", "Selectors": [], "ResponseHeaders": [ { @@ -10645,7 +10645,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10661,7 +10661,7 @@ }, { "Route": "_framework/Microsoft.AspNetCore.Components.Forms.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -10686,7 +10686,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10698,7 +10698,7 @@ }, { "Route": "_framework/Microsoft.AspNetCore.Components.Forms.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\smfeiin53n-jm55dcm579.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\smfeiin53n-jm55dcm579.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -10729,7 +10729,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10753,7 +10753,7 @@ }, { "Route": "_framework/Microsoft.AspNetCore.Components.Forms.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\smfeiin53n-jm55dcm579.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\smfeiin53n-jm55dcm579.gz", "Selectors": [], "ResponseHeaders": [ { @@ -10782,7 +10782,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10798,7 +10798,7 @@ }, { "Route": "_framework/Microsoft.AspNetCore.Components.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -10823,7 +10823,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10835,7 +10835,7 @@ }, { "Route": "_framework/Microsoft.AspNetCore.Components.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\s7mmlewj7a-zuiq2k1loo.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\s7mmlewj7a-zuiq2k1loo.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -10866,7 +10866,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10890,7 +10890,7 @@ }, { "Route": "_framework/Microsoft.AspNetCore.Components.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\s7mmlewj7a-zuiq2k1loo.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\s7mmlewj7a-zuiq2k1loo.gz", "Selectors": [], "ResponseHeaders": [ { @@ -10919,7 +10919,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -10935,7 +10935,7 @@ }, { "Route": "_framework/Microsoft.AspNetCore.Components.Web.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -10960,7 +10960,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -10972,7 +10972,7 @@ }, { "Route": "_framework/Microsoft.AspNetCore.Components.Web.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\peoessjq6m-dd74gkrng6.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\peoessjq6m-dd74gkrng6.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -11003,7 +11003,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11027,7 +11027,7 @@ }, { "Route": "_framework/Microsoft.AspNetCore.Components.Web.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\peoessjq6m-dd74gkrng6.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\peoessjq6m-dd74gkrng6.gz", "Selectors": [], "ResponseHeaders": [ { @@ -11056,7 +11056,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11072,7 +11072,7 @@ }, { "Route": "_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -11097,7 +11097,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11109,7 +11109,7 @@ }, { "Route": "_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qa6yar6pcc-71qb4r2d2s.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qa6yar6pcc-71qb4r2d2s.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -11140,7 +11140,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11164,7 +11164,7 @@ }, { "Route": "_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qa6yar6pcc-71qb4r2d2s.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qa6yar6pcc-71qb4r2d2s.gz", "Selectors": [], "ResponseHeaders": [ { @@ -11193,7 +11193,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11209,7 +11209,7 @@ }, { "Route": "_framework/Microsoft.AspNetCore.Metadata.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -11234,7 +11234,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11246,7 +11246,7 @@ }, { "Route": "_framework/Microsoft.AspNetCore.Metadata.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\op0tvtzk7u-qd66sllxhh.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\op0tvtzk7u-qd66sllxhh.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -11277,7 +11277,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11301,7 +11301,7 @@ }, { "Route": "_framework/Microsoft.AspNetCore.Metadata.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\op0tvtzk7u-qd66sllxhh.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\op0tvtzk7u-qd66sllxhh.gz", "Selectors": [], "ResponseHeaders": [ { @@ -11330,7 +11330,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11346,7 +11346,7 @@ }, { "Route": "_framework/Microsoft.CSharp.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.CSharp.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.CSharp.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -11371,7 +11371,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11383,7 +11383,7 @@ }, { "Route": "_framework/Microsoft.CSharp.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\x9g0ghziow-fgi1l05bvr.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\x9g0ghziow-fgi1l05bvr.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -11414,7 +11414,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11438,7 +11438,7 @@ }, { "Route": "_framework/Microsoft.CSharp.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\x9g0ghziow-fgi1l05bvr.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\x9g0ghziow-fgi1l05bvr.gz", "Selectors": [], "ResponseHeaders": [ { @@ -11467,7 +11467,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11483,7 +11483,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Configuration.Abstractions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -11508,7 +11508,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11520,7 +11520,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Configuration.Abstractions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hbdopticmc-8kr5d0tjmo.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hbdopticmc-8kr5d0tjmo.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -11551,7 +11551,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11575,7 +11575,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Configuration.Abstractions.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hbdopticmc-8kr5d0tjmo.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hbdopticmc-8kr5d0tjmo.gz", "Selectors": [], "ResponseHeaders": [ { @@ -11604,7 +11604,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11620,7 +11620,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Configuration.Binder.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -11645,7 +11645,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11657,7 +11657,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Configuration.Binder.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ayfnxaw2xn-0r3amze666.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ayfnxaw2xn-0r3amze666.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -11688,7 +11688,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11712,7 +11712,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Configuration.Binder.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ayfnxaw2xn-0r3amze666.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ayfnxaw2xn-0r3amze666.gz", "Selectors": [], "ResponseHeaders": [ { @@ -11741,7 +11741,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11757,7 +11757,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Configuration.FileExtensions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -11782,7 +11782,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11794,7 +11794,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Configuration.FileExtensions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\t08ccg8vt4-en8mb8dgz5.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\t08ccg8vt4-en8mb8dgz5.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -11825,7 +11825,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11849,7 +11849,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Configuration.FileExtensions.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\t08ccg8vt4-en8mb8dgz5.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\t08ccg8vt4-en8mb8dgz5.gz", "Selectors": [], "ResponseHeaders": [ { @@ -11878,7 +11878,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11894,7 +11894,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Configuration.Json.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -11919,7 +11919,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -11931,7 +11931,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Configuration.Json.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ci3kptexkj-yy6f57640l.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ci3kptexkj-yy6f57640l.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -11962,7 +11962,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -11986,7 +11986,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Configuration.Json.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ci3kptexkj-yy6f57640l.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ci3kptexkj-yy6f57640l.gz", "Selectors": [], "ResponseHeaders": [ { @@ -12015,7 +12015,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12031,7 +12031,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Configuration.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -12056,7 +12056,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12068,7 +12068,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Configuration.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7w5so08yb1-4njtqvtvgx.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7w5so08yb1-4njtqvtvgx.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -12099,7 +12099,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12123,7 +12123,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Configuration.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7w5so08yb1-4njtqvtvgx.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7w5so08yb1-4njtqvtvgx.gz", "Selectors": [], "ResponseHeaders": [ { @@ -12152,7 +12152,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12168,7 +12168,7 @@ }, { "Route": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -12193,7 +12193,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12205,7 +12205,7 @@ }, { "Route": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\m1nhgyj3ij-kgyjb8k43h.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\m1nhgyj3ij-kgyjb8k43h.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -12236,7 +12236,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12260,7 +12260,7 @@ }, { "Route": "_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\m1nhgyj3ij-kgyjb8k43h.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\m1nhgyj3ij-kgyjb8k43h.gz", "Selectors": [], "ResponseHeaders": [ { @@ -12289,7 +12289,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12305,7 +12305,7 @@ }, { "Route": "_framework/Microsoft.Extensions.DependencyInjection.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -12330,7 +12330,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12342,7 +12342,7 @@ }, { "Route": "_framework/Microsoft.Extensions.DependencyInjection.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w0pjq2d1lz-xqsu2wsvba.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w0pjq2d1lz-xqsu2wsvba.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -12373,7 +12373,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12397,7 +12397,7 @@ }, { "Route": "_framework/Microsoft.Extensions.DependencyInjection.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w0pjq2d1lz-xqsu2wsvba.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w0pjq2d1lz-xqsu2wsvba.gz", "Selectors": [], "ResponseHeaders": [ { @@ -12426,7 +12426,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12442,7 +12442,7 @@ }, { "Route": "_framework/Microsoft.Extensions.FileProviders.Abstractions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -12467,7 +12467,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12479,7 +12479,7 @@ }, { "Route": "_framework/Microsoft.Extensions.FileProviders.Abstractions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tkl29nk5xg-1c7ksbormu.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tkl29nk5xg-1c7ksbormu.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -12510,7 +12510,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12534,7 +12534,7 @@ }, { "Route": "_framework/Microsoft.Extensions.FileProviders.Abstractions.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tkl29nk5xg-1c7ksbormu.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tkl29nk5xg-1c7ksbormu.gz", "Selectors": [], "ResponseHeaders": [ { @@ -12563,7 +12563,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12579,7 +12579,7 @@ }, { "Route": "_framework/Microsoft.Extensions.FileProviders.Physical.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -12604,7 +12604,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12616,7 +12616,7 @@ }, { "Route": "_framework/Microsoft.Extensions.FileProviders.Physical.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7ju68gy5ye-rpvltkbyzt.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7ju68gy5ye-rpvltkbyzt.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -12647,7 +12647,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12671,7 +12671,7 @@ }, { "Route": "_framework/Microsoft.Extensions.FileProviders.Physical.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7ju68gy5ye-rpvltkbyzt.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7ju68gy5ye-rpvltkbyzt.gz", "Selectors": [], "ResponseHeaders": [ { @@ -12700,7 +12700,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12716,7 +12716,7 @@ }, { "Route": "_framework/Microsoft.Extensions.FileSystemGlobbing.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -12741,7 +12741,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12753,7 +12753,7 @@ }, { "Route": "_framework/Microsoft.Extensions.FileSystemGlobbing.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rgwxdst7lg-i464dwxnbb.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rgwxdst7lg-i464dwxnbb.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -12784,7 +12784,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12808,7 +12808,7 @@ }, { "Route": "_framework/Microsoft.Extensions.FileSystemGlobbing.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rgwxdst7lg-i464dwxnbb.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rgwxdst7lg-i464dwxnbb.gz", "Selectors": [], "ResponseHeaders": [ { @@ -12837,7 +12837,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12853,7 +12853,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Logging.Abstractions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -12878,7 +12878,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -12890,7 +12890,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Logging.Abstractions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\j7qy09g2sc-icotprrmdv.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\j7qy09g2sc-icotprrmdv.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -12921,7 +12921,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12945,7 +12945,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Logging.Abstractions.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\j7qy09g2sc-icotprrmdv.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\j7qy09g2sc-icotprrmdv.gz", "Selectors": [], "ResponseHeaders": [ { @@ -12974,7 +12974,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -12990,7 +12990,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Logging.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Logging.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Logging.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -13015,7 +13015,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13027,7 +13027,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Logging.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gu54mkd5rz-xlpspxuy08.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gu54mkd5rz-xlpspxuy08.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -13058,7 +13058,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13082,7 +13082,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Logging.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gu54mkd5rz-xlpspxuy08.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gu54mkd5rz-xlpspxuy08.gz", "Selectors": [], "ResponseHeaders": [ { @@ -13111,7 +13111,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13127,7 +13127,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Options.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Options.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Options.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -13152,7 +13152,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13164,7 +13164,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Options.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fwfzkhuqt8-jt8xzja2dj.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fwfzkhuqt8-jt8xzja2dj.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -13195,7 +13195,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13219,7 +13219,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Options.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fwfzkhuqt8-jt8xzja2dj.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fwfzkhuqt8-jt8xzja2dj.gz", "Selectors": [], "ResponseHeaders": [ { @@ -13248,7 +13248,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13264,7 +13264,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Primitives.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -13289,7 +13289,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13301,7 +13301,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Primitives.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ca5aa9q9i4-lsakbjp1fg.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ca5aa9q9i4-lsakbjp1fg.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -13332,7 +13332,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13356,7 +13356,7 @@ }, { "Route": "_framework/Microsoft.Extensions.Primitives.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ca5aa9q9i4-lsakbjp1fg.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ca5aa9q9i4-lsakbjp1fg.gz", "Selectors": [], "ResponseHeaders": [ { @@ -13385,7 +13385,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13401,7 +13401,7 @@ }, { "Route": "_framework/Microsoft.JSInterop.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.JSInterop.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.JSInterop.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -13426,7 +13426,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13438,7 +13438,7 @@ }, { "Route": "_framework/Microsoft.JSInterop.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5hmh5cfrjo-h1b8h0vt7q.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5hmh5cfrjo-h1b8h0vt7q.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -13469,7 +13469,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13493,7 +13493,7 @@ }, { "Route": "_framework/Microsoft.JSInterop.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5hmh5cfrjo-h1b8h0vt7q.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5hmh5cfrjo-h1b8h0vt7q.gz", "Selectors": [], "ResponseHeaders": [ { @@ -13522,7 +13522,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13538,7 +13538,7 @@ }, { "Route": "_framework/Microsoft.JSInterop.WebAssembly.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -13563,7 +13563,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13575,7 +13575,7 @@ }, { "Route": "_framework/Microsoft.JSInterop.WebAssembly.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d5q87850bj-p7vg34owcn.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d5q87850bj-p7vg34owcn.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -13606,7 +13606,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13630,7 +13630,7 @@ }, { "Route": "_framework/Microsoft.JSInterop.WebAssembly.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d5q87850bj-p7vg34owcn.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d5q87850bj-p7vg34owcn.gz", "Selectors": [], "ResponseHeaders": [ { @@ -13659,7 +13659,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13675,7 +13675,7 @@ }, { "Route": "_framework/Microsoft.VisualBasic.Core.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.VisualBasic.Core.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.VisualBasic.Core.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -13700,7 +13700,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13712,7 +13712,7 @@ }, { "Route": "_framework/Microsoft.VisualBasic.Core.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fxogqfms1a-4tebkgrdgm.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fxogqfms1a-4tebkgrdgm.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -13743,7 +13743,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13767,7 +13767,7 @@ }, { "Route": "_framework/Microsoft.VisualBasic.Core.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fxogqfms1a-4tebkgrdgm.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\fxogqfms1a-4tebkgrdgm.gz", "Selectors": [], "ResponseHeaders": [ { @@ -13796,7 +13796,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13812,7 +13812,7 @@ }, { "Route": "_framework/Microsoft.VisualBasic.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.VisualBasic.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.VisualBasic.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -13837,7 +13837,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13849,7 +13849,7 @@ }, { "Route": "_framework/Microsoft.VisualBasic.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d53r06wrnt-z5tte9hbl9.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d53r06wrnt-z5tte9hbl9.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -13880,7 +13880,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13904,7 +13904,7 @@ }, { "Route": "_framework/Microsoft.VisualBasic.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d53r06wrnt-z5tte9hbl9.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d53r06wrnt-z5tte9hbl9.gz", "Selectors": [], "ResponseHeaders": [ { @@ -13933,7 +13933,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -13949,7 +13949,7 @@ }, { "Route": "_framework/Microsoft.Win32.Primitives.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Win32.Primitives.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Win32.Primitives.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -13974,7 +13974,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -13986,7 +13986,7 @@ }, { "Route": "_framework/Microsoft.Win32.Primitives.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bokgch25i1-ggby92gbf5.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bokgch25i1-ggby92gbf5.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -14017,7 +14017,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14041,7 +14041,7 @@ }, { "Route": "_framework/Microsoft.Win32.Primitives.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bokgch25i1-ggby92gbf5.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bokgch25i1-ggby92gbf5.gz", "Selectors": [], "ResponseHeaders": [ { @@ -14070,7 +14070,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14086,7 +14086,7 @@ }, { "Route": "_framework/Microsoft.Win32.Registry.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Win32.Registry.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Microsoft.Win32.Registry.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -14111,7 +14111,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -14123,7 +14123,7 @@ }, { "Route": "_framework/Microsoft.Win32.Registry.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ch98c0vyyx-l1dpo0yxvc.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ch98c0vyyx-l1dpo0yxvc.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -14154,7 +14154,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14178,7 +14178,7 @@ }, { "Route": "_framework/Microsoft.Win32.Registry.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ch98c0vyyx-l1dpo0yxvc.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ch98c0vyyx-l1dpo0yxvc.gz", "Selectors": [], "ResponseHeaders": [ { @@ -14207,7 +14207,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14223,7 +14223,7 @@ }, { "Route": "_framework/mscorlib.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\mscorlib.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\mscorlib.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -14248,7 +14248,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -14260,7 +14260,7 @@ }, { "Route": "_framework/mscorlib.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\57n2zserhj-twlt8rxgl3.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\57n2zserhj-twlt8rxgl3.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -14291,7 +14291,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -14315,7 +14315,7 @@ }, { "Route": "_framework/mscorlib.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\57n2zserhj-twlt8rxgl3.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\57n2zserhj-twlt8rxgl3.gz", "Selectors": [], "ResponseHeaders": [ { @@ -14344,7 +14344,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -14360,7 +14360,7 @@ }, { "Route": "_framework/netstandard.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\netstandard.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\netstandard.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -14385,7 +14385,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -14397,7 +14397,7 @@ }, { "Route": "_framework/netstandard.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\9e3m4lhpqa-mq4q4k2a4q.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\9e3m4lhpqa-mq4q4k2a4q.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -14428,7 +14428,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -14452,7 +14452,7 @@ }, { "Route": "_framework/netstandard.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\9e3m4lhpqa-mq4q4k2a4q.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\9e3m4lhpqa-mq4q4k2a4q.gz", "Selectors": [], "ResponseHeaders": [ { @@ -14481,7 +14481,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -14497,7 +14497,7 @@ }, { "Route": "_framework/System.AppContext.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.AppContext.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.AppContext.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -14522,7 +14522,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -14534,7 +14534,7 @@ }, { "Route": "_framework/System.AppContext.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i8idrx1mcn-mhv3ru1aoa.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i8idrx1mcn-mhv3ru1aoa.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -14565,7 +14565,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14589,7 +14589,7 @@ }, { "Route": "_framework/System.AppContext.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i8idrx1mcn-mhv3ru1aoa.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i8idrx1mcn-mhv3ru1aoa.gz", "Selectors": [], "ResponseHeaders": [ { @@ -14618,7 +14618,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14634,7 +14634,7 @@ }, { "Route": "_framework/System.Buffers.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Buffers.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Buffers.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -14659,7 +14659,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -14671,7 +14671,7 @@ }, { "Route": "_framework/System.Buffers.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\l5txsii5i1-wlim793jkw.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\l5txsii5i1-wlim793jkw.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -14702,7 +14702,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14726,7 +14726,7 @@ }, { "Route": "_framework/System.Buffers.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\l5txsii5i1-wlim793jkw.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\l5txsii5i1-wlim793jkw.gz", "Selectors": [], "ResponseHeaders": [ { @@ -14755,7 +14755,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14771,7 +14771,7 @@ }, { "Route": "_framework/System.Collections.Concurrent.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Concurrent.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Concurrent.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -14796,7 +14796,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -14808,7 +14808,7 @@ }, { "Route": "_framework/System.Collections.Concurrent.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bfqrylll5s-i1lssuj9i7.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bfqrylll5s-i1lssuj9i7.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -14839,7 +14839,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14863,7 +14863,7 @@ }, { "Route": "_framework/System.Collections.Concurrent.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bfqrylll5s-i1lssuj9i7.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bfqrylll5s-i1lssuj9i7.gz", "Selectors": [], "ResponseHeaders": [ { @@ -14892,7 +14892,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -14908,7 +14908,7 @@ }, { "Route": "_framework/System.Collections.Immutable.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Immutable.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Immutable.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -14933,7 +14933,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -14945,7 +14945,7 @@ }, { "Route": "_framework/System.Collections.Immutable.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zfps9zsm5w-u0yuhvep8l.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zfps9zsm5w-u0yuhvep8l.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -14976,7 +14976,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -15000,7 +15000,7 @@ }, { "Route": "_framework/System.Collections.Immutable.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zfps9zsm5w-u0yuhvep8l.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zfps9zsm5w-u0yuhvep8l.gz", "Selectors": [], "ResponseHeaders": [ { @@ -15029,7 +15029,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -15045,7 +15045,7 @@ }, { "Route": "_framework/System.Collections.NonGeneric.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.NonGeneric.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.NonGeneric.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -15070,7 +15070,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -15082,7 +15082,7 @@ }, { "Route": "_framework/System.Collections.NonGeneric.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4m61xkkzic-wgqopll9rf.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4m61xkkzic-wgqopll9rf.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -15113,7 +15113,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -15137,7 +15137,7 @@ }, { "Route": "_framework/System.Collections.NonGeneric.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4m61xkkzic-wgqopll9rf.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4m61xkkzic-wgqopll9rf.gz", "Selectors": [], "ResponseHeaders": [ { @@ -15166,7 +15166,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -15182,7 +15182,7 @@ }, { "Route": "_framework/System.Collections.Specialized.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Specialized.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.Specialized.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -15207,7 +15207,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -15219,7 +15219,7 @@ }, { "Route": "_framework/System.Collections.Specialized.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rnkwus257z-sn8l98c62u.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rnkwus257z-sn8l98c62u.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -15250,7 +15250,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -15274,7 +15274,7 @@ }, { "Route": "_framework/System.Collections.Specialized.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rnkwus257z-sn8l98c62u.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rnkwus257z-sn8l98c62u.gz", "Selectors": [], "ResponseHeaders": [ { @@ -15303,7 +15303,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -15319,7 +15319,7 @@ }, { "Route": "_framework/System.Collections.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Collections.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -15344,7 +15344,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -15356,7 +15356,7 @@ }, { "Route": "_framework/System.Collections.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\wjr06919zi-nie06qj6qo.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\wjr06919zi-nie06qj6qo.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -15387,7 +15387,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -15411,7 +15411,7 @@ }, { "Route": "_framework/System.Collections.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\wjr06919zi-nie06qj6qo.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\wjr06919zi-nie06qj6qo.gz", "Selectors": [], "ResponseHeaders": [ { @@ -15440,7 +15440,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -15456,7 +15456,7 @@ }, { "Route": "_framework/System.ComponentModel.Annotations.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.Annotations.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.Annotations.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -15481,7 +15481,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -15493,7 +15493,7 @@ }, { "Route": "_framework/System.ComponentModel.Annotations.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6a14p9cnfm-7vq6uvcllp.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6a14p9cnfm-7vq6uvcllp.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -15524,7 +15524,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -15548,7 +15548,7 @@ }, { "Route": "_framework/System.ComponentModel.Annotations.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6a14p9cnfm-7vq6uvcllp.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6a14p9cnfm-7vq6uvcllp.gz", "Selectors": [], "ResponseHeaders": [ { @@ -15577,7 +15577,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -15593,7 +15593,7 @@ }, { "Route": "_framework/System.ComponentModel.DataAnnotations.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.DataAnnotations.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.DataAnnotations.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -15618,7 +15618,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -15630,7 +15630,7 @@ }, { "Route": "_framework/System.ComponentModel.DataAnnotations.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3do1xgb209-ix9s17e4oa.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3do1xgb209-ix9s17e4oa.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -15661,7 +15661,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -15685,7 +15685,7 @@ }, { "Route": "_framework/System.ComponentModel.DataAnnotations.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3do1xgb209-ix9s17e4oa.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3do1xgb209-ix9s17e4oa.gz", "Selectors": [], "ResponseHeaders": [ { @@ -15714,7 +15714,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -15730,7 +15730,7 @@ }, { "Route": "_framework/System.ComponentModel.EventBasedAsync.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.EventBasedAsync.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.EventBasedAsync.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -15755,7 +15755,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -15767,7 +15767,7 @@ }, { "Route": "_framework/System.ComponentModel.EventBasedAsync.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\lcw25evezq-21e6uomdqg.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\lcw25evezq-21e6uomdqg.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -15798,7 +15798,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -15822,7 +15822,7 @@ }, { "Route": "_framework/System.ComponentModel.EventBasedAsync.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\lcw25evezq-21e6uomdqg.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\lcw25evezq-21e6uomdqg.gz", "Selectors": [], "ResponseHeaders": [ { @@ -15851,7 +15851,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -15867,7 +15867,7 @@ }, { "Route": "_framework/System.ComponentModel.Primitives.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.Primitives.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.Primitives.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -15892,7 +15892,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -15904,7 +15904,7 @@ }, { "Route": "_framework/System.ComponentModel.Primitives.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6hh6ezf247-akyqtilzco.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6hh6ezf247-akyqtilzco.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -15935,7 +15935,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -15959,7 +15959,7 @@ }, { "Route": "_framework/System.ComponentModel.Primitives.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6hh6ezf247-akyqtilzco.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6hh6ezf247-akyqtilzco.gz", "Selectors": [], "ResponseHeaders": [ { @@ -15988,7 +15988,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -16004,7 +16004,7 @@ }, { "Route": "_framework/System.ComponentModel.TypeConverter.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -16029,7 +16029,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -16041,7 +16041,7 @@ }, { "Route": "_framework/System.ComponentModel.TypeConverter.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3iplrib5f1-ek4hlhdqkj.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3iplrib5f1-ek4hlhdqkj.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -16072,7 +16072,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -16096,7 +16096,7 @@ }, { "Route": "_framework/System.ComponentModel.TypeConverter.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3iplrib5f1-ek4hlhdqkj.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3iplrib5f1-ek4hlhdqkj.gz", "Selectors": [], "ResponseHeaders": [ { @@ -16125,7 +16125,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -16141,7 +16141,7 @@ }, { "Route": "_framework/System.ComponentModel.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ComponentModel.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -16166,7 +16166,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -16178,7 +16178,7 @@ }, { "Route": "_framework/System.ComponentModel.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\lpxbc0xcwu-yfl2eaopkw.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\lpxbc0xcwu-yfl2eaopkw.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -16209,7 +16209,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -16233,7 +16233,7 @@ }, { "Route": "_framework/System.ComponentModel.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\lpxbc0xcwu-yfl2eaopkw.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\lpxbc0xcwu-yfl2eaopkw.gz", "Selectors": [], "ResponseHeaders": [ { @@ -16262,7 +16262,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -16278,7 +16278,7 @@ }, { "Route": "_framework/System.Configuration.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Configuration.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Configuration.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -16303,7 +16303,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -16315,7 +16315,7 @@ }, { "Route": "_framework/System.Configuration.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5x2hw9hlph-67lwahgksx.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5x2hw9hlph-67lwahgksx.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -16346,7 +16346,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -16370,7 +16370,7 @@ }, { "Route": "_framework/System.Configuration.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5x2hw9hlph-67lwahgksx.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5x2hw9hlph-67lwahgksx.gz", "Selectors": [], "ResponseHeaders": [ { @@ -16399,7 +16399,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -16415,7 +16415,7 @@ }, { "Route": "_framework/System.Console.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Console.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Console.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -16440,7 +16440,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -16452,7 +16452,7 @@ }, { "Route": "_framework/System.Console.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\cdusluos85-e4ovel0up8.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\cdusluos85-e4ovel0up8.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -16483,7 +16483,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -16507,7 +16507,7 @@ }, { "Route": "_framework/System.Console.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\cdusluos85-e4ovel0up8.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\cdusluos85-e4ovel0up8.gz", "Selectors": [], "ResponseHeaders": [ { @@ -16536,7 +16536,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -16552,7 +16552,7 @@ }, { "Route": "_framework/System.Core.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Core.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Core.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -16577,7 +16577,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -16589,7 +16589,7 @@ }, { "Route": "_framework/System.Core.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xa46nctul2-6oo2lq0wqm.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xa46nctul2-6oo2lq0wqm.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -16620,7 +16620,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -16644,7 +16644,7 @@ }, { "Route": "_framework/System.Core.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xa46nctul2-6oo2lq0wqm.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xa46nctul2-6oo2lq0wqm.gz", "Selectors": [], "ResponseHeaders": [ { @@ -16673,7 +16673,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -16689,7 +16689,7 @@ }, { "Route": "_framework/System.Data.Common.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.Common.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.Common.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -16714,7 +16714,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -16726,7 +16726,7 @@ }, { "Route": "_framework/System.Data.Common.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\t60y82b8ct-kbvoyvfq27.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\t60y82b8ct-kbvoyvfq27.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -16757,7 +16757,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -16781,7 +16781,7 @@ }, { "Route": "_framework/System.Data.Common.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\t60y82b8ct-kbvoyvfq27.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\t60y82b8ct-kbvoyvfq27.gz", "Selectors": [], "ResponseHeaders": [ { @@ -16810,7 +16810,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -16826,7 +16826,7 @@ }, { "Route": "_framework/System.Data.DataSetExtensions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.DataSetExtensions.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.DataSetExtensions.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -16851,7 +16851,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -16863,7 +16863,7 @@ }, { "Route": "_framework/System.Data.DataSetExtensions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bapsepfweu-o2o4ch8qxi.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bapsepfweu-o2o4ch8qxi.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -16894,7 +16894,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -16918,7 +16918,7 @@ }, { "Route": "_framework/System.Data.DataSetExtensions.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bapsepfweu-o2o4ch8qxi.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bapsepfweu-o2o4ch8qxi.gz", "Selectors": [], "ResponseHeaders": [ { @@ -16947,7 +16947,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -16963,7 +16963,7 @@ }, { "Route": "_framework/System.Data.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Data.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -16988,7 +16988,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -17000,7 +17000,7 @@ }, { "Route": "_framework/System.Data.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\pykw33j66j-tg72k81p9v.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\pykw33j66j-tg72k81p9v.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -17031,7 +17031,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -17055,7 +17055,7 @@ }, { "Route": "_framework/System.Data.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\pykw33j66j-tg72k81p9v.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\pykw33j66j-tg72k81p9v.gz", "Selectors": [], "ResponseHeaders": [ { @@ -17084,7 +17084,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -17100,7 +17100,7 @@ }, { "Route": "_framework/System.Diagnostics.Contracts.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Contracts.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Contracts.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -17125,7 +17125,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -17137,7 +17137,7 @@ }, { "Route": "_framework/System.Diagnostics.Contracts.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tlmphuct5q-mjwur1vb3v.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tlmphuct5q-mjwur1vb3v.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -17168,7 +17168,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -17192,7 +17192,7 @@ }, { "Route": "_framework/System.Diagnostics.Contracts.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tlmphuct5q-mjwur1vb3v.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tlmphuct5q-mjwur1vb3v.gz", "Selectors": [], "ResponseHeaders": [ { @@ -17221,7 +17221,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -17237,7 +17237,7 @@ }, { "Route": "_framework/System.Diagnostics.Debug.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Debug.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Debug.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -17262,7 +17262,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -17274,7 +17274,7 @@ }, { "Route": "_framework/System.Diagnostics.Debug.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\b8331giksb-5rlkx55y19.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\b8331giksb-5rlkx55y19.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -17305,7 +17305,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -17329,7 +17329,7 @@ }, { "Route": "_framework/System.Diagnostics.Debug.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\b8331giksb-5rlkx55y19.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\b8331giksb-5rlkx55y19.gz", "Selectors": [], "ResponseHeaders": [ { @@ -17358,7 +17358,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -17374,7 +17374,7 @@ }, { "Route": "_framework/System.Diagnostics.DiagnosticSource.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -17399,7 +17399,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -17411,7 +17411,7 @@ }, { "Route": "_framework/System.Diagnostics.DiagnosticSource.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\768lripqfk-7hqmuqq5cq.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\768lripqfk-7hqmuqq5cq.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -17442,7 +17442,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -17466,7 +17466,7 @@ }, { "Route": "_framework/System.Diagnostics.DiagnosticSource.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\768lripqfk-7hqmuqq5cq.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\768lripqfk-7hqmuqq5cq.gz", "Selectors": [], "ResponseHeaders": [ { @@ -17495,7 +17495,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -17511,7 +17511,7 @@ }, { "Route": "_framework/System.Diagnostics.FileVersionInfo.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.FileVersionInfo.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.FileVersionInfo.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -17536,7 +17536,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -17548,7 +17548,7 @@ }, { "Route": "_framework/System.Diagnostics.FileVersionInfo.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mjknyr1kew-grrk3hrp1l.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mjknyr1kew-grrk3hrp1l.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -17579,7 +17579,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -17603,7 +17603,7 @@ }, { "Route": "_framework/System.Diagnostics.FileVersionInfo.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mjknyr1kew-grrk3hrp1l.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mjknyr1kew-grrk3hrp1l.gz", "Selectors": [], "ResponseHeaders": [ { @@ -17632,7 +17632,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -17648,7 +17648,7 @@ }, { "Route": "_framework/System.Diagnostics.Process.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Process.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Process.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -17673,7 +17673,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -17685,7 +17685,7 @@ }, { "Route": "_framework/System.Diagnostics.Process.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xyzushs1kt-gpvopyyhdq.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xyzushs1kt-gpvopyyhdq.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -17716,7 +17716,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -17740,7 +17740,7 @@ }, { "Route": "_framework/System.Diagnostics.Process.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xyzushs1kt-gpvopyyhdq.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xyzushs1kt-gpvopyyhdq.gz", "Selectors": [], "ResponseHeaders": [ { @@ -17769,7 +17769,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -17785,7 +17785,7 @@ }, { "Route": "_framework/System.Diagnostics.StackTrace.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.StackTrace.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.StackTrace.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -17810,7 +17810,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -17822,7 +17822,7 @@ }, { "Route": "_framework/System.Diagnostics.StackTrace.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\il91pt7pko-wnrtcnhpgl.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\il91pt7pko-wnrtcnhpgl.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -17853,7 +17853,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -17877,7 +17877,7 @@ }, { "Route": "_framework/System.Diagnostics.StackTrace.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\il91pt7pko-wnrtcnhpgl.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\il91pt7pko-wnrtcnhpgl.gz", "Selectors": [], "ResponseHeaders": [ { @@ -17906,7 +17906,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -17922,7 +17922,7 @@ }, { "Route": "_framework/System.Diagnostics.TextWriterTraceListener.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.TextWriterTraceListener.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.TextWriterTraceListener.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -17947,7 +17947,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -17959,7 +17959,7 @@ }, { "Route": "_framework/System.Diagnostics.TextWriterTraceListener.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sozkbt969q-6vo46yau5z.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sozkbt969q-6vo46yau5z.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -17990,7 +17990,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -18014,7 +18014,7 @@ }, { "Route": "_framework/System.Diagnostics.TextWriterTraceListener.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sozkbt969q-6vo46yau5z.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sozkbt969q-6vo46yau5z.gz", "Selectors": [], "ResponseHeaders": [ { @@ -18043,7 +18043,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -18059,7 +18059,7 @@ }, { "Route": "_framework/System.Diagnostics.Tools.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Tools.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Tools.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -18084,7 +18084,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -18096,7 +18096,7 @@ }, { "Route": "_framework/System.Diagnostics.Tools.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\z1lx69f3yb-3z6j1wct71.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\z1lx69f3yb-3z6j1wct71.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -18127,7 +18127,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -18151,7 +18151,7 @@ }, { "Route": "_framework/System.Diagnostics.Tools.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\z1lx69f3yb-3z6j1wct71.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\z1lx69f3yb-3z6j1wct71.gz", "Selectors": [], "ResponseHeaders": [ { @@ -18180,7 +18180,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -18196,7 +18196,7 @@ }, { "Route": "_framework/System.Diagnostics.TraceSource.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.TraceSource.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.TraceSource.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -18221,7 +18221,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -18233,7 +18233,7 @@ }, { "Route": "_framework/System.Diagnostics.TraceSource.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\r8ctv4wyd5-4l2fl1axw2.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\r8ctv4wyd5-4l2fl1axw2.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -18264,7 +18264,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -18288,7 +18288,7 @@ }, { "Route": "_framework/System.Diagnostics.TraceSource.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\r8ctv4wyd5-4l2fl1axw2.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\r8ctv4wyd5-4l2fl1axw2.gz", "Selectors": [], "ResponseHeaders": [ { @@ -18317,7 +18317,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -18333,7 +18333,7 @@ }, { "Route": "_framework/System.Diagnostics.Tracing.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Tracing.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Diagnostics.Tracing.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -18358,7 +18358,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -18370,7 +18370,7 @@ }, { "Route": "_framework/System.Diagnostics.Tracing.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\o6lqquoipu-ncsccugyw8.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\o6lqquoipu-ncsccugyw8.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -18401,7 +18401,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -18425,7 +18425,7 @@ }, { "Route": "_framework/System.Diagnostics.Tracing.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\o6lqquoipu-ncsccugyw8.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\o6lqquoipu-ncsccugyw8.gz", "Selectors": [], "ResponseHeaders": [ { @@ -18454,7 +18454,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -18470,7 +18470,7 @@ }, { "Route": "_framework/System.Drawing.Primitives.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Drawing.Primitives.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Drawing.Primitives.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -18495,7 +18495,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -18507,7 +18507,7 @@ }, { "Route": "_framework/System.Drawing.Primitives.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xrv7w5idw0-g7amuh118t.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xrv7w5idw0-g7amuh118t.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -18538,7 +18538,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -18562,7 +18562,7 @@ }, { "Route": "_framework/System.Drawing.Primitives.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xrv7w5idw0-g7amuh118t.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xrv7w5idw0-g7amuh118t.gz", "Selectors": [], "ResponseHeaders": [ { @@ -18591,7 +18591,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -18607,7 +18607,7 @@ }, { "Route": "_framework/System.Drawing.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Drawing.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Drawing.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -18632,7 +18632,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -18644,7 +18644,7 @@ }, { "Route": "_framework/System.Drawing.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mh2ichqmqf-o1fazgbrf7.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mh2ichqmqf-o1fazgbrf7.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -18675,7 +18675,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -18699,7 +18699,7 @@ }, { "Route": "_framework/System.Drawing.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mh2ichqmqf-o1fazgbrf7.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mh2ichqmqf-o1fazgbrf7.gz", "Selectors": [], "ResponseHeaders": [ { @@ -18728,7 +18728,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -18744,7 +18744,7 @@ }, { "Route": "_framework/System.Dynamic.Runtime.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Dynamic.Runtime.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Dynamic.Runtime.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -18769,7 +18769,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -18781,7 +18781,7 @@ }, { "Route": "_framework/System.Dynamic.Runtime.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8c7w0qgkmn-onxt1qlo23.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8c7w0qgkmn-onxt1qlo23.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -18812,7 +18812,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -18836,7 +18836,7 @@ }, { "Route": "_framework/System.Dynamic.Runtime.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8c7w0qgkmn-onxt1qlo23.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8c7w0qgkmn-onxt1qlo23.gz", "Selectors": [], "ResponseHeaders": [ { @@ -18865,7 +18865,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -18881,7 +18881,7 @@ }, { "Route": "_framework/System.Formats.Asn1.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Formats.Asn1.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Formats.Asn1.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -18906,7 +18906,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -18918,7 +18918,7 @@ }, { "Route": "_framework/System.Formats.Asn1.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\olpuoe44o4-ipp8gya1fy.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\olpuoe44o4-ipp8gya1fy.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -18949,7 +18949,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -18973,7 +18973,7 @@ }, { "Route": "_framework/System.Formats.Asn1.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\olpuoe44o4-ipp8gya1fy.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\olpuoe44o4-ipp8gya1fy.gz", "Selectors": [], "ResponseHeaders": [ { @@ -19002,7 +19002,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -19018,7 +19018,7 @@ }, { "Route": "_framework/System.Formats.Tar.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Formats.Tar.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Formats.Tar.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -19043,7 +19043,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -19055,7 +19055,7 @@ }, { "Route": "_framework/System.Formats.Tar.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\md2p5n8p8v-vb374cvsdq.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\md2p5n8p8v-vb374cvsdq.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -19086,7 +19086,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -19110,7 +19110,7 @@ }, { "Route": "_framework/System.Formats.Tar.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\md2p5n8p8v-vb374cvsdq.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\md2p5n8p8v-vb374cvsdq.gz", "Selectors": [], "ResponseHeaders": [ { @@ -19139,7 +19139,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -19155,7 +19155,7 @@ }, { "Route": "_framework/System.Globalization.Calendars.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.Calendars.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.Calendars.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -19180,7 +19180,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -19192,7 +19192,7 @@ }, { "Route": "_framework/System.Globalization.Calendars.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gix98vlg0x-sagqyj2lx6.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gix98vlg0x-sagqyj2lx6.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -19223,7 +19223,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -19247,7 +19247,7 @@ }, { "Route": "_framework/System.Globalization.Calendars.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gix98vlg0x-sagqyj2lx6.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gix98vlg0x-sagqyj2lx6.gz", "Selectors": [], "ResponseHeaders": [ { @@ -19276,7 +19276,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -19292,7 +19292,7 @@ }, { "Route": "_framework/System.Globalization.Extensions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.Extensions.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.Extensions.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -19317,7 +19317,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -19329,7 +19329,7 @@ }, { "Route": "_framework/System.Globalization.Extensions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\15dfqkray5-yxrd07gwvl.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\15dfqkray5-yxrd07gwvl.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -19360,7 +19360,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -19384,7 +19384,7 @@ }, { "Route": "_framework/System.Globalization.Extensions.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\15dfqkray5-yxrd07gwvl.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\15dfqkray5-yxrd07gwvl.gz", "Selectors": [], "ResponseHeaders": [ { @@ -19413,7 +19413,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -19429,7 +19429,7 @@ }, { "Route": "_framework/System.Globalization.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Globalization.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -19454,7 +19454,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -19466,7 +19466,7 @@ }, { "Route": "_framework/System.Globalization.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\oqajmlwnnp-1ul0j5zyts.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\oqajmlwnnp-1ul0j5zyts.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -19497,7 +19497,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -19521,7 +19521,7 @@ }, { "Route": "_framework/System.Globalization.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\oqajmlwnnp-1ul0j5zyts.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\oqajmlwnnp-1ul0j5zyts.gz", "Selectors": [], "ResponseHeaders": [ { @@ -19550,7 +19550,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -19566,7 +19566,7 @@ }, { "Route": "_framework/System.IO.Compression.Brotli.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.Brotli.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.Brotli.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -19591,7 +19591,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -19603,7 +19603,7 @@ }, { "Route": "_framework/System.IO.Compression.Brotli.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0knkqd933w-sv4ivqpdih.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0knkqd933w-sv4ivqpdih.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -19634,7 +19634,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -19658,7 +19658,7 @@ }, { "Route": "_framework/System.IO.Compression.Brotli.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0knkqd933w-sv4ivqpdih.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0knkqd933w-sv4ivqpdih.gz", "Selectors": [], "ResponseHeaders": [ { @@ -19687,7 +19687,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -19703,7 +19703,7 @@ }, { "Route": "_framework/System.IO.Compression.FileSystem.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.FileSystem.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.FileSystem.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -19728,7 +19728,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -19740,7 +19740,7 @@ }, { "Route": "_framework/System.IO.Compression.FileSystem.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8ipet00v1f-9vh2vkrqrk.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8ipet00v1f-9vh2vkrqrk.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -19771,7 +19771,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -19795,7 +19795,7 @@ }, { "Route": "_framework/System.IO.Compression.FileSystem.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8ipet00v1f-9vh2vkrqrk.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8ipet00v1f-9vh2vkrqrk.gz", "Selectors": [], "ResponseHeaders": [ { @@ -19824,7 +19824,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -19840,7 +19840,7 @@ }, { "Route": "_framework/System.IO.Compression.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -19865,7 +19865,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -19877,7 +19877,7 @@ }, { "Route": "_framework/System.IO.Compression.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6e33x6oap5-cub3louzqd.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6e33x6oap5-cub3louzqd.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -19908,7 +19908,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -19932,7 +19932,7 @@ }, { "Route": "_framework/System.IO.Compression.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6e33x6oap5-cub3louzqd.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6e33x6oap5-cub3louzqd.gz", "Selectors": [], "ResponseHeaders": [ { @@ -19961,7 +19961,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -19977,7 +19977,7 @@ }, { "Route": "_framework/System.IO.Compression.ZipFile.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.ZipFile.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Compression.ZipFile.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -20002,7 +20002,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -20014,7 +20014,7 @@ }, { "Route": "_framework/System.IO.Compression.ZipFile.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\detkbca685-vauvbpg47n.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\detkbca685-vauvbpg47n.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -20045,7 +20045,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -20069,7 +20069,7 @@ }, { "Route": "_framework/System.IO.Compression.ZipFile.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\detkbca685-vauvbpg47n.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\detkbca685-vauvbpg47n.gz", "Selectors": [], "ResponseHeaders": [ { @@ -20098,7 +20098,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -20114,7 +20114,7 @@ }, { "Route": "_framework/System.IO.FileSystem.AccessControl.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.AccessControl.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.AccessControl.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -20139,7 +20139,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -20151,7 +20151,7 @@ }, { "Route": "_framework/System.IO.FileSystem.AccessControl.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5g80oqiykv-drckq1wkq3.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5g80oqiykv-drckq1wkq3.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -20182,7 +20182,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -20206,7 +20206,7 @@ }, { "Route": "_framework/System.IO.FileSystem.AccessControl.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5g80oqiykv-drckq1wkq3.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5g80oqiykv-drckq1wkq3.gz", "Selectors": [], "ResponseHeaders": [ { @@ -20235,7 +20235,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -20251,7 +20251,7 @@ }, { "Route": "_framework/System.IO.FileSystem.DriveInfo.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.DriveInfo.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.DriveInfo.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -20276,7 +20276,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -20288,7 +20288,7 @@ }, { "Route": "_framework/System.IO.FileSystem.DriveInfo.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5d75awqi98-0yldq48nb4.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5d75awqi98-0yldq48nb4.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -20319,7 +20319,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -20343,7 +20343,7 @@ }, { "Route": "_framework/System.IO.FileSystem.DriveInfo.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5d75awqi98-0yldq48nb4.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5d75awqi98-0yldq48nb4.gz", "Selectors": [], "ResponseHeaders": [ { @@ -20372,7 +20372,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -20388,7 +20388,7 @@ }, { "Route": "_framework/System.IO.FileSystem.Primitives.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.Primitives.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.Primitives.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -20413,7 +20413,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -20425,7 +20425,7 @@ }, { "Route": "_framework/System.IO.FileSystem.Primitives.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7zj9q3kwy5-6dbzlzi6uo.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7zj9q3kwy5-6dbzlzi6uo.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -20456,7 +20456,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -20480,7 +20480,7 @@ }, { "Route": "_framework/System.IO.FileSystem.Primitives.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7zj9q3kwy5-6dbzlzi6uo.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7zj9q3kwy5-6dbzlzi6uo.gz", "Selectors": [], "ResponseHeaders": [ { @@ -20509,7 +20509,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -20525,7 +20525,7 @@ }, { "Route": "_framework/System.IO.FileSystem.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -20550,7 +20550,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -20562,7 +20562,7 @@ }, { "Route": "_framework/System.IO.FileSystem.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0irw3zla49-kqtqolm4wa.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0irw3zla49-kqtqolm4wa.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -20593,7 +20593,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -20617,7 +20617,7 @@ }, { "Route": "_framework/System.IO.FileSystem.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0irw3zla49-kqtqolm4wa.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0irw3zla49-kqtqolm4wa.gz", "Selectors": [], "ResponseHeaders": [ { @@ -20646,7 +20646,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -20662,7 +20662,7 @@ }, { "Route": "_framework/System.IO.FileSystem.Watcher.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -20687,7 +20687,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -20699,7 +20699,7 @@ }, { "Route": "_framework/System.IO.FileSystem.Watcher.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7bwqdgi3te-oj9i08g6lz.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7bwqdgi3te-oj9i08g6lz.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -20730,7 +20730,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -20754,7 +20754,7 @@ }, { "Route": "_framework/System.IO.FileSystem.Watcher.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7bwqdgi3te-oj9i08g6lz.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7bwqdgi3te-oj9i08g6lz.gz", "Selectors": [], "ResponseHeaders": [ { @@ -20783,7 +20783,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -20799,7 +20799,7 @@ }, { "Route": "_framework/System.IO.IsolatedStorage.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.IsolatedStorage.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.IsolatedStorage.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -20824,7 +20824,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -20836,7 +20836,7 @@ }, { "Route": "_framework/System.IO.IsolatedStorage.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1huhr2mzyn-ve69vgf5kz.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1huhr2mzyn-ve69vgf5kz.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -20867,7 +20867,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -20891,7 +20891,7 @@ }, { "Route": "_framework/System.IO.IsolatedStorage.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1huhr2mzyn-ve69vgf5kz.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1huhr2mzyn-ve69vgf5kz.gz", "Selectors": [], "ResponseHeaders": [ { @@ -20920,7 +20920,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -20936,7 +20936,7 @@ }, { "Route": "_framework/System.IO.MemoryMappedFiles.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.MemoryMappedFiles.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.MemoryMappedFiles.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -20961,7 +20961,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -20973,7 +20973,7 @@ }, { "Route": "_framework/System.IO.MemoryMappedFiles.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ctxyflpotb-bx37hgrj5q.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ctxyflpotb-bx37hgrj5q.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -21004,7 +21004,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -21028,7 +21028,7 @@ }, { "Route": "_framework/System.IO.MemoryMappedFiles.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ctxyflpotb-bx37hgrj5q.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ctxyflpotb-bx37hgrj5q.gz", "Selectors": [], "ResponseHeaders": [ { @@ -21057,7 +21057,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -21073,7 +21073,7 @@ }, { "Route": "_framework/System.IO.Pipelines.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipelines.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipelines.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -21098,7 +21098,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -21110,7 +21110,7 @@ }, { "Route": "_framework/System.IO.Pipelines.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0bp2h8ufhq-iudrcw56e1.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0bp2h8ufhq-iudrcw56e1.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -21141,7 +21141,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -21165,7 +21165,7 @@ }, { "Route": "_framework/System.IO.Pipelines.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0bp2h8ufhq-iudrcw56e1.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\0bp2h8ufhq-iudrcw56e1.gz", "Selectors": [], "ResponseHeaders": [ { @@ -21194,7 +21194,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -21210,7 +21210,7 @@ }, { "Route": "_framework/System.IO.Pipes.AccessControl.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipes.AccessControl.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipes.AccessControl.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -21235,7 +21235,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -21247,7 +21247,7 @@ }, { "Route": "_framework/System.IO.Pipes.AccessControl.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\omv3nzbl98-bk9vrw4i46.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\omv3nzbl98-bk9vrw4i46.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -21278,7 +21278,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -21302,7 +21302,7 @@ }, { "Route": "_framework/System.IO.Pipes.AccessControl.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\omv3nzbl98-bk9vrw4i46.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\omv3nzbl98-bk9vrw4i46.gz", "Selectors": [], "ResponseHeaders": [ { @@ -21331,7 +21331,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -21347,7 +21347,7 @@ }, { "Route": "_framework/System.IO.Pipes.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipes.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.Pipes.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -21372,7 +21372,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -21384,7 +21384,7 @@ }, { "Route": "_framework/System.IO.Pipes.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\meqxxnnqvx-n33yixsck6.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\meqxxnnqvx-n33yixsck6.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -21415,7 +21415,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -21439,7 +21439,7 @@ }, { "Route": "_framework/System.IO.Pipes.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\meqxxnnqvx-n33yixsck6.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\meqxxnnqvx-n33yixsck6.gz", "Selectors": [], "ResponseHeaders": [ { @@ -21468,7 +21468,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -21484,7 +21484,7 @@ }, { "Route": "_framework/System.IO.UnmanagedMemoryStream.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.UnmanagedMemoryStream.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.UnmanagedMemoryStream.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -21509,7 +21509,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -21521,7 +21521,7 @@ }, { "Route": "_framework/System.IO.UnmanagedMemoryStream.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\oq9wi4ailw-ac8xrryfy7.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\oq9wi4ailw-ac8xrryfy7.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -21552,7 +21552,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -21576,7 +21576,7 @@ }, { "Route": "_framework/System.IO.UnmanagedMemoryStream.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\oq9wi4ailw-ac8xrryfy7.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\oq9wi4ailw-ac8xrryfy7.gz", "Selectors": [], "ResponseHeaders": [ { @@ -21605,7 +21605,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -21621,7 +21621,7 @@ }, { "Route": "_framework/System.IO.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.IO.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -21646,7 +21646,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -21658,7 +21658,7 @@ }, { "Route": "_framework/System.IO.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jm470z3phm-674jwrdv5k.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jm470z3phm-674jwrdv5k.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -21689,7 +21689,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -21713,7 +21713,7 @@ }, { "Route": "_framework/System.IO.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jm470z3phm-674jwrdv5k.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jm470z3phm-674jwrdv5k.gz", "Selectors": [], "ResponseHeaders": [ { @@ -21742,7 +21742,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -21758,7 +21758,7 @@ }, { "Route": "_framework/System.Linq.Expressions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Expressions.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Expressions.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -21783,7 +21783,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -21795,7 +21795,7 @@ }, { "Route": "_framework/System.Linq.Expressions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\a79tq9ynwt-8i9v2949fr.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\a79tq9ynwt-8i9v2949fr.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -21826,7 +21826,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -21850,7 +21850,7 @@ }, { "Route": "_framework/System.Linq.Expressions.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\a79tq9ynwt-8i9v2949fr.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\a79tq9ynwt-8i9v2949fr.gz", "Selectors": [], "ResponseHeaders": [ { @@ -21879,7 +21879,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -21895,7 +21895,7 @@ }, { "Route": "_framework/System.Linq.Parallel.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Parallel.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Parallel.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -21920,7 +21920,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -21932,7 +21932,7 @@ }, { "Route": "_framework/System.Linq.Parallel.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7vh4rfs37c-uqq1toshjs.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7vh4rfs37c-uqq1toshjs.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -21963,7 +21963,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -21987,7 +21987,7 @@ }, { "Route": "_framework/System.Linq.Parallel.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7vh4rfs37c-uqq1toshjs.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7vh4rfs37c-uqq1toshjs.gz", "Selectors": [], "ResponseHeaders": [ { @@ -22016,7 +22016,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -22032,7 +22032,7 @@ }, { "Route": "_framework/System.Linq.Queryable.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Queryable.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.Queryable.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -22057,7 +22057,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -22069,7 +22069,7 @@ }, { "Route": "_framework/System.Linq.Queryable.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jjzi0e2tbs-4mn95jeqkz.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jjzi0e2tbs-4mn95jeqkz.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -22100,7 +22100,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -22124,7 +22124,7 @@ }, { "Route": "_framework/System.Linq.Queryable.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jjzi0e2tbs-4mn95jeqkz.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jjzi0e2tbs-4mn95jeqkz.gz", "Selectors": [], "ResponseHeaders": [ { @@ -22153,7 +22153,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -22169,7 +22169,7 @@ }, { "Route": "_framework/System.Linq.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Linq.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -22194,7 +22194,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -22206,7 +22206,7 @@ }, { "Route": "_framework/System.Linq.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8eh5y9tp1c-bqy8sv168l.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8eh5y9tp1c-bqy8sv168l.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -22237,7 +22237,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -22261,7 +22261,7 @@ }, { "Route": "_framework/System.Linq.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8eh5y9tp1c-bqy8sv168l.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8eh5y9tp1c-bqy8sv168l.gz", "Selectors": [], "ResponseHeaders": [ { @@ -22290,7 +22290,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -22306,7 +22306,7 @@ }, { "Route": "_framework/System.Memory.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Memory.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Memory.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -22331,7 +22331,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -22343,7 +22343,7 @@ }, { "Route": "_framework/System.Memory.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g76rrh4lgu-00lkbcsi6k.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g76rrh4lgu-00lkbcsi6k.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -22374,7 +22374,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -22398,7 +22398,7 @@ }, { "Route": "_framework/System.Memory.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g76rrh4lgu-00lkbcsi6k.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g76rrh4lgu-00lkbcsi6k.gz", "Selectors": [], "ResponseHeaders": [ { @@ -22427,7 +22427,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -22443,7 +22443,7 @@ }, { "Route": "_framework/System.Net.Http.Json.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Http.Json.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Http.Json.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -22468,7 +22468,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -22480,7 +22480,7 @@ }, { "Route": "_framework/System.Net.Http.Json.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\b1j4g2aidh-gwhgic1g4s.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\b1j4g2aidh-gwhgic1g4s.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -22511,7 +22511,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -22535,7 +22535,7 @@ }, { "Route": "_framework/System.Net.Http.Json.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\b1j4g2aidh-gwhgic1g4s.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\b1j4g2aidh-gwhgic1g4s.gz", "Selectors": [], "ResponseHeaders": [ { @@ -22564,7 +22564,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -22580,7 +22580,7 @@ }, { "Route": "_framework/System.Net.Http.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Http.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Http.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -22605,7 +22605,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -22617,7 +22617,7 @@ }, { "Route": "_framework/System.Net.Http.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ijk0xpt1h4-8t67dotvrh.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ijk0xpt1h4-8t67dotvrh.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -22648,7 +22648,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -22672,7 +22672,7 @@ }, { "Route": "_framework/System.Net.Http.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ijk0xpt1h4-8t67dotvrh.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ijk0xpt1h4-8t67dotvrh.gz", "Selectors": [], "ResponseHeaders": [ { @@ -22701,7 +22701,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -22717,7 +22717,7 @@ }, { "Route": "_framework/System.Net.HttpListener.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.HttpListener.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.HttpListener.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -22742,7 +22742,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -22754,7 +22754,7 @@ }, { "Route": "_framework/System.Net.HttpListener.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\otznmcnlz5-ir65hlfb8z.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\otznmcnlz5-ir65hlfb8z.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -22785,7 +22785,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -22809,7 +22809,7 @@ }, { "Route": "_framework/System.Net.HttpListener.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\otznmcnlz5-ir65hlfb8z.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\otznmcnlz5-ir65hlfb8z.gz", "Selectors": [], "ResponseHeaders": [ { @@ -22838,7 +22838,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -22854,7 +22854,7 @@ }, { "Route": "_framework/System.Net.Mail.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Mail.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Mail.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -22879,7 +22879,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -22891,7 +22891,7 @@ }, { "Route": "_framework/System.Net.Mail.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\yac1w3vy2r-u6tb74qjwk.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\yac1w3vy2r-u6tb74qjwk.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -22922,7 +22922,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -22946,7 +22946,7 @@ }, { "Route": "_framework/System.Net.Mail.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\yac1w3vy2r-u6tb74qjwk.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\yac1w3vy2r-u6tb74qjwk.gz", "Selectors": [], "ResponseHeaders": [ { @@ -22975,7 +22975,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -22991,7 +22991,7 @@ }, { "Route": "_framework/System.Net.NameResolution.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.NameResolution.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.NameResolution.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -23016,7 +23016,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -23028,7 +23028,7 @@ }, { "Route": "_framework/System.Net.NameResolution.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\vbrlhg9h7i-bipvwufop2.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\vbrlhg9h7i-bipvwufop2.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -23059,7 +23059,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -23083,7 +23083,7 @@ }, { "Route": "_framework/System.Net.NameResolution.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\vbrlhg9h7i-bipvwufop2.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\vbrlhg9h7i-bipvwufop2.gz", "Selectors": [], "ResponseHeaders": [ { @@ -23112,7 +23112,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -23128,7 +23128,7 @@ }, { "Route": "_framework/System.Net.NetworkInformation.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.NetworkInformation.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.NetworkInformation.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -23153,7 +23153,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -23165,7 +23165,7 @@ }, { "Route": "_framework/System.Net.NetworkInformation.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1ibz4kqyc0-uovh5g3v63.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1ibz4kqyc0-uovh5g3v63.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -23196,7 +23196,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -23220,7 +23220,7 @@ }, { "Route": "_framework/System.Net.NetworkInformation.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1ibz4kqyc0-uovh5g3v63.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1ibz4kqyc0-uovh5g3v63.gz", "Selectors": [], "ResponseHeaders": [ { @@ -23249,7 +23249,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -23265,7 +23265,7 @@ }, { "Route": "_framework/System.Net.Ping.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Ping.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Ping.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -23290,7 +23290,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -23302,7 +23302,7 @@ }, { "Route": "_framework/System.Net.Ping.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kv7akofu7p-xbwtybogqw.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kv7akofu7p-xbwtybogqw.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -23333,7 +23333,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -23357,7 +23357,7 @@ }, { "Route": "_framework/System.Net.Ping.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kv7akofu7p-xbwtybogqw.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kv7akofu7p-xbwtybogqw.gz", "Selectors": [], "ResponseHeaders": [ { @@ -23386,7 +23386,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -23402,7 +23402,7 @@ }, { "Route": "_framework/System.Net.Primitives.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Primitives.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Primitives.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -23427,7 +23427,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -23439,7 +23439,7 @@ }, { "Route": "_framework/System.Net.Primitives.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ycs4dc86o6-5x057ultqg.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ycs4dc86o6-5x057ultqg.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -23470,7 +23470,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -23494,7 +23494,7 @@ }, { "Route": "_framework/System.Net.Primitives.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ycs4dc86o6-5x057ultqg.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ycs4dc86o6-5x057ultqg.gz", "Selectors": [], "ResponseHeaders": [ { @@ -23523,7 +23523,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -23539,7 +23539,7 @@ }, { "Route": "_framework/System.Net.Quic.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Quic.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Quic.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -23564,7 +23564,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -23576,7 +23576,7 @@ }, { "Route": "_framework/System.Net.Quic.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6i5reauy9a-tnxw0hw66n.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6i5reauy9a-tnxw0hw66n.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -23607,7 +23607,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -23631,7 +23631,7 @@ }, { "Route": "_framework/System.Net.Quic.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6i5reauy9a-tnxw0hw66n.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6i5reauy9a-tnxw0hw66n.gz", "Selectors": [], "ResponseHeaders": [ { @@ -23660,7 +23660,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -23676,7 +23676,7 @@ }, { "Route": "_framework/System.Net.Requests.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Requests.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Requests.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -23701,7 +23701,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -23713,7 +23713,7 @@ }, { "Route": "_framework/System.Net.Requests.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\dfaw8i07sg-p7aqa3ydbf.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\dfaw8i07sg-p7aqa3ydbf.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -23744,7 +23744,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -23768,7 +23768,7 @@ }, { "Route": "_framework/System.Net.Requests.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\dfaw8i07sg-p7aqa3ydbf.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\dfaw8i07sg-p7aqa3ydbf.gz", "Selectors": [], "ResponseHeaders": [ { @@ -23797,7 +23797,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -23813,7 +23813,7 @@ }, { "Route": "_framework/System.Net.Security.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Security.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Security.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -23838,7 +23838,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -23850,7 +23850,7 @@ }, { "Route": "_framework/System.Net.Security.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zd2msg63jn-9pmm5e0uc6.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zd2msg63jn-9pmm5e0uc6.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -23881,7 +23881,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -23905,7 +23905,7 @@ }, { "Route": "_framework/System.Net.Security.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zd2msg63jn-9pmm5e0uc6.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zd2msg63jn-9pmm5e0uc6.gz", "Selectors": [], "ResponseHeaders": [ { @@ -23934,7 +23934,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -23950,7 +23950,7 @@ }, { "Route": "_framework/System.Net.ServicePoint.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.ServicePoint.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.ServicePoint.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -23975,7 +23975,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -23987,7 +23987,7 @@ }, { "Route": "_framework/System.Net.ServicePoint.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jd5ybzr9lh-61v0nen4hx.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jd5ybzr9lh-61v0nen4hx.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -24018,7 +24018,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -24042,7 +24042,7 @@ }, { "Route": "_framework/System.Net.ServicePoint.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jd5ybzr9lh-61v0nen4hx.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jd5ybzr9lh-61v0nen4hx.gz", "Selectors": [], "ResponseHeaders": [ { @@ -24071,7 +24071,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -24087,7 +24087,7 @@ }, { "Route": "_framework/System.Net.Sockets.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Sockets.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.Sockets.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -24112,7 +24112,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -24124,7 +24124,7 @@ }, { "Route": "_framework/System.Net.Sockets.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5nc9t7881e-gbqoxsv40r.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5nc9t7881e-gbqoxsv40r.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -24155,7 +24155,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -24179,7 +24179,7 @@ }, { "Route": "_framework/System.Net.Sockets.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5nc9t7881e-gbqoxsv40r.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5nc9t7881e-gbqoxsv40r.gz", "Selectors": [], "ResponseHeaders": [ { @@ -24208,7 +24208,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -24224,7 +24224,7 @@ }, { "Route": "_framework/System.Net.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -24249,7 +24249,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -24261,7 +24261,7 @@ }, { "Route": "_framework/System.Net.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\324w13xuvo-bi4ws36sl2.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\324w13xuvo-bi4ws36sl2.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -24292,7 +24292,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -24316,7 +24316,7 @@ }, { "Route": "_framework/System.Net.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\324w13xuvo-bi4ws36sl2.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\324w13xuvo-bi4ws36sl2.gz", "Selectors": [], "ResponseHeaders": [ { @@ -24345,7 +24345,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -24361,7 +24361,7 @@ }, { "Route": "_framework/System.Net.WebClient.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebClient.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebClient.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -24386,7 +24386,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -24398,7 +24398,7 @@ }, { "Route": "_framework/System.Net.WebClient.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ghz44jcq0l-fcia9ky19l.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ghz44jcq0l-fcia9ky19l.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -24429,7 +24429,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -24453,7 +24453,7 @@ }, { "Route": "_framework/System.Net.WebClient.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ghz44jcq0l-fcia9ky19l.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ghz44jcq0l-fcia9ky19l.gz", "Selectors": [], "ResponseHeaders": [ { @@ -24482,7 +24482,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -24498,7 +24498,7 @@ }, { "Route": "_framework/System.Net.WebHeaderCollection.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebHeaderCollection.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebHeaderCollection.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -24523,7 +24523,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -24535,7 +24535,7 @@ }, { "Route": "_framework/System.Net.WebHeaderCollection.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tuyn985nz3-6286hgwuqh.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tuyn985nz3-6286hgwuqh.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -24566,7 +24566,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -24590,7 +24590,7 @@ }, { "Route": "_framework/System.Net.WebHeaderCollection.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tuyn985nz3-6286hgwuqh.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\tuyn985nz3-6286hgwuqh.gz", "Selectors": [], "ResponseHeaders": [ { @@ -24619,7 +24619,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -24635,7 +24635,7 @@ }, { "Route": "_framework/System.Net.WebProxy.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebProxy.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebProxy.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -24660,7 +24660,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -24672,7 +24672,7 @@ }, { "Route": "_framework/System.Net.WebProxy.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i4ep49nzwb-djpann52a6.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i4ep49nzwb-djpann52a6.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -24703,7 +24703,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -24727,7 +24727,7 @@ }, { "Route": "_framework/System.Net.WebProxy.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i4ep49nzwb-djpann52a6.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\i4ep49nzwb-djpann52a6.gz", "Selectors": [], "ResponseHeaders": [ { @@ -24756,7 +24756,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -24772,7 +24772,7 @@ }, { "Route": "_framework/System.Net.WebSockets.Client.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebSockets.Client.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebSockets.Client.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -24797,7 +24797,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -24809,7 +24809,7 @@ }, { "Route": "_framework/System.Net.WebSockets.Client.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ygbwol6ubw-lkvy8locnf.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ygbwol6ubw-lkvy8locnf.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -24840,7 +24840,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -24864,7 +24864,7 @@ }, { "Route": "_framework/System.Net.WebSockets.Client.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ygbwol6ubw-lkvy8locnf.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ygbwol6ubw-lkvy8locnf.gz", "Selectors": [], "ResponseHeaders": [ { @@ -24893,7 +24893,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -24909,7 +24909,7 @@ }, { "Route": "_framework/System.Net.WebSockets.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebSockets.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Net.WebSockets.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -24934,7 +24934,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -24946,7 +24946,7 @@ }, { "Route": "_framework/System.Net.WebSockets.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\btvfot68ru-box0kt0ygr.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\btvfot68ru-box0kt0ygr.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -24977,7 +24977,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -25001,7 +25001,7 @@ }, { "Route": "_framework/System.Net.WebSockets.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\btvfot68ru-box0kt0ygr.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\btvfot68ru-box0kt0ygr.gz", "Selectors": [], "ResponseHeaders": [ { @@ -25030,7 +25030,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -25046,7 +25046,7 @@ }, { "Route": "_framework/System.Numerics.Vectors.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Numerics.Vectors.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Numerics.Vectors.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -25071,7 +25071,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -25083,7 +25083,7 @@ }, { "Route": "_framework/System.Numerics.Vectors.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ucejdgoot3-pweg4f9jik.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ucejdgoot3-pweg4f9jik.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -25114,7 +25114,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -25138,7 +25138,7 @@ }, { "Route": "_framework/System.Numerics.Vectors.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ucejdgoot3-pweg4f9jik.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ucejdgoot3-pweg4f9jik.gz", "Selectors": [], "ResponseHeaders": [ { @@ -25167,7 +25167,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -25183,7 +25183,7 @@ }, { "Route": "_framework/System.Numerics.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Numerics.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Numerics.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -25208,7 +25208,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -25220,7 +25220,7 @@ }, { "Route": "_framework/System.Numerics.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jeaodzfja7-fzteml2ksa.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jeaodzfja7-fzteml2ksa.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -25251,7 +25251,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -25275,7 +25275,7 @@ }, { "Route": "_framework/System.Numerics.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jeaodzfja7-fzteml2ksa.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\jeaodzfja7-fzteml2ksa.gz", "Selectors": [], "ResponseHeaders": [ { @@ -25304,7 +25304,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -25320,7 +25320,7 @@ }, { "Route": "_framework/System.ObjectModel.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ObjectModel.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ObjectModel.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -25345,7 +25345,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -25357,7 +25357,7 @@ }, { "Route": "_framework/System.ObjectModel.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g2f3ayhkgf-oi5its9v0z.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g2f3ayhkgf-oi5its9v0z.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -25388,7 +25388,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -25412,7 +25412,7 @@ }, { "Route": "_framework/System.ObjectModel.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g2f3ayhkgf-oi5its9v0z.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g2f3ayhkgf-oi5its9v0z.gz", "Selectors": [], "ResponseHeaders": [ { @@ -25441,7 +25441,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -25457,7 +25457,7 @@ }, { "Route": "_framework/System.Private.CoreLib.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.CoreLib.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.CoreLib.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -25482,7 +25482,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -25494,7 +25494,7 @@ }, { "Route": "_framework/System.Private.CoreLib.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\vejzz9omd4-rcys532pwr.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\vejzz9omd4-rcys532pwr.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -25525,7 +25525,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25549,7 +25549,7 @@ }, { "Route": "_framework/System.Private.CoreLib.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\vejzz9omd4-rcys532pwr.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\vejzz9omd4-rcys532pwr.gz", "Selectors": [], "ResponseHeaders": [ { @@ -25578,7 +25578,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -25594,7 +25594,7 @@ }, { "Route": "_framework/System.Private.DataContractSerialization.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.DataContractSerialization.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.DataContractSerialization.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -25619,7 +25619,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -25631,7 +25631,7 @@ }, { "Route": "_framework/System.Private.DataContractSerialization.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nvk83tidwv-1jyxr7kwjo.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nvk83tidwv-1jyxr7kwjo.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -25662,7 +25662,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -25686,7 +25686,7 @@ }, { "Route": "_framework/System.Private.DataContractSerialization.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nvk83tidwv-1jyxr7kwjo.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nvk83tidwv-1jyxr7kwjo.gz", "Selectors": [], "ResponseHeaders": [ { @@ -25715,7 +25715,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -25731,7 +25731,7 @@ }, { "Route": "_framework/System.Private.Uri.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Uri.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Uri.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -25756,7 +25756,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -25768,7 +25768,7 @@ }, { "Route": "_framework/System.Private.Uri.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hz83gb6xmq-4fwiisng6i.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hz83gb6xmq-4fwiisng6i.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -25799,7 +25799,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -25823,7 +25823,7 @@ }, { "Route": "_framework/System.Private.Uri.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hz83gb6xmq-4fwiisng6i.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hz83gb6xmq-4fwiisng6i.gz", "Selectors": [], "ResponseHeaders": [ { @@ -25852,7 +25852,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -25868,7 +25868,7 @@ }, { "Route": "_framework/System.Private.Xml.Linq.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Xml.Linq.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Xml.Linq.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -25893,7 +25893,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" } ], "EndpointProperties": [ @@ -25905,7 +25905,7 @@ }, { "Route": "_framework/System.Private.Xml.Linq.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4gf6l5tac6-dgkgnxso4m.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4gf6l5tac6-dgkgnxso4m.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -25936,7 +25936,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -25960,7 +25960,7 @@ }, { "Route": "_framework/System.Private.Xml.Linq.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4gf6l5tac6-dgkgnxso4m.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4gf6l5tac6-dgkgnxso4m.gz", "Selectors": [], "ResponseHeaders": [ { @@ -25989,7 +25989,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:48 GMT" }, { "Name": "Vary", @@ -26005,7 +26005,7 @@ }, { "Route": "_framework/System.Private.Xml.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Xml.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Private.Xml.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -26030,7 +26030,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -26042,7 +26042,7 @@ }, { "Route": "_framework/System.Private.Xml.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8ezvspfqzk-66ysrn2owv.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8ezvspfqzk-66ysrn2owv.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -26073,7 +26073,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -26097,7 +26097,7 @@ }, { "Route": "_framework/System.Private.Xml.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8ezvspfqzk-66ysrn2owv.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8ezvspfqzk-66ysrn2owv.gz", "Selectors": [], "ResponseHeaders": [ { @@ -26126,7 +26126,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -26142,7 +26142,7 @@ }, { "Route": "_framework/System.Reflection.DispatchProxy.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.DispatchProxy.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.DispatchProxy.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -26167,7 +26167,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -26179,7 +26179,7 @@ }, { "Route": "_framework/System.Reflection.DispatchProxy.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qc9qcqr5s2-kgscmlv3if.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qc9qcqr5s2-kgscmlv3if.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -26210,7 +26210,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -26234,7 +26234,7 @@ }, { "Route": "_framework/System.Reflection.DispatchProxy.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qc9qcqr5s2-kgscmlv3if.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qc9qcqr5s2-kgscmlv3if.gz", "Selectors": [], "ResponseHeaders": [ { @@ -26263,7 +26263,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -26279,7 +26279,7 @@ }, { "Route": "_framework/System.Reflection.Emit.ILGeneration.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -26304,7 +26304,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -26316,7 +26316,7 @@ }, { "Route": "_framework/System.Reflection.Emit.ILGeneration.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\f0ajty1722-8hlod3by22.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\f0ajty1722-8hlod3by22.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -26347,7 +26347,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -26371,7 +26371,7 @@ }, { "Route": "_framework/System.Reflection.Emit.ILGeneration.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\f0ajty1722-8hlod3by22.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\f0ajty1722-8hlod3by22.gz", "Selectors": [], "ResponseHeaders": [ { @@ -26400,7 +26400,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -26416,7 +26416,7 @@ }, { "Route": "_framework/System.Reflection.Emit.Lightweight.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -26441,7 +26441,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -26453,7 +26453,7 @@ }, { "Route": "_framework/System.Reflection.Emit.Lightweight.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\16gkmd3qyn-u3evpglqtv.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\16gkmd3qyn-u3evpglqtv.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -26484,7 +26484,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -26508,7 +26508,7 @@ }, { "Route": "_framework/System.Reflection.Emit.Lightweight.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\16gkmd3qyn-u3evpglqtv.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\16gkmd3qyn-u3evpglqtv.gz", "Selectors": [], "ResponseHeaders": [ { @@ -26537,7 +26537,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -26553,7 +26553,7 @@ }, { "Route": "_framework/System.Reflection.Emit.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Emit.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -26578,7 +26578,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -26590,7 +26590,7 @@ }, { "Route": "_framework/System.Reflection.Emit.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\36hb6ks61s-xcolejwqh0.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\36hb6ks61s-xcolejwqh0.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -26621,7 +26621,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -26645,7 +26645,7 @@ }, { "Route": "_framework/System.Reflection.Emit.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\36hb6ks61s-xcolejwqh0.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\36hb6ks61s-xcolejwqh0.gz", "Selectors": [], "ResponseHeaders": [ { @@ -26674,7 +26674,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -26690,7 +26690,7 @@ }, { "Route": "_framework/System.Reflection.Extensions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Extensions.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Extensions.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -26715,7 +26715,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -26727,7 +26727,7 @@ }, { "Route": "_framework/System.Reflection.Extensions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qsapjifxrx-oepwslok2k.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qsapjifxrx-oepwslok2k.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -26758,7 +26758,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -26782,7 +26782,7 @@ }, { "Route": "_framework/System.Reflection.Extensions.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qsapjifxrx-oepwslok2k.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qsapjifxrx-oepwslok2k.gz", "Selectors": [], "ResponseHeaders": [ { @@ -26811,7 +26811,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -26827,7 +26827,7 @@ }, { "Route": "_framework/System.Reflection.Metadata.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Metadata.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Metadata.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -26852,7 +26852,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -26864,7 +26864,7 @@ }, { "Route": "_framework/System.Reflection.Metadata.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\snmkueee03-zll5ovyn4j.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\snmkueee03-zll5ovyn4j.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -26895,7 +26895,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -26919,7 +26919,7 @@ }, { "Route": "_framework/System.Reflection.Metadata.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\snmkueee03-zll5ovyn4j.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\snmkueee03-zll5ovyn4j.gz", "Selectors": [], "ResponseHeaders": [ { @@ -26948,7 +26948,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -26964,7 +26964,7 @@ }, { "Route": "_framework/System.Reflection.Primitives.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Primitives.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.Primitives.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -26989,7 +26989,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -27001,7 +27001,7 @@ }, { "Route": "_framework/System.Reflection.Primitives.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\z5n0i80wxd-ajsaevzb4n.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\z5n0i80wxd-ajsaevzb4n.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -27032,7 +27032,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -27056,7 +27056,7 @@ }, { "Route": "_framework/System.Reflection.Primitives.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\z5n0i80wxd-ajsaevzb4n.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\z5n0i80wxd-ajsaevzb4n.gz", "Selectors": [], "ResponseHeaders": [ { @@ -27085,7 +27085,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -27101,7 +27101,7 @@ }, { "Route": "_framework/System.Reflection.TypeExtensions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.TypeExtensions.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.TypeExtensions.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -27126,7 +27126,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -27138,7 +27138,7 @@ }, { "Route": "_framework/System.Reflection.TypeExtensions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6lf2ddmv1l-gyfyt6ifle.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6lf2ddmv1l-gyfyt6ifle.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -27169,7 +27169,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -27193,7 +27193,7 @@ }, { "Route": "_framework/System.Reflection.TypeExtensions.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6lf2ddmv1l-gyfyt6ifle.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6lf2ddmv1l-gyfyt6ifle.gz", "Selectors": [], "ResponseHeaders": [ { @@ -27222,7 +27222,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -27238,7 +27238,7 @@ }, { "Route": "_framework/System.Reflection.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Reflection.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -27263,7 +27263,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -27275,7 +27275,7 @@ }, { "Route": "_framework/System.Reflection.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hb8ye351nd-05yfgzvmh7.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hb8ye351nd-05yfgzvmh7.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -27306,7 +27306,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -27330,7 +27330,7 @@ }, { "Route": "_framework/System.Reflection.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hb8ye351nd-05yfgzvmh7.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hb8ye351nd-05yfgzvmh7.gz", "Selectors": [], "ResponseHeaders": [ { @@ -27359,7 +27359,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -27375,7 +27375,7 @@ }, { "Route": "_framework/System.Resources.Reader.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.Reader.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.Reader.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -27400,7 +27400,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -27412,7 +27412,7 @@ }, { "Route": "_framework/System.Resources.Reader.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8qc79e3nu4-x35pd1xcsk.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8qc79e3nu4-x35pd1xcsk.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -27443,7 +27443,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -27467,7 +27467,7 @@ }, { "Route": "_framework/System.Resources.Reader.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8qc79e3nu4-x35pd1xcsk.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8qc79e3nu4-x35pd1xcsk.gz", "Selectors": [], "ResponseHeaders": [ { @@ -27496,7 +27496,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -27512,7 +27512,7 @@ }, { "Route": "_framework/System.Resources.ResourceManager.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.ResourceManager.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.ResourceManager.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -27537,7 +27537,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -27549,7 +27549,7 @@ }, { "Route": "_framework/System.Resources.ResourceManager.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\69b0nullub-1hzkk1v31b.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\69b0nullub-1hzkk1v31b.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -27580,7 +27580,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -27604,7 +27604,7 @@ }, { "Route": "_framework/System.Resources.ResourceManager.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\69b0nullub-1hzkk1v31b.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\69b0nullub-1hzkk1v31b.gz", "Selectors": [], "ResponseHeaders": [ { @@ -27633,7 +27633,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -27649,7 +27649,7 @@ }, { "Route": "_framework/System.Resources.Writer.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.Writer.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Resources.Writer.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -27674,7 +27674,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -27686,7 +27686,7 @@ }, { "Route": "_framework/System.Resources.Writer.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\24f91srh18-gmkxofgq6z.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\24f91srh18-gmkxofgq6z.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -27717,7 +27717,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -27741,7 +27741,7 @@ }, { "Route": "_framework/System.Resources.Writer.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\24f91srh18-gmkxofgq6z.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\24f91srh18-gmkxofgq6z.gz", "Selectors": [], "ResponseHeaders": [ { @@ -27770,7 +27770,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -27786,7 +27786,7 @@ }, { "Route": "_framework/System.Runtime.CompilerServices.Unsafe.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -27811,7 +27811,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -27823,7 +27823,7 @@ }, { "Route": "_framework/System.Runtime.CompilerServices.Unsafe.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g88hfs9ug7-99j5jlhtlf.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g88hfs9ug7-99j5jlhtlf.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -27854,7 +27854,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -27878,7 +27878,7 @@ }, { "Route": "_framework/System.Runtime.CompilerServices.Unsafe.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g88hfs9ug7-99j5jlhtlf.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\g88hfs9ug7-99j5jlhtlf.gz", "Selectors": [], "ResponseHeaders": [ { @@ -27907,7 +27907,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -27923,7 +27923,7 @@ }, { "Route": "_framework/System.Runtime.CompilerServices.VisualC.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.CompilerServices.VisualC.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.CompilerServices.VisualC.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -27948,7 +27948,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -27960,7 +27960,7 @@ }, { "Route": "_framework/System.Runtime.CompilerServices.VisualC.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d6zxzoeihc-z2tqksfwxn.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d6zxzoeihc-z2tqksfwxn.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -27991,7 +27991,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -28015,7 +28015,7 @@ }, { "Route": "_framework/System.Runtime.CompilerServices.VisualC.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d6zxzoeihc-z2tqksfwxn.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\d6zxzoeihc-z2tqksfwxn.gz", "Selectors": [], "ResponseHeaders": [ { @@ -28044,7 +28044,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -28060,7 +28060,7 @@ }, { "Route": "_framework/System.Runtime.Extensions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Extensions.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Extensions.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -28085,7 +28085,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -28097,7 +28097,7 @@ }, { "Route": "_framework/System.Runtime.Extensions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\u457dfzv6h-hsooj5ku5u.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\u457dfzv6h-hsooj5ku5u.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -28128,7 +28128,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -28152,7 +28152,7 @@ }, { "Route": "_framework/System.Runtime.Extensions.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\u457dfzv6h-hsooj5ku5u.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\u457dfzv6h-hsooj5ku5u.gz", "Selectors": [], "ResponseHeaders": [ { @@ -28181,7 +28181,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -28197,7 +28197,7 @@ }, { "Route": "_framework/System.Runtime.Handles.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Handles.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Handles.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -28222,7 +28222,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -28234,7 +28234,7 @@ }, { "Route": "_framework/System.Runtime.Handles.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\h68ufmkaki-x1zwj8gq0q.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\h68ufmkaki-x1zwj8gq0q.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -28265,7 +28265,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -28289,7 +28289,7 @@ }, { "Route": "_framework/System.Runtime.Handles.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\h68ufmkaki-x1zwj8gq0q.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\h68ufmkaki-x1zwj8gq0q.gz", "Selectors": [], "ResponseHeaders": [ { @@ -28318,7 +28318,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -28334,7 +28334,7 @@ }, { "Route": "_framework/System.Runtime.InteropServices.JavaScript.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.JavaScript.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.JavaScript.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -28359,7 +28359,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -28371,7 +28371,7 @@ }, { "Route": "_framework/System.Runtime.InteropServices.JavaScript.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\favjpgserh-t14slsf5gb.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\favjpgserh-t14slsf5gb.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -28402,7 +28402,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -28426,7 +28426,7 @@ }, { "Route": "_framework/System.Runtime.InteropServices.JavaScript.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\favjpgserh-t14slsf5gb.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\favjpgserh-t14slsf5gb.gz", "Selectors": [], "ResponseHeaders": [ { @@ -28455,7 +28455,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -28471,7 +28471,7 @@ }, { "Route": "_framework/System.Runtime.InteropServices.RuntimeInformation.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -28496,7 +28496,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -28508,7 +28508,7 @@ }, { "Route": "_framework/System.Runtime.InteropServices.RuntimeInformation.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ui13sigocd-j622qnirva.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ui13sigocd-j622qnirva.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -28539,7 +28539,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -28563,7 +28563,7 @@ }, { "Route": "_framework/System.Runtime.InteropServices.RuntimeInformation.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ui13sigocd-j622qnirva.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ui13sigocd-j622qnirva.gz", "Selectors": [], "ResponseHeaders": [ { @@ -28592,7 +28592,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -28608,7 +28608,7 @@ }, { "Route": "_framework/System.Runtime.InteropServices.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.InteropServices.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -28633,7 +28633,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -28645,7 +28645,7 @@ }, { "Route": "_framework/System.Runtime.InteropServices.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3oxhwn0e7e-arf11keiq9.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3oxhwn0e7e-arf11keiq9.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -28676,7 +28676,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -28700,7 +28700,7 @@ }, { "Route": "_framework/System.Runtime.InteropServices.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3oxhwn0e7e-arf11keiq9.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3oxhwn0e7e-arf11keiq9.gz", "Selectors": [], "ResponseHeaders": [ { @@ -28729,7 +28729,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -28745,7 +28745,7 @@ }, { "Route": "_framework/System.Runtime.Intrinsics.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Intrinsics.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Intrinsics.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -28770,7 +28770,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -28782,7 +28782,7 @@ }, { "Route": "_framework/System.Runtime.Intrinsics.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\smsafl7fbj-s2a2n0v8v5.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\smsafl7fbj-s2a2n0v8v5.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -28813,7 +28813,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -28837,7 +28837,7 @@ }, { "Route": "_framework/System.Runtime.Intrinsics.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\smsafl7fbj-s2a2n0v8v5.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\smsafl7fbj-s2a2n0v8v5.gz", "Selectors": [], "ResponseHeaders": [ { @@ -28866,7 +28866,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -28882,7 +28882,7 @@ }, { "Route": "_framework/System.Runtime.Loader.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Loader.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Loader.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -28907,7 +28907,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -28919,7 +28919,7 @@ }, { "Route": "_framework/System.Runtime.Loader.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6nmjb2ga9x-1iz0927hqc.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6nmjb2ga9x-1iz0927hqc.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -28950,7 +28950,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -28974,7 +28974,7 @@ }, { "Route": "_framework/System.Runtime.Loader.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6nmjb2ga9x-1iz0927hqc.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6nmjb2ga9x-1iz0927hqc.gz", "Selectors": [], "ResponseHeaders": [ { @@ -29003,7 +29003,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -29019,7 +29019,7 @@ }, { "Route": "_framework/System.Runtime.Numerics.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Numerics.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Numerics.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -29044,7 +29044,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -29056,7 +29056,7 @@ }, { "Route": "_framework/System.Runtime.Numerics.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mdl3czdiv2-qvepw4e78q.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mdl3czdiv2-qvepw4e78q.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -29087,7 +29087,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -29111,7 +29111,7 @@ }, { "Route": "_framework/System.Runtime.Numerics.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mdl3czdiv2-qvepw4e78q.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mdl3czdiv2-qvepw4e78q.gz", "Selectors": [], "ResponseHeaders": [ { @@ -29140,7 +29140,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -29156,7 +29156,7 @@ }, { "Route": "_framework/System.Runtime.Serialization.Formatters.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Formatters.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Formatters.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -29181,7 +29181,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -29193,7 +29193,7 @@ }, { "Route": "_framework/System.Runtime.Serialization.Formatters.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4wku2hu407-h26lzyu81w.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4wku2hu407-h26lzyu81w.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -29224,7 +29224,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -29248,7 +29248,7 @@ }, { "Route": "_framework/System.Runtime.Serialization.Formatters.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4wku2hu407-h26lzyu81w.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4wku2hu407-h26lzyu81w.gz", "Selectors": [], "ResponseHeaders": [ { @@ -29277,7 +29277,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -29293,7 +29293,7 @@ }, { "Route": "_framework/System.Runtime.Serialization.Json.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Json.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Json.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -29318,7 +29318,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -29330,7 +29330,7 @@ }, { "Route": "_framework/System.Runtime.Serialization.Json.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\yk3g2cnkjp-gpcerlv545.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\yk3g2cnkjp-gpcerlv545.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -29361,7 +29361,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -29385,7 +29385,7 @@ }, { "Route": "_framework/System.Runtime.Serialization.Json.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\yk3g2cnkjp-gpcerlv545.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\yk3g2cnkjp-gpcerlv545.gz", "Selectors": [], "ResponseHeaders": [ { @@ -29414,7 +29414,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -29430,7 +29430,7 @@ }, { "Route": "_framework/System.Runtime.Serialization.Primitives.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Primitives.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Primitives.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -29455,7 +29455,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -29467,7 +29467,7 @@ }, { "Route": "_framework/System.Runtime.Serialization.Primitives.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qjiio5xtyo-9ywk5zf0ye.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qjiio5xtyo-9ywk5zf0ye.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -29498,7 +29498,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -29522,7 +29522,7 @@ }, { "Route": "_framework/System.Runtime.Serialization.Primitives.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qjiio5xtyo-9ywk5zf0ye.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qjiio5xtyo-9ywk5zf0ye.gz", "Selectors": [], "ResponseHeaders": [ { @@ -29551,7 +29551,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -29567,7 +29567,7 @@ }, { "Route": "_framework/System.Runtime.Serialization.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -29592,7 +29592,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -29604,7 +29604,7 @@ }, { "Route": "_framework/System.Runtime.Serialization.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8s5drhusp6-xduo6mn7ma.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8s5drhusp6-xduo6mn7ma.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -29635,7 +29635,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -29659,7 +29659,7 @@ }, { "Route": "_framework/System.Runtime.Serialization.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8s5drhusp6-xduo6mn7ma.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8s5drhusp6-xduo6mn7ma.gz", "Selectors": [], "ResponseHeaders": [ { @@ -29688,7 +29688,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -29704,7 +29704,7 @@ }, { "Route": "_framework/System.Runtime.Serialization.Xml.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Xml.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.Serialization.Xml.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -29729,7 +29729,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -29741,7 +29741,7 @@ }, { "Route": "_framework/System.Runtime.Serialization.Xml.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\acd83xah5k-cg50v6hv4d.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\acd83xah5k-cg50v6hv4d.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -29772,7 +29772,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -29796,7 +29796,7 @@ }, { "Route": "_framework/System.Runtime.Serialization.Xml.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\acd83xah5k-cg50v6hv4d.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\acd83xah5k-cg50v6hv4d.gz", "Selectors": [], "ResponseHeaders": [ { @@ -29825,7 +29825,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -29841,7 +29841,7 @@ }, { "Route": "_framework/System.Runtime.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Runtime.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -29866,7 +29866,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -29878,7 +29878,7 @@ }, { "Route": "_framework/System.Runtime.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8js2b3ikzg-iz9521x4d5.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8js2b3ikzg-iz9521x4d5.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -29909,7 +29909,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -29933,7 +29933,7 @@ }, { "Route": "_framework/System.Runtime.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8js2b3ikzg-iz9521x4d5.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8js2b3ikzg-iz9521x4d5.gz", "Selectors": [], "ResponseHeaders": [ { @@ -29962,7 +29962,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -29978,7 +29978,7 @@ }, { "Route": "_framework/System.Security.AccessControl.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.AccessControl.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.AccessControl.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -30003,7 +30003,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -30015,7 +30015,7 @@ }, { "Route": "_framework/System.Security.AccessControl.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\evz4x8kkgb-w83xci1s0e.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\evz4x8kkgb-w83xci1s0e.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -30046,7 +30046,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -30070,7 +30070,7 @@ }, { "Route": "_framework/System.Security.AccessControl.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\evz4x8kkgb-w83xci1s0e.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\evz4x8kkgb-w83xci1s0e.gz", "Selectors": [], "ResponseHeaders": [ { @@ -30099,7 +30099,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -30115,7 +30115,7 @@ }, { "Route": "_framework/System.Security.Claims.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Claims.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Claims.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -30140,7 +30140,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -30152,7 +30152,7 @@ }, { "Route": "_framework/System.Security.Claims.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sossmjk0pb-mgppqoca94.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sossmjk0pb-mgppqoca94.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -30183,7 +30183,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -30207,7 +30207,7 @@ }, { "Route": "_framework/System.Security.Claims.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sossmjk0pb-mgppqoca94.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sossmjk0pb-mgppqoca94.gz", "Selectors": [], "ResponseHeaders": [ { @@ -30236,7 +30236,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -30252,7 +30252,7 @@ }, { "Route": "_framework/System.Security.Cryptography.Algorithms.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -30277,7 +30277,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -30289,7 +30289,7 @@ }, { "Route": "_framework/System.Security.Cryptography.Algorithms.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\witjyutmr6-lyl6xulxjq.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\witjyutmr6-lyl6xulxjq.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -30320,7 +30320,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -30344,7 +30344,7 @@ }, { "Route": "_framework/System.Security.Cryptography.Algorithms.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\witjyutmr6-lyl6xulxjq.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\witjyutmr6-lyl6xulxjq.gz", "Selectors": [], "ResponseHeaders": [ { @@ -30373,7 +30373,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -30389,7 +30389,7 @@ }, { "Route": "_framework/System.Security.Cryptography.Cng.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Cng.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Cng.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -30414,7 +30414,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -30426,7 +30426,7 @@ }, { "Route": "_framework/System.Security.Cryptography.Cng.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qk4td0onpg-is3vw3toke.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qk4td0onpg-is3vw3toke.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -30457,7 +30457,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -30481,7 +30481,7 @@ }, { "Route": "_framework/System.Security.Cryptography.Cng.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qk4td0onpg-is3vw3toke.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qk4td0onpg-is3vw3toke.gz", "Selectors": [], "ResponseHeaders": [ { @@ -30510,7 +30510,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -30526,7 +30526,7 @@ }, { "Route": "_framework/System.Security.Cryptography.Csp.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Csp.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Csp.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -30551,7 +30551,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -30563,7 +30563,7 @@ }, { "Route": "_framework/System.Security.Cryptography.Csp.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zilwrgikc8-77wcsbalfb.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zilwrgikc8-77wcsbalfb.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -30594,7 +30594,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -30618,7 +30618,7 @@ }, { "Route": "_framework/System.Security.Cryptography.Csp.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zilwrgikc8-77wcsbalfb.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\zilwrgikc8-77wcsbalfb.gz", "Selectors": [], "ResponseHeaders": [ { @@ -30647,7 +30647,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -30663,7 +30663,7 @@ }, { "Route": "_framework/System.Security.Cryptography.Encoding.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Encoding.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Encoding.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -30688,7 +30688,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -30700,7 +30700,7 @@ }, { "Route": "_framework/System.Security.Cryptography.Encoding.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hg075kso0q-ylyh0nvuhn.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hg075kso0q-ylyh0nvuhn.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -30731,7 +30731,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -30755,7 +30755,7 @@ }, { "Route": "_framework/System.Security.Cryptography.Encoding.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hg075kso0q-ylyh0nvuhn.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\hg075kso0q-ylyh0nvuhn.gz", "Selectors": [], "ResponseHeaders": [ { @@ -30784,7 +30784,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -30800,7 +30800,7 @@ }, { "Route": "_framework/System.Security.Cryptography.OpenSsl.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.OpenSsl.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.OpenSsl.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -30825,7 +30825,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -30837,7 +30837,7 @@ }, { "Route": "_framework/System.Security.Cryptography.OpenSsl.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w5w0qiszg7-035cxkpjqr.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w5w0qiszg7-035cxkpjqr.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -30868,7 +30868,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -30892,7 +30892,7 @@ }, { "Route": "_framework/System.Security.Cryptography.OpenSsl.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w5w0qiszg7-035cxkpjqr.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w5w0qiszg7-035cxkpjqr.gz", "Selectors": [], "ResponseHeaders": [ { @@ -30921,7 +30921,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -30937,7 +30937,7 @@ }, { "Route": "_framework/System.Security.Cryptography.Primitives.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -30962,7 +30962,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -30974,7 +30974,7 @@ }, { "Route": "_framework/System.Security.Cryptography.Primitives.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\e27pp01hks-8sy06h2xub.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\e27pp01hks-8sy06h2xub.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -31005,7 +31005,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -31029,7 +31029,7 @@ }, { "Route": "_framework/System.Security.Cryptography.Primitives.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\e27pp01hks-8sy06h2xub.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\e27pp01hks-8sy06h2xub.gz", "Selectors": [], "ResponseHeaders": [ { @@ -31058,7 +31058,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -31074,7 +31074,7 @@ }, { "Route": "_framework/System.Security.Cryptography.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -31099,7 +31099,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -31111,7 +31111,7 @@ }, { "Route": "_framework/System.Security.Cryptography.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nafpk38rqn-77xcltn6z8.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nafpk38rqn-77xcltn6z8.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -31142,7 +31142,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -31166,7 +31166,7 @@ }, { "Route": "_framework/System.Security.Cryptography.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nafpk38rqn-77xcltn6z8.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nafpk38rqn-77xcltn6z8.gz", "Selectors": [], "ResponseHeaders": [ { @@ -31195,7 +31195,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -31211,7 +31211,7 @@ }, { "Route": "_framework/System.Security.Cryptography.X509Certificates.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.X509Certificates.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Cryptography.X509Certificates.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -31236,7 +31236,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -31248,7 +31248,7 @@ }, { "Route": "_framework/System.Security.Cryptography.X509Certificates.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ahhmji10vw-982lmixj89.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ahhmji10vw-982lmixj89.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -31279,7 +31279,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -31303,7 +31303,7 @@ }, { "Route": "_framework/System.Security.Cryptography.X509Certificates.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ahhmji10vw-982lmixj89.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\ahhmji10vw-982lmixj89.gz", "Selectors": [], "ResponseHeaders": [ { @@ -31332,7 +31332,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -31348,7 +31348,7 @@ }, { "Route": "_framework/System.Security.Principal.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Principal.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Principal.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -31373,7 +31373,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -31385,7 +31385,7 @@ }, { "Route": "_framework/System.Security.Principal.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4ep2tuqqvh-nwmq9c0dxp.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4ep2tuqqvh-nwmq9c0dxp.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -31416,7 +31416,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -31440,7 +31440,7 @@ }, { "Route": "_framework/System.Security.Principal.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4ep2tuqqvh-nwmq9c0dxp.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4ep2tuqqvh-nwmq9c0dxp.gz", "Selectors": [], "ResponseHeaders": [ { @@ -31469,7 +31469,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -31485,7 +31485,7 @@ }, { "Route": "_framework/System.Security.Principal.Windows.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Principal.Windows.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.Principal.Windows.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -31510,7 +31510,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -31522,7 +31522,7 @@ }, { "Route": "_framework/System.Security.Principal.Windows.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qkrje1evcx-r50so417ua.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qkrje1evcx-r50so417ua.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -31553,7 +31553,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -31577,7 +31577,7 @@ }, { "Route": "_framework/System.Security.Principal.Windows.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qkrje1evcx-r50so417ua.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qkrje1evcx-r50so417ua.gz", "Selectors": [], "ResponseHeaders": [ { @@ -31606,7 +31606,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -31622,7 +31622,7 @@ }, { "Route": "_framework/System.Security.SecureString.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.SecureString.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.SecureString.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -31647,7 +31647,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -31659,7 +31659,7 @@ }, { "Route": "_framework/System.Security.SecureString.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1hblptriwp-a1bvfrdfb0.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1hblptriwp-a1bvfrdfb0.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -31690,7 +31690,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -31714,7 +31714,7 @@ }, { "Route": "_framework/System.Security.SecureString.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1hblptriwp-a1bvfrdfb0.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\1hblptriwp-a1bvfrdfb0.gz", "Selectors": [], "ResponseHeaders": [ { @@ -31743,7 +31743,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -31759,7 +31759,7 @@ }, { "Route": "_framework/System.Security.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Security.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -31784,7 +31784,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -31796,7 +31796,7 @@ }, { "Route": "_framework/System.Security.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kt165yc41q-r0ybprwbdo.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kt165yc41q-r0ybprwbdo.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -31827,7 +31827,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -31851,7 +31851,7 @@ }, { "Route": "_framework/System.Security.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kt165yc41q-r0ybprwbdo.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kt165yc41q-r0ybprwbdo.gz", "Selectors": [], "ResponseHeaders": [ { @@ -31880,7 +31880,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -31896,7 +31896,7 @@ }, { "Route": "_framework/System.ServiceModel.Web.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ServiceModel.Web.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ServiceModel.Web.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -31921,7 +31921,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -31933,7 +31933,7 @@ }, { "Route": "_framework/System.ServiceModel.Web.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qikbjqw5lg-ice8a74mfp.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qikbjqw5lg-ice8a74mfp.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -31964,7 +31964,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -31988,7 +31988,7 @@ }, { "Route": "_framework/System.ServiceModel.Web.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qikbjqw5lg-ice8a74mfp.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qikbjqw5lg-ice8a74mfp.gz", "Selectors": [], "ResponseHeaders": [ { @@ -32017,7 +32017,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -32033,7 +32033,7 @@ }, { "Route": "_framework/System.ServiceProcess.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ServiceProcess.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ServiceProcess.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -32058,7 +32058,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -32070,7 +32070,7 @@ }, { "Route": "_framework/System.ServiceProcess.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7tlppx7xm5-ces8qi4jdv.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7tlppx7xm5-ces8qi4jdv.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -32101,7 +32101,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -32125,7 +32125,7 @@ }, { "Route": "_framework/System.ServiceProcess.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7tlppx7xm5-ces8qi4jdv.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\7tlppx7xm5-ces8qi4jdv.gz", "Selectors": [], "ResponseHeaders": [ { @@ -32154,7 +32154,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -32170,7 +32170,7 @@ }, { "Route": "_framework/System.Text.Encoding.CodePages.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.CodePages.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.CodePages.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -32195,7 +32195,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -32207,7 +32207,7 @@ }, { "Route": "_framework/System.Text.Encoding.CodePages.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\pfvio6s8o4-wnm0lr2dr8.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\pfvio6s8o4-wnm0lr2dr8.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -32238,7 +32238,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -32262,7 +32262,7 @@ }, { "Route": "_framework/System.Text.Encoding.CodePages.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\pfvio6s8o4-wnm0lr2dr8.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\pfvio6s8o4-wnm0lr2dr8.gz", "Selectors": [], "ResponseHeaders": [ { @@ -32291,7 +32291,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -32307,7 +32307,7 @@ }, { "Route": "_framework/System.Text.Encoding.Extensions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.Extensions.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.Extensions.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -32332,7 +32332,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -32344,7 +32344,7 @@ }, { "Route": "_framework/System.Text.Encoding.Extensions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8nmyr3nvr7-5bq2cvr3hg.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8nmyr3nvr7-5bq2cvr3hg.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -32375,7 +32375,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -32399,7 +32399,7 @@ }, { "Route": "_framework/System.Text.Encoding.Extensions.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8nmyr3nvr7-5bq2cvr3hg.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8nmyr3nvr7-5bq2cvr3hg.gz", "Selectors": [], "ResponseHeaders": [ { @@ -32428,7 +32428,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -32444,7 +32444,7 @@ }, { "Route": "_framework/System.Text.Encoding.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encoding.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -32469,7 +32469,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -32481,7 +32481,7 @@ }, { "Route": "_framework/System.Text.Encoding.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\wgok0adxrd-eyx33pgiad.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\wgok0adxrd-eyx33pgiad.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -32512,7 +32512,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -32536,7 +32536,7 @@ }, { "Route": "_framework/System.Text.Encoding.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\wgok0adxrd-eyx33pgiad.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\wgok0adxrd-eyx33pgiad.gz", "Selectors": [], "ResponseHeaders": [ { @@ -32565,7 +32565,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -32581,7 +32581,7 @@ }, { "Route": "_framework/System.Text.Encodings.Web.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encodings.Web.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Encodings.Web.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -32606,7 +32606,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -32618,7 +32618,7 @@ }, { "Route": "_framework/System.Text.Encodings.Web.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8d128emwtl-9x7dptacey.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8d128emwtl-9x7dptacey.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -32649,7 +32649,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -32673,7 +32673,7 @@ }, { "Route": "_framework/System.Text.Encodings.Web.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8d128emwtl-9x7dptacey.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8d128emwtl-9x7dptacey.gz", "Selectors": [], "ResponseHeaders": [ { @@ -32702,7 +32702,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -32718,7 +32718,7 @@ }, { "Route": "_framework/System.Text.Json.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Json.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.Json.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -32743,7 +32743,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -32755,7 +32755,7 @@ }, { "Route": "_framework/System.Text.Json.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w42pov7xtq-ppd2fidtln.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w42pov7xtq-ppd2fidtln.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -32786,7 +32786,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -32810,7 +32810,7 @@ }, { "Route": "_framework/System.Text.Json.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w42pov7xtq-ppd2fidtln.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\w42pov7xtq-ppd2fidtln.gz", "Selectors": [], "ResponseHeaders": [ { @@ -32839,7 +32839,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -32855,7 +32855,7 @@ }, { "Route": "_framework/System.Text.RegularExpressions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.RegularExpressions.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Text.RegularExpressions.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -32880,7 +32880,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -32892,7 +32892,7 @@ }, { "Route": "_framework/System.Text.RegularExpressions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8st2mjmvff-3e7pdp88zp.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8st2mjmvff-3e7pdp88zp.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -32923,7 +32923,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -32947,7 +32947,7 @@ }, { "Route": "_framework/System.Text.RegularExpressions.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8st2mjmvff-3e7pdp88zp.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8st2mjmvff-3e7pdp88zp.gz", "Selectors": [], "ResponseHeaders": [ { @@ -32976,7 +32976,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -32992,7 +32992,7 @@ }, { "Route": "_framework/System.Threading.Channels.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Channels.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Channels.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -33017,7 +33017,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -33029,7 +33029,7 @@ }, { "Route": "_framework/System.Threading.Channels.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8jhparz1fs-1udekzdv05.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8jhparz1fs-1udekzdv05.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -33060,7 +33060,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -33084,7 +33084,7 @@ }, { "Route": "_framework/System.Threading.Channels.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8jhparz1fs-1udekzdv05.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\8jhparz1fs-1udekzdv05.gz", "Selectors": [], "ResponseHeaders": [ { @@ -33113,7 +33113,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -33129,7 +33129,7 @@ }, { "Route": "_framework/System.Threading.Overlapped.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Overlapped.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Overlapped.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -33154,7 +33154,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -33166,7 +33166,7 @@ }, { "Route": "_framework/System.Threading.Overlapped.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qzrso9t6qt-o0ci7lcesp.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qzrso9t6qt-o0ci7lcesp.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -33197,7 +33197,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -33221,7 +33221,7 @@ }, { "Route": "_framework/System.Threading.Overlapped.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qzrso9t6qt-o0ci7lcesp.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\qzrso9t6qt-o0ci7lcesp.gz", "Selectors": [], "ResponseHeaders": [ { @@ -33250,7 +33250,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -33266,7 +33266,7 @@ }, { "Route": "_framework/System.Threading.Tasks.Dataflow.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Dataflow.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Dataflow.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -33291,7 +33291,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -33303,7 +33303,7 @@ }, { "Route": "_framework/System.Threading.Tasks.Dataflow.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xxdvu4kns6-esmmfynicw.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xxdvu4kns6-esmmfynicw.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -33334,7 +33334,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -33358,7 +33358,7 @@ }, { "Route": "_framework/System.Threading.Tasks.Dataflow.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xxdvu4kns6-esmmfynicw.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\xxdvu4kns6-esmmfynicw.gz", "Selectors": [], "ResponseHeaders": [ { @@ -33387,7 +33387,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -33403,7 +33403,7 @@ }, { "Route": "_framework/System.Threading.Tasks.Extensions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Extensions.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Extensions.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -33428,7 +33428,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -33440,7 +33440,7 @@ }, { "Route": "_framework/System.Threading.Tasks.Extensions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\m5ulbl575g-grhpsybruk.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\m5ulbl575g-grhpsybruk.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -33471,7 +33471,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -33495,7 +33495,7 @@ }, { "Route": "_framework/System.Threading.Tasks.Extensions.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\m5ulbl575g-grhpsybruk.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\m5ulbl575g-grhpsybruk.gz", "Selectors": [], "ResponseHeaders": [ { @@ -33524,7 +33524,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -33540,7 +33540,7 @@ }, { "Route": "_framework/System.Threading.Tasks.Parallel.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Parallel.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.Parallel.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -33565,7 +33565,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -33577,7 +33577,7 @@ }, { "Route": "_framework/System.Threading.Tasks.Parallel.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k3twv17qn3-y8m4zhesg5.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k3twv17qn3-y8m4zhesg5.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -33608,7 +33608,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -33632,7 +33632,7 @@ }, { "Route": "_framework/System.Threading.Tasks.Parallel.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k3twv17qn3-y8m4zhesg5.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k3twv17qn3-y8m4zhesg5.gz", "Selectors": [], "ResponseHeaders": [ { @@ -33661,7 +33661,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -33677,7 +33677,7 @@ }, { "Route": "_framework/System.Threading.Tasks.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Tasks.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -33702,7 +33702,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -33714,7 +33714,7 @@ }, { "Route": "_framework/System.Threading.Tasks.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mq15jbnpmi-nr23lugli1.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mq15jbnpmi-nr23lugli1.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -33745,7 +33745,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -33769,7 +33769,7 @@ }, { "Route": "_framework/System.Threading.Tasks.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mq15jbnpmi-nr23lugli1.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mq15jbnpmi-nr23lugli1.gz", "Selectors": [], "ResponseHeaders": [ { @@ -33798,7 +33798,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -33814,7 +33814,7 @@ }, { "Route": "_framework/System.Threading.Thread.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Thread.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Thread.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -33839,7 +33839,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -33851,7 +33851,7 @@ }, { "Route": "_framework/System.Threading.Thread.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\li26yqjeam-83w11tdkvv.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\li26yqjeam-83w11tdkvv.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -33882,7 +33882,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -33906,7 +33906,7 @@ }, { "Route": "_framework/System.Threading.Thread.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\li26yqjeam-83w11tdkvv.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\li26yqjeam-83w11tdkvv.gz", "Selectors": [], "ResponseHeaders": [ { @@ -33935,7 +33935,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -33951,7 +33951,7 @@ }, { "Route": "_framework/System.Threading.ThreadPool.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.ThreadPool.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.ThreadPool.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -33976,7 +33976,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -33988,7 +33988,7 @@ }, { "Route": "_framework/System.Threading.ThreadPool.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\62z0o2i9pb-turgxoxt8a.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\62z0o2i9pb-turgxoxt8a.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -34019,7 +34019,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -34043,7 +34043,7 @@ }, { "Route": "_framework/System.Threading.ThreadPool.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\62z0o2i9pb-turgxoxt8a.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\62z0o2i9pb-turgxoxt8a.gz", "Selectors": [], "ResponseHeaders": [ { @@ -34072,7 +34072,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -34088,7 +34088,7 @@ }, { "Route": "_framework/System.Threading.Timer.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Timer.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.Timer.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -34113,7 +34113,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -34125,7 +34125,7 @@ }, { "Route": "_framework/System.Threading.Timer.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\28xa66ni2k-wyvnqt03fv.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\28xa66ni2k-wyvnqt03fv.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -34156,7 +34156,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -34180,7 +34180,7 @@ }, { "Route": "_framework/System.Threading.Timer.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\28xa66ni2k-wyvnqt03fv.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\28xa66ni2k-wyvnqt03fv.gz", "Selectors": [], "ResponseHeaders": [ { @@ -34209,7 +34209,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -34225,7 +34225,7 @@ }, { "Route": "_framework/System.Threading.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Threading.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -34250,7 +34250,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -34262,7 +34262,7 @@ }, { "Route": "_framework/System.Threading.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k7jsgweg71-cf1vupxs9i.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k7jsgweg71-cf1vupxs9i.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -34293,7 +34293,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -34317,7 +34317,7 @@ }, { "Route": "_framework/System.Threading.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k7jsgweg71-cf1vupxs9i.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\k7jsgweg71-cf1vupxs9i.gz", "Selectors": [], "ResponseHeaders": [ { @@ -34346,7 +34346,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -34362,7 +34362,7 @@ }, { "Route": "_framework/System.Transactions.Local.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Transactions.Local.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Transactions.Local.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -34387,7 +34387,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -34399,7 +34399,7 @@ }, { "Route": "_framework/System.Transactions.Local.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4if7lrerku-033xejool8.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4if7lrerku-033xejool8.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -34430,7 +34430,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -34454,7 +34454,7 @@ }, { "Route": "_framework/System.Transactions.Local.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4if7lrerku-033xejool8.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\4if7lrerku-033xejool8.gz", "Selectors": [], "ResponseHeaders": [ { @@ -34483,7 +34483,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -34499,7 +34499,7 @@ }, { "Route": "_framework/System.Transactions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Transactions.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Transactions.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -34524,7 +34524,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -34536,7 +34536,7 @@ }, { "Route": "_framework/System.Transactions.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sdk1at7c6v-yk1d03z5nw.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sdk1at7c6v-yk1d03z5nw.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -34567,7 +34567,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -34591,7 +34591,7 @@ }, { "Route": "_framework/System.Transactions.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sdk1at7c6v-yk1d03z5nw.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\sdk1at7c6v-yk1d03z5nw.gz", "Selectors": [], "ResponseHeaders": [ { @@ -34620,7 +34620,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -34636,7 +34636,7 @@ }, { "Route": "_framework/System.ValueTuple.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ValueTuple.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.ValueTuple.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -34661,7 +34661,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -34673,7 +34673,7 @@ }, { "Route": "_framework/System.ValueTuple.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nrej3ggqhh-ooru0eoira.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nrej3ggqhh-ooru0eoira.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -34704,7 +34704,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -34728,7 +34728,7 @@ }, { "Route": "_framework/System.ValueTuple.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nrej3ggqhh-ooru0eoira.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\nrej3ggqhh-ooru0eoira.gz", "Selectors": [], "ResponseHeaders": [ { @@ -34757,7 +34757,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -34773,7 +34773,7 @@ }, { "Route": "_framework/System.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -34798,7 +34798,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -34810,7 +34810,7 @@ }, { "Route": "_framework/System.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\086u6yzl35-hqi8x6bymk.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\086u6yzl35-hqi8x6bymk.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -34841,7 +34841,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -34865,7 +34865,7 @@ }, { "Route": "_framework/System.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\086u6yzl35-hqi8x6bymk.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\086u6yzl35-hqi8x6bymk.gz", "Selectors": [], "ResponseHeaders": [ { @@ -34894,7 +34894,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -34910,7 +34910,7 @@ }, { "Route": "_framework/System.Web.HttpUtility.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Web.HttpUtility.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Web.HttpUtility.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -34935,7 +34935,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -34947,7 +34947,7 @@ }, { "Route": "_framework/System.Web.HttpUtility.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6ckavr9kyn-9pqt1af9za.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6ckavr9kyn-9pqt1af9za.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -34978,7 +34978,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -35002,7 +35002,7 @@ }, { "Route": "_framework/System.Web.HttpUtility.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6ckavr9kyn-9pqt1af9za.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\6ckavr9kyn-9pqt1af9za.gz", "Selectors": [], "ResponseHeaders": [ { @@ -35031,7 +35031,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -35047,7 +35047,7 @@ }, { "Route": "_framework/System.Web.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Web.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Web.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -35072,7 +35072,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -35084,7 +35084,7 @@ }, { "Route": "_framework/System.Web.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5fh9d1idcu-osnb0kzr6n.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5fh9d1idcu-osnb0kzr6n.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -35115,7 +35115,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -35139,7 +35139,7 @@ }, { "Route": "_framework/System.Web.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5fh9d1idcu-osnb0kzr6n.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5fh9d1idcu-osnb0kzr6n.gz", "Selectors": [], "ResponseHeaders": [ { @@ -35168,7 +35168,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -35184,7 +35184,7 @@ }, { "Route": "_framework/System.Windows.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Windows.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Windows.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -35209,7 +35209,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -35221,7 +35221,7 @@ }, { "Route": "_framework/System.Windows.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5kj1e1duz5-ob6wu8zdxc.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5kj1e1duz5-ob6wu8zdxc.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -35252,7 +35252,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -35276,7 +35276,7 @@ }, { "Route": "_framework/System.Windows.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5kj1e1duz5-ob6wu8zdxc.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\5kj1e1duz5-ob6wu8zdxc.gz", "Selectors": [], "ResponseHeaders": [ { @@ -35305,7 +35305,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -35321,7 +35321,7 @@ }, { "Route": "_framework/System.Xml.Linq.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.Linq.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.Linq.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -35346,7 +35346,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -35358,7 +35358,7 @@ }, { "Route": "_framework/System.Xml.Linq.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kblqw9fpct-v5c0vzhnig.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kblqw9fpct-v5c0vzhnig.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -35389,7 +35389,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -35413,7 +35413,7 @@ }, { "Route": "_framework/System.Xml.Linq.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kblqw9fpct-v5c0vzhnig.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\kblqw9fpct-v5c0vzhnig.gz", "Selectors": [], "ResponseHeaders": [ { @@ -35442,7 +35442,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -35458,7 +35458,7 @@ }, { "Route": "_framework/System.Xml.ReaderWriter.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.ReaderWriter.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.ReaderWriter.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -35483,7 +35483,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -35495,7 +35495,7 @@ }, { "Route": "_framework/System.Xml.ReaderWriter.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rzmowmdt16-md2abzowf3.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rzmowmdt16-md2abzowf3.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -35526,7 +35526,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -35550,7 +35550,7 @@ }, { "Route": "_framework/System.Xml.ReaderWriter.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rzmowmdt16-md2abzowf3.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\rzmowmdt16-md2abzowf3.gz", "Selectors": [], "ResponseHeaders": [ { @@ -35579,7 +35579,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -35595,7 +35595,7 @@ }, { "Route": "_framework/System.Xml.Serialization.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.Serialization.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.Serialization.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -35620,7 +35620,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -35632,7 +35632,7 @@ }, { "Route": "_framework/System.Xml.Serialization.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\h2p06rhgip-8nymyky8vt.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\h2p06rhgip-8nymyky8vt.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -35663,7 +35663,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -35687,7 +35687,7 @@ }, { "Route": "_framework/System.Xml.Serialization.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\h2p06rhgip-8nymyky8vt.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\h2p06rhgip-8nymyky8vt.gz", "Selectors": [], "ResponseHeaders": [ { @@ -35716,7 +35716,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -35732,7 +35732,7 @@ }, { "Route": "_framework/System.Xml.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -35757,7 +35757,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -35769,7 +35769,7 @@ }, { "Route": "_framework/System.Xml.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mxr0e4p5kt-igj5a0xdr6.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mxr0e4p5kt-igj5a0xdr6.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -35800,7 +35800,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -35824,7 +35824,7 @@ }, { "Route": "_framework/System.Xml.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mxr0e4p5kt-igj5a0xdr6.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\mxr0e4p5kt-igj5a0xdr6.gz", "Selectors": [], "ResponseHeaders": [ { @@ -35853,7 +35853,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -35869,7 +35869,7 @@ }, { "Route": "_framework/System.Xml.XDocument.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XDocument.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XDocument.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -35894,7 +35894,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -35906,7 +35906,7 @@ }, { "Route": "_framework/System.Xml.XDocument.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\113hg5hh18-h3yeys7sb7.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\113hg5hh18-h3yeys7sb7.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -35937,7 +35937,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -35961,7 +35961,7 @@ }, { "Route": "_framework/System.Xml.XDocument.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\113hg5hh18-h3yeys7sb7.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\113hg5hh18-h3yeys7sb7.gz", "Selectors": [], "ResponseHeaders": [ { @@ -35990,7 +35990,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -36006,7 +36006,7 @@ }, { "Route": "_framework/System.Xml.XmlDocument.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XmlDocument.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XmlDocument.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -36031,7 +36031,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -36043,7 +36043,7 @@ }, { "Route": "_framework/System.Xml.XmlDocument.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\c95lybnc83-quym58pgua.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\c95lybnc83-quym58pgua.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -36074,7 +36074,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -36098,7 +36098,7 @@ }, { "Route": "_framework/System.Xml.XmlDocument.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\c95lybnc83-quym58pgua.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\c95lybnc83-quym58pgua.gz", "Selectors": [], "ResponseHeaders": [ { @@ -36127,7 +36127,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -36143,7 +36143,7 @@ }, { "Route": "_framework/System.Xml.XmlSerializer.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XmlSerializer.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XmlSerializer.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -36168,7 +36168,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -36180,7 +36180,7 @@ }, { "Route": "_framework/System.Xml.XmlSerializer.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3vnwcuaexo-gqix7qqjto.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3vnwcuaexo-gqix7qqjto.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -36211,7 +36211,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -36235,7 +36235,7 @@ }, { "Route": "_framework/System.Xml.XmlSerializer.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3vnwcuaexo-gqix7qqjto.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\3vnwcuaexo-gqix7qqjto.gz", "Selectors": [], "ResponseHeaders": [ { @@ -36264,7 +36264,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -36280,7 +36280,7 @@ }, { "Route": "_framework/System.Xml.XPath.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XPath.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XPath.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -36305,7 +36305,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -36317,7 +36317,7 @@ }, { "Route": "_framework/System.Xml.XPath.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\04a487v8dk-nizy1jf1r0.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\04a487v8dk-nizy1jf1r0.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -36348,7 +36348,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -36372,7 +36372,7 @@ }, { "Route": "_framework/System.Xml.XPath.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\04a487v8dk-nizy1jf1r0.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\04a487v8dk-nizy1jf1r0.gz", "Selectors": [], "ResponseHeaders": [ { @@ -36401,7 +36401,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -36417,7 +36417,7 @@ }, { "Route": "_framework/System.Xml.XPath.XDocument.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XPath.XDocument.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\System.Xml.XPath.XDocument.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -36442,7 +36442,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -36454,7 +36454,7 @@ }, { "Route": "_framework/System.Xml.XPath.XDocument.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bhjajimbgl-xdmaord4ni.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bhjajimbgl-xdmaord4ni.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -36485,7 +36485,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -36509,7 +36509,7 @@ }, { "Route": "_framework/System.Xml.XPath.XDocument.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bhjajimbgl-xdmaord4ni.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\bhjajimbgl-xdmaord4ni.gz", "Selectors": [], "ResponseHeaders": [ { @@ -36538,7 +36538,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -36554,7 +36554,7 @@ }, { "Route": "_framework/Website.Client.pdb", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Website.Client.pdb", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Website.Client.pdb", "Selectors": [], "ResponseHeaders": [ { @@ -36567,7 +36567,7 @@ }, { "Name": "Content-Length", - "Value": "13744" + "Value": "13708" }, { "Name": "Content-Type", @@ -36575,28 +36575,28 @@ }, { "Name": "ETag", - "Value": "\"y90LQ1XOjd1YuFrTuyoh7VP2K62Z9WiA9VnwHTsxbUA=\"" + "Value": "\"kN5prTHUq5BdesgOuR7HHU5YivSfWgWJrmk1qh5px+Y=\"" }, { "Name": "Last-Modified", - "Value": "Mon, 06 Jan 2025 20:17:43 GMT" + "Value": "Sun, 12 Jan 2025 08:25:55 GMT" } ], "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-y90LQ1XOjd1YuFrTuyoh7VP2K62Z9WiA9VnwHTsxbUA=" + "Value": "sha256-kN5prTHUq5BdesgOuR7HHU5YivSfWgWJrmk1qh5px+Y=" } ] }, { "Route": "_framework/Website.Client.pdb", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\306m1unmgj-j2j1jdk9ss.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\306m1unmgj-ww338guy0i.gz", "Selectors": [ { "Name": "Content-Encoding", "Value": "gzip", - "Quality": "0.000122729504" + "Quality": "0.000122369065" } ], "ResponseHeaders": [ @@ -36614,15 +36614,15 @@ }, { "Name": "Content-Length", - "Value": "8147" + "Value": "8171" }, { "Name": "ETag", - "Value": "\"NuyN9d1WdTIIDg0+5iPfqIm/DQTC//5fjhArq6ERPew=\"" + "Value": "\"0Ts+i6BxwQg5VigAn66kr/Aa5aB0Dgm6ouWKdb0CjL8=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Vary", @@ -36634,19 +36634,19 @@ }, { "Name": "ETag", - "Value": "W/\"y90LQ1XOjd1YuFrTuyoh7VP2K62Z9WiA9VnwHTsxbUA=\"" + "Value": "W/\"kN5prTHUq5BdesgOuR7HHU5YivSfWgWJrmk1qh5px+Y=\"" } ], "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-y90LQ1XOjd1YuFrTuyoh7VP2K62Z9WiA9VnwHTsxbUA=" + "Value": "sha256-kN5prTHUq5BdesgOuR7HHU5YivSfWgWJrmk1qh5px+Y=" } ] }, { "Route": "_framework/Website.Client.pdb.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\306m1unmgj-j2j1jdk9ss.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\306m1unmgj-ww338guy0i.gz", "Selectors": [], "ResponseHeaders": [ { @@ -36663,7 +36663,7 @@ }, { "Name": "Content-Length", - "Value": "8147" + "Value": "8171" }, { "Name": "Content-Type", @@ -36671,11 +36671,11 @@ }, { "Name": "ETag", - "Value": "\"NuyN9d1WdTIIDg0+5iPfqIm/DQTC//5fjhArq6ERPew=\"" + "Value": "\"0Ts+i6BxwQg5VigAn66kr/Aa5aB0Dgm6ouWKdb0CjL8=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Vary", @@ -36685,13 +36685,13 @@ "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-NuyN9d1WdTIIDg0+5iPfqIm/DQTC//5fjhArq6ERPew=" + "Value": "sha256-0Ts+i6BxwQg5VigAn66kr/Aa5aB0Dgm6ouWKdb0CjL8=" } ] }, { "Route": "_framework/Website.Client.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Website.Client.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\Website.Client.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -36712,28 +36712,28 @@ }, { "Name": "ETag", - "Value": "\"HyZwsW4UVFnIClpKUxnFEsCE8theJnFkFvXLIOazz8o=\"" + "Value": "\"qreRmD3AaRcxH89/sDwu0cieOk5oKuyAE0Iw0Kgl3AI=\"" }, { "Name": "Last-Modified", - "Value": "Mon, 06 Jan 2025 20:17:43 GMT" + "Value": "Sun, 12 Jan 2025 08:25:56 GMT" } ], "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-HyZwsW4UVFnIClpKUxnFEsCE8theJnFkFvXLIOazz8o=" + "Value": "sha256-qreRmD3AaRcxH89/sDwu0cieOk5oKuyAE0Iw0Kgl3AI=" } ] }, { "Route": "_framework/Website.Client.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\06xhlk2478-10qtdtf8da.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\06xhlk2478-uje4l4996j.gz", "Selectors": [ { "Name": "Content-Encoding", "Value": "gzip", - "Quality": "0.000312891114" + "Quality": "0.000313676286" } ], "ResponseHeaders": [ @@ -36751,15 +36751,15 @@ }, { "Name": "Content-Length", - "Value": "3195" + "Value": "3187" }, { "Name": "ETag", - "Value": "\"qzvjo5dVy/KTbkkiyrJE2zXpCTtvtGBXSABVUQqJu0A=\"" + "Value": "\"XvnIhUNaHqwdDBvM02D2m6kdaTon90GpEMDnZPA6iig=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Vary", @@ -36771,19 +36771,19 @@ }, { "Name": "ETag", - "Value": "W/\"HyZwsW4UVFnIClpKUxnFEsCE8theJnFkFvXLIOazz8o=\"" + "Value": "W/\"qreRmD3AaRcxH89/sDwu0cieOk5oKuyAE0Iw0Kgl3AI=\"" } ], "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-HyZwsW4UVFnIClpKUxnFEsCE8theJnFkFvXLIOazz8o=" + "Value": "sha256-qreRmD3AaRcxH89/sDwu0cieOk5oKuyAE0Iw0Kgl3AI=" } ] }, { "Route": "_framework/Website.Client.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\06xhlk2478-10qtdtf8da.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\06xhlk2478-uje4l4996j.gz", "Selectors": [], "ResponseHeaders": [ { @@ -36800,7 +36800,7 @@ }, { "Name": "Content-Length", - "Value": "3195" + "Value": "3187" }, { "Name": "Content-Type", @@ -36808,11 +36808,11 @@ }, { "Name": "ETag", - "Value": "\"qzvjo5dVy/KTbkkiyrJE2zXpCTtvtGBXSABVUQqJu0A=\"" + "Value": "\"XvnIhUNaHqwdDBvM02D2m6kdaTon90GpEMDnZPA6iig=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 05 Jan 2025 18:45:03 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Vary", @@ -36822,13 +36822,13 @@ "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-qzvjo5dVy/KTbkkiyrJE2zXpCTtvtGBXSABVUQqJu0A=" + "Value": "sha256-XvnIhUNaHqwdDBvM02D2m6kdaTon90GpEMDnZPA6iig=" } ] }, { "Route": "_framework/WindowsBase.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\WindowsBase.wasm", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\_framework\\WindowsBase.wasm", "Selectors": [], "ResponseHeaders": [ { @@ -36853,7 +36853,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" } ], "EndpointProperties": [ @@ -36865,7 +36865,7 @@ }, { "Route": "_framework/WindowsBase.wasm", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gskpo8ls9g-ide822gizw.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gskpo8ls9g-ide822gizw.gz", "Selectors": [ { "Name": "Content-Encoding", @@ -36896,7 +36896,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -36920,7 +36920,7 @@ }, { "Route": "_framework/WindowsBase.wasm.gz", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gskpo8ls9g-ide822gizw.gz", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\gskpo8ls9g-ide822gizw.gz", "Selectors": [], "ResponseHeaders": [ { @@ -36949,7 +36949,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:49 GMT" }, { "Name": "Vary", @@ -36965,7 +36965,7 @@ }, { "Route": "app.css", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\app.css", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\app.css", "Selectors": [], "ResponseHeaders": [ { @@ -36986,7 +36986,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:55 GMT" }, { "Name": "Cache-Control", @@ -37002,7 +37002,7 @@ }, { "Route": "app.da95v2qkru.css", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\app.css", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\app.css", "Selectors": [], "ResponseHeaders": [ { @@ -37023,7 +37023,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:55 GMT" }, { "Name": "Cache-Control", @@ -37047,7 +37047,7 @@ }, { "Route": "appsettings.Development.json", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\wwwroot\\appsettings.Development.json", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\wwwroot\\appsettings.Development.json", "Selectors": [], "ResponseHeaders": [ { @@ -37072,7 +37072,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:55 GMT" } ], "EndpointProperties": [ @@ -37084,7 +37084,7 @@ }, { "Route": "appsettings.Development.tswichycbp.json", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\wwwroot\\appsettings.Development.json", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\wwwroot\\appsettings.Development.json", "Selectors": [], "ResponseHeaders": [ { @@ -37109,7 +37109,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:55 GMT" } ], "EndpointProperties": [ @@ -37129,7 +37129,7 @@ }, { "Route": "appsettings.json", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\wwwroot\\appsettings.json", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\wwwroot\\appsettings.json", "Selectors": [], "ResponseHeaders": [ { @@ -37154,7 +37154,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:55 GMT" } ], "EndpointProperties": [ @@ -37166,7 +37166,7 @@ }, { "Route": "appsettings.tswichycbp.json", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\wwwroot\\appsettings.json", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\wwwroot\\appsettings.json", "Selectors": [], "ResponseHeaders": [ { @@ -37191,7 +37191,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:55 GMT" } ], "EndpointProperties": [ @@ -37210,8 +37210,8 @@ ] }, { - "Route": "bootstrap/bootstrap.min.6gzpyzhau4.css", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\bootstrap\\bootstrap.min.css", + "Route": "bootstrap/bootstrap.min.bpk8xqwxhs.css", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\bootstrap\\bootstrap.min.css", "Selectors": [], "ResponseHeaders": [ { @@ -37220,7 +37220,7 @@ }, { "Name": "Content-Length", - "Value": "162726" + "Value": "162720" }, { "Name": "Content-Type", @@ -37228,11 +37228,11 @@ }, { "Name": "ETag", - "Value": "\"SiIVMGgRhdXjKSTIddX7mh9IbOXVcwQWc7/p4nS6D/0=\"" + "Value": "\"z8OR40MowJ8GgK6P89Y+hiJK5+cclzFHzLhFQLL92bg=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:56 GMT" }, { "Name": "Cache-Control", @@ -37242,7 +37242,7 @@ "EndpointProperties": [ { "Name": "fingerprint", - "Value": "6gzpyzhau4" + "Value": "bpk8xqwxhs" }, { "Name": "label", @@ -37250,13 +37250,13 @@ }, { "Name": "integrity", - "Value": "sha256-SiIVMGgRhdXjKSTIddX7mh9IbOXVcwQWc7/p4nS6D/0=" + "Value": "sha256-z8OR40MowJ8GgK6P89Y+hiJK5+cclzFHzLhFQLL92bg=" } ] }, { "Route": "bootstrap/bootstrap.min.css", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\bootstrap\\bootstrap.min.css", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\bootstrap\\bootstrap.min.css", "Selectors": [], "ResponseHeaders": [ { @@ -37265,7 +37265,7 @@ }, { "Name": "Content-Length", - "Value": "162726" + "Value": "162720" }, { "Name": "Content-Type", @@ -37273,11 +37273,11 @@ }, { "Name": "ETag", - "Value": "\"SiIVMGgRhdXjKSTIddX7mh9IbOXVcwQWc7/p4nS6D/0=\"" + "Value": "\"z8OR40MowJ8GgK6P89Y+hiJK5+cclzFHzLhFQLL92bg=\"" }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:56 GMT" }, { "Name": "Cache-Control", @@ -37287,13 +37287,13 @@ "EndpointProperties": [ { "Name": "integrity", - "Value": "sha256-SiIVMGgRhdXjKSTIddX7mh9IbOXVcwQWc7/p4nS6D/0=" + "Value": "sha256-z8OR40MowJ8GgK6P89Y+hiJK5+cclzFHzLhFQLL92bg=" } ] }, { "Route": "bootstrap/bootstrap.min.css.8inm30yfxf.map", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\bootstrap\\bootstrap.min.css.map", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\bootstrap\\bootstrap.min.css.map", "Selectors": [], "ResponseHeaders": [ { @@ -37314,7 +37314,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:56 GMT" }, { "Name": "Cache-Control", @@ -37338,7 +37338,7 @@ }, { "Route": "bootstrap/bootstrap.min.css.map", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\bootstrap\\bootstrap.min.css.map", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\bootstrap\\bootstrap.min.css.map", "Selectors": [], "ResponseHeaders": [ { @@ -37359,7 +37359,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:56 GMT" }, { "Name": "Cache-Control", @@ -37375,7 +37375,7 @@ }, { "Route": "data/Alcohols.27xmk3f9yz.json", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Alcohols.json", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Alcohols.json", "Selectors": [], "ResponseHeaders": [ { @@ -37396,7 +37396,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 20:13:18 GMT" + "Value": "Thu, 02 Jan 2025 10:05:19 GMT" }, { "Name": "Cache-Control", @@ -37420,7 +37420,7 @@ }, { "Route": "data/Alcohols.json", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Alcohols.json", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Alcohols.json", "Selectors": [], "ResponseHeaders": [ { @@ -37441,7 +37441,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 20:13:18 GMT" + "Value": "Thu, 02 Jan 2025 10:05:19 GMT" }, { "Name": "Cache-Control", @@ -37456,8 +37456,8 @@ ] }, { - "Route": "data/Drinks.hh1uwoj8km.json", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Drinks.json", + "Route": "data/Drinks.json", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Drinks.json", "Selectors": [], "ResponseHeaders": [ { @@ -37466,7 +37466,7 @@ }, { "Name": "Content-Length", - "Value": "1115" + "Value": "1396" }, { "Name": "Content-Type", @@ -37474,35 +37474,27 @@ }, { "Name": "ETag", - "Value": "\"BRP1Eq+lLuJX0DMpbOkCGfXBbp5dmfliNFm2onTFtXQ=\"" + "Value": "\"S+TwWNO40FY8Ct3G0vy78I/zMwMtvKTvCVyCDrxjJeM=\"" }, { "Name": "Last-Modified", - "Value": "Mon, 06 Jan 2025 20:28:31 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" + "Value": "no-cache" } ], "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hh1uwoj8km" - }, - { - "Name": "label", - "Value": "data/Drinks.json" - }, { "Name": "integrity", - "Value": "sha256-BRP1Eq+lLuJX0DMpbOkCGfXBbp5dmfliNFm2onTFtXQ=" + "Value": "sha256-S+TwWNO40FY8Ct3G0vy78I/zMwMtvKTvCVyCDrxjJeM=" } ] }, { - "Route": "data/Drinks.json", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Drinks.json", + "Route": "data/Drinks.r0fx6twfvd.json", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Drinks.json", "Selectors": [], "ResponseHeaders": [ { @@ -37511,7 +37503,7 @@ }, { "Name": "Content-Length", - "Value": "1115" + "Value": "1396" }, { "Name": "Content-Type", @@ -37519,27 +37511,35 @@ }, { "Name": "ETag", - "Value": "\"BRP1Eq+lLuJX0DMpbOkCGfXBbp5dmfliNFm2onTFtXQ=\"" + "Value": "\"S+TwWNO40FY8Ct3G0vy78I/zMwMtvKTvCVyCDrxjJeM=\"" }, { "Name": "Last-Modified", - "Value": "Mon, 06 Jan 2025 20:28:31 GMT" + "Value": "Sun, 12 Jan 2025 08:24:42 GMT" }, { "Name": "Cache-Control", - "Value": "no-cache" + "Value": "max-age=31536000, immutable" } ], "EndpointProperties": [ + { + "Name": "fingerprint", + "Value": "r0fx6twfvd" + }, + { + "Name": "label", + "Value": "data/Drinks.json" + }, { "Name": "integrity", - "Value": "sha256-BRP1Eq+lLuJX0DMpbOkCGfXBbp5dmfliNFm2onTFtXQ=" + "Value": "sha256-S+TwWNO40FY8Ct3G0vy78I/zMwMtvKTvCVyCDrxjJeM=" } ] }, { "Route": "data/Liquids.json", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Liquids.json", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Liquids.json", "Selectors": [], "ResponseHeaders": [ { @@ -37560,7 +37560,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 20:12:36 GMT" + "Value": "Thu, 02 Jan 2025 10:05:19 GMT" }, { "Name": "Cache-Control", @@ -37576,7 +37576,7 @@ }, { "Route": "data/Liquids.kx7i8aslsd.json", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Liquids.json", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Liquids.json", "Selectors": [], "ResponseHeaders": [ { @@ -37597,7 +37597,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 20:12:36 GMT" + "Value": "Thu, 02 Jan 2025 10:05:19 GMT" }, { "Name": "Cache-Control", @@ -37621,7 +37621,7 @@ }, { "Route": "favicon.ifv42okdf2.png", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\favicon.png", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\favicon.png", "Selectors": [], "ResponseHeaders": [ { @@ -37642,7 +37642,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:55 GMT" }, { "Name": "Cache-Control", @@ -37666,7 +37666,7 @@ }, { "Route": "favicon.png", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\favicon.png", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\favicon.png", "Selectors": [], "ResponseHeaders": [ { @@ -37687,7 +37687,7 @@ }, { "Name": "Last-Modified", - "Value": "Sun, 15 Dec 2024 20:19:11 GMT" + "Value": "Thu, 05 Dec 2024 12:20:55 GMT" }, { "Name": "Cache-Control", @@ -37703,7 +37703,7 @@ }, { "Route": "Website.bundle.scp.css", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\obj\\Debug\\net8.0\\scopedcss\\projectbundle\\Website.bundle.scp.css", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\obj\\Debug\\net8.0\\scopedcss\\projectbundle\\Website.bundle.scp.css", "Selectors": [], "ResponseHeaders": [ { @@ -37724,7 +37724,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:57 GMT" }, { "Name": "Cache-Control", @@ -37740,7 +37740,7 @@ }, { "Route": "Website.ny7zzouvch.bundle.scp.css", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\obj\\Debug\\net8.0\\scopedcss\\projectbundle\\Website.bundle.scp.css", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\obj\\Debug\\net8.0\\scopedcss\\projectbundle\\Website.bundle.scp.css", "Selectors": [], "ResponseHeaders": [ { @@ -37761,7 +37761,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:57 GMT" }, { "Name": "Cache-Control", @@ -37785,7 +37785,7 @@ }, { "Route": "Website.ny7zzouvch.styles.css", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\obj\\Debug\\net8.0\\scopedcss\\bundle\\Website.styles.css", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\obj\\Debug\\net8.0\\scopedcss\\bundle\\Website.styles.css", "Selectors": [], "ResponseHeaders": [ { @@ -37806,7 +37806,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:57 GMT" }, { "Name": "Cache-Control", @@ -37830,7 +37830,7 @@ }, { "Route": "Website.styles.css", - "AssetFile": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\obj\\Debug\\net8.0\\scopedcss\\bundle\\Website.styles.css", + "AssetFile": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\obj\\Debug\\net8.0\\scopedcss\\bundle\\Website.styles.css", "Selectors": [], "ResponseHeaders": [ { @@ -37851,7 +37851,7 @@ }, { "Name": "Last-Modified", - "Value": "Thu, 26 Dec 2024 19:55:50 GMT" + "Value": "Thu, 26 Dec 2024 11:46:57 GMT" }, { "Name": "Cache-Control", diff --git a/Website/Website/obj/Debug/net8.0/staticwebassets.development.json b/Website/Website/obj/Debug/net8.0/staticwebassets.development.json index e2ea8a5..42462c8 100644 --- a/Website/Website/obj/Debug/net8.0/staticwebassets.development.json +++ b/Website/Website/obj/Debug/net8.0/staticwebassets.development.json @@ -1 +1 @@ -{"ContentRoots":["C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\","C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\","C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\","C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\wwwroot\\","C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\obj\\Debug\\net8.0\\scopedcss\\bundle\\"],"Root":{"Children":{"app.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"app.css"},"Patterns":null},"bootstrap":{"Children":{"bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"bootstrap/bootstrap.min.css"},"Patterns":null},"bootstrap.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"bootstrap/bootstrap.min.css.map"},"Patterns":null}},"Asset":null,"Patterns":null},"data":{"Children":{"Alcohols.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"data/Alcohols.json"},"Patterns":null},"Drinks.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"data/Drinks.json"},"Patterns":null},"Liquids.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"data/Liquids.json"},"Patterns":null}},"Asset":null,"Patterns":null},"favicon.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"favicon.png"},"Patterns":null},"_framework":{"Children":{"blazor.boot.json":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/blazor.boot.json"},"Patterns":null},"blazor.webassembly.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/blazor.webassembly.js"},"Patterns":null},"dotnet.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.js"},"Patterns":null},"dotnet.js.map":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.js.map"},"Patterns":null},"dotnet.native.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.native.js"},"Patterns":null},"dotnet.native.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.native.wasm"},"Patterns":null},"dotnet.runtime.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.runtime.js"},"Patterns":null},"dotnet.runtime.js.map":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.runtime.js.map"},"Patterns":null},"emcc-props.json":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/emcc-props.json"},"Patterns":null},"icudt_CJK.dat":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_CJK.dat"},"Patterns":null},"icudt_EFIGS.dat":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_EFIGS.dat"},"Patterns":null},"icudt_no_CJK.dat":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_no_CJK.dat"},"Patterns":null},"Microsoft.AspNetCore.Authorization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Authorization.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.Forms.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.Forms.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.Web.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.WebAssembly.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm"},"Patterns":null},"Microsoft.AspNetCore.Metadata.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Metadata.wasm"},"Patterns":null},"Microsoft.CSharp.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.CSharp.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.Binder.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Binder.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.FileExtensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.FileExtensions.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Json.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.wasm"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.DependencyInjection.wasm"},"Patterns":null},"Microsoft.Extensions.FileProviders.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileProviders.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.FileProviders.Physical.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileProviders.Physical.wasm"},"Patterns":null},"Microsoft.Extensions.FileSystemGlobbing.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileSystemGlobbing.wasm"},"Patterns":null},"Microsoft.Extensions.Logging.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Logging.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.Logging.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Logging.wasm"},"Patterns":null},"Microsoft.Extensions.Options.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Options.wasm"},"Patterns":null},"Microsoft.Extensions.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Primitives.wasm"},"Patterns":null},"Microsoft.JSInterop.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.JSInterop.wasm"},"Patterns":null},"Microsoft.JSInterop.WebAssembly.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.JSInterop.WebAssembly.wasm"},"Patterns":null},"Microsoft.VisualBasic.Core.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.VisualBasic.Core.wasm"},"Patterns":null},"Microsoft.VisualBasic.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.VisualBasic.wasm"},"Patterns":null},"Microsoft.Win32.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Win32.Primitives.wasm"},"Patterns":null},"Microsoft.Win32.Registry.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Win32.Registry.wasm"},"Patterns":null},"mscorlib.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/mscorlib.wasm"},"Patterns":null},"netstandard.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/netstandard.wasm"},"Patterns":null},"System.AppContext.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.AppContext.wasm"},"Patterns":null},"System.Buffers.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Buffers.wasm"},"Patterns":null},"System.Collections.Concurrent.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Concurrent.wasm"},"Patterns":null},"System.Collections.Immutable.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Immutable.wasm"},"Patterns":null},"System.Collections.NonGeneric.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.NonGeneric.wasm"},"Patterns":null},"System.Collections.Specialized.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Specialized.wasm"},"Patterns":null},"System.Collections.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.wasm"},"Patterns":null},"System.ComponentModel.Annotations.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.Annotations.wasm"},"Patterns":null},"System.ComponentModel.DataAnnotations.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.DataAnnotations.wasm"},"Patterns":null},"System.ComponentModel.EventBasedAsync.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.EventBasedAsync.wasm"},"Patterns":null},"System.ComponentModel.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.Primitives.wasm"},"Patterns":null},"System.ComponentModel.TypeConverter.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.TypeConverter.wasm"},"Patterns":null},"System.ComponentModel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.wasm"},"Patterns":null},"System.Configuration.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Configuration.wasm"},"Patterns":null},"System.Console.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Console.wasm"},"Patterns":null},"System.Core.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Core.wasm"},"Patterns":null},"System.Data.Common.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.Common.wasm"},"Patterns":null},"System.Data.DataSetExtensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.DataSetExtensions.wasm"},"Patterns":null},"System.Data.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.wasm"},"Patterns":null},"System.Diagnostics.Contracts.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Contracts.wasm"},"Patterns":null},"System.Diagnostics.Debug.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Debug.wasm"},"Patterns":null},"System.Diagnostics.DiagnosticSource.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.DiagnosticSource.wasm"},"Patterns":null},"System.Diagnostics.FileVersionInfo.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.FileVersionInfo.wasm"},"Patterns":null},"System.Diagnostics.Process.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Process.wasm"},"Patterns":null},"System.Diagnostics.StackTrace.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.StackTrace.wasm"},"Patterns":null},"System.Diagnostics.TextWriterTraceListener.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.TextWriterTraceListener.wasm"},"Patterns":null},"System.Diagnostics.Tools.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Tools.wasm"},"Patterns":null},"System.Diagnostics.TraceSource.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.TraceSource.wasm"},"Patterns":null},"System.Diagnostics.Tracing.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Tracing.wasm"},"Patterns":null},"System.Drawing.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Drawing.Primitives.wasm"},"Patterns":null},"System.Drawing.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Drawing.wasm"},"Patterns":null},"System.Dynamic.Runtime.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Dynamic.Runtime.wasm"},"Patterns":null},"System.Formats.Asn1.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Formats.Asn1.wasm"},"Patterns":null},"System.Formats.Tar.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Formats.Tar.wasm"},"Patterns":null},"System.Globalization.Calendars.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.Calendars.wasm"},"Patterns":null},"System.Globalization.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.Extensions.wasm"},"Patterns":null},"System.Globalization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.wasm"},"Patterns":null},"System.IO.Compression.Brotli.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.Brotli.wasm"},"Patterns":null},"System.IO.Compression.FileSystem.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.FileSystem.wasm"},"Patterns":null},"System.IO.Compression.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.wasm"},"Patterns":null},"System.IO.Compression.ZipFile.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.ZipFile.wasm"},"Patterns":null},"System.IO.FileSystem.AccessControl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.AccessControl.wasm"},"Patterns":null},"System.IO.FileSystem.DriveInfo.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.DriveInfo.wasm"},"Patterns":null},"System.IO.FileSystem.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.Primitives.wasm"},"Patterns":null},"System.IO.FileSystem.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.wasm"},"Patterns":null},"System.IO.FileSystem.Watcher.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.Watcher.wasm"},"Patterns":null},"System.IO.IsolatedStorage.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.IsolatedStorage.wasm"},"Patterns":null},"System.IO.MemoryMappedFiles.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.MemoryMappedFiles.wasm"},"Patterns":null},"System.IO.Pipelines.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipelines.wasm"},"Patterns":null},"System.IO.Pipes.AccessControl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipes.AccessControl.wasm"},"Patterns":null},"System.IO.Pipes.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipes.wasm"},"Patterns":null},"System.IO.UnmanagedMemoryStream.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.UnmanagedMemoryStream.wasm"},"Patterns":null},"System.IO.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.wasm"},"Patterns":null},"System.Linq.Expressions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Expressions.wasm"},"Patterns":null},"System.Linq.Parallel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Parallel.wasm"},"Patterns":null},"System.Linq.Queryable.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Queryable.wasm"},"Patterns":null},"System.Linq.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.wasm"},"Patterns":null},"System.Memory.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Memory.wasm"},"Patterns":null},"System.Net.Http.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Http.Json.wasm"},"Patterns":null},"System.Net.Http.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Http.wasm"},"Patterns":null},"System.Net.HttpListener.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.HttpListener.wasm"},"Patterns":null},"System.Net.Mail.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Mail.wasm"},"Patterns":null},"System.Net.NameResolution.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.NameResolution.wasm"},"Patterns":null},"System.Net.NetworkInformation.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.NetworkInformation.wasm"},"Patterns":null},"System.Net.Ping.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Ping.wasm"},"Patterns":null},"System.Net.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Primitives.wasm"},"Patterns":null},"System.Net.Quic.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Quic.wasm"},"Patterns":null},"System.Net.Requests.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Requests.wasm"},"Patterns":null},"System.Net.Security.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Security.wasm"},"Patterns":null},"System.Net.ServicePoint.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.ServicePoint.wasm"},"Patterns":null},"System.Net.Sockets.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Sockets.wasm"},"Patterns":null},"System.Net.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.wasm"},"Patterns":null},"System.Net.WebClient.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebClient.wasm"},"Patterns":null},"System.Net.WebHeaderCollection.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebHeaderCollection.wasm"},"Patterns":null},"System.Net.WebProxy.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebProxy.wasm"},"Patterns":null},"System.Net.WebSockets.Client.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebSockets.Client.wasm"},"Patterns":null},"System.Net.WebSockets.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebSockets.wasm"},"Patterns":null},"System.Numerics.Vectors.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Numerics.Vectors.wasm"},"Patterns":null},"System.Numerics.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Numerics.wasm"},"Patterns":null},"System.ObjectModel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ObjectModel.wasm"},"Patterns":null},"System.Private.CoreLib.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.CoreLib.wasm"},"Patterns":null},"System.Private.DataContractSerialization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.DataContractSerialization.wasm"},"Patterns":null},"System.Private.Uri.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Uri.wasm"},"Patterns":null},"System.Private.Xml.Linq.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Xml.Linq.wasm"},"Patterns":null},"System.Private.Xml.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Xml.wasm"},"Patterns":null},"System.Reflection.DispatchProxy.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.DispatchProxy.wasm"},"Patterns":null},"System.Reflection.Emit.ILGeneration.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.ILGeneration.wasm"},"Patterns":null},"System.Reflection.Emit.Lightweight.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.Lightweight.wasm"},"Patterns":null},"System.Reflection.Emit.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.wasm"},"Patterns":null},"System.Reflection.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Extensions.wasm"},"Patterns":null},"System.Reflection.Metadata.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Metadata.wasm"},"Patterns":null},"System.Reflection.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Primitives.wasm"},"Patterns":null},"System.Reflection.TypeExtensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.TypeExtensions.wasm"},"Patterns":null},"System.Reflection.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.wasm"},"Patterns":null},"System.Resources.Reader.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.Reader.wasm"},"Patterns":null},"System.Resources.ResourceManager.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.ResourceManager.wasm"},"Patterns":null},"System.Resources.Writer.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.Writer.wasm"},"Patterns":null},"System.Runtime.CompilerServices.Unsafe.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.CompilerServices.Unsafe.wasm"},"Patterns":null},"System.Runtime.CompilerServices.VisualC.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.CompilerServices.VisualC.wasm"},"Patterns":null},"System.Runtime.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Extensions.wasm"},"Patterns":null},"System.Runtime.Handles.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Handles.wasm"},"Patterns":null},"System.Runtime.InteropServices.JavaScript.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.JavaScript.wasm"},"Patterns":null},"System.Runtime.InteropServices.RuntimeInformation.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.RuntimeInformation.wasm"},"Patterns":null},"System.Runtime.InteropServices.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.wasm"},"Patterns":null},"System.Runtime.Intrinsics.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Intrinsics.wasm"},"Patterns":null},"System.Runtime.Loader.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Loader.wasm"},"Patterns":null},"System.Runtime.Numerics.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Numerics.wasm"},"Patterns":null},"System.Runtime.Serialization.Formatters.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Formatters.wasm"},"Patterns":null},"System.Runtime.Serialization.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Json.wasm"},"Patterns":null},"System.Runtime.Serialization.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Primitives.wasm"},"Patterns":null},"System.Runtime.Serialization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.wasm"},"Patterns":null},"System.Runtime.Serialization.Xml.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Xml.wasm"},"Patterns":null},"System.Runtime.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.wasm"},"Patterns":null},"System.Security.AccessControl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.AccessControl.wasm"},"Patterns":null},"System.Security.Claims.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Claims.wasm"},"Patterns":null},"System.Security.Cryptography.Algorithms.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Algorithms.wasm"},"Patterns":null},"System.Security.Cryptography.Cng.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Cng.wasm"},"Patterns":null},"System.Security.Cryptography.Csp.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Csp.wasm"},"Patterns":null},"System.Security.Cryptography.Encoding.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Encoding.wasm"},"Patterns":null},"System.Security.Cryptography.OpenSsl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.OpenSsl.wasm"},"Patterns":null},"System.Security.Cryptography.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Primitives.wasm"},"Patterns":null},"System.Security.Cryptography.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.wasm"},"Patterns":null},"System.Security.Cryptography.X509Certificates.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.X509Certificates.wasm"},"Patterns":null},"System.Security.Principal.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Principal.wasm"},"Patterns":null},"System.Security.Principal.Windows.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Principal.Windows.wasm"},"Patterns":null},"System.Security.SecureString.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.SecureString.wasm"},"Patterns":null},"System.Security.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.wasm"},"Patterns":null},"System.ServiceModel.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ServiceModel.Web.wasm"},"Patterns":null},"System.ServiceProcess.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ServiceProcess.wasm"},"Patterns":null},"System.Text.Encoding.CodePages.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.CodePages.wasm"},"Patterns":null},"System.Text.Encoding.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.Extensions.wasm"},"Patterns":null},"System.Text.Encoding.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.wasm"},"Patterns":null},"System.Text.Encodings.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encodings.Web.wasm"},"Patterns":null},"System.Text.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Json.wasm"},"Patterns":null},"System.Text.RegularExpressions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.RegularExpressions.wasm"},"Patterns":null},"System.Threading.Channels.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Channels.wasm"},"Patterns":null},"System.Threading.Overlapped.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Overlapped.wasm"},"Patterns":null},"System.Threading.Tasks.Dataflow.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Dataflow.wasm"},"Patterns":null},"System.Threading.Tasks.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Extensions.wasm"},"Patterns":null},"System.Threading.Tasks.Parallel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Parallel.wasm"},"Patterns":null},"System.Threading.Tasks.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.wasm"},"Patterns":null},"System.Threading.Thread.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Thread.wasm"},"Patterns":null},"System.Threading.ThreadPool.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.ThreadPool.wasm"},"Patterns":null},"System.Threading.Timer.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Timer.wasm"},"Patterns":null},"System.Threading.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.wasm"},"Patterns":null},"System.Transactions.Local.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Transactions.Local.wasm"},"Patterns":null},"System.Transactions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Transactions.wasm"},"Patterns":null},"System.ValueTuple.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ValueTuple.wasm"},"Patterns":null},"System.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.wasm"},"Patterns":null},"System.Web.HttpUtility.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Web.HttpUtility.wasm"},"Patterns":null},"System.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Web.wasm"},"Patterns":null},"System.Windows.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Windows.wasm"},"Patterns":null},"System.Xml.Linq.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.Linq.wasm"},"Patterns":null},"System.Xml.ReaderWriter.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.ReaderWriter.wasm"},"Patterns":null},"System.Xml.Serialization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.Serialization.wasm"},"Patterns":null},"System.Xml.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.wasm"},"Patterns":null},"System.Xml.XDocument.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XDocument.wasm"},"Patterns":null},"System.Xml.XmlDocument.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XmlDocument.wasm"},"Patterns":null},"System.Xml.XmlSerializer.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XmlSerializer.wasm"},"Patterns":null},"System.Xml.XPath.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XPath.wasm"},"Patterns":null},"System.Xml.XPath.XDocument.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XPath.XDocument.wasm"},"Patterns":null},"Website.Client.pdb":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Website.Client.pdb"},"Patterns":null},"Website.Client.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Website.Client.wasm"},"Patterns":null},"WindowsBase.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/WindowsBase.wasm"},"Patterns":null},"System.Xml.XPath.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"04a487v8dk-nizy1jf1r0.gz"},"Patterns":null},"Website.Client.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"06xhlk2478-10qtdtf8da.gz"},"Patterns":null},"System.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"086u6yzl35-hqi8x6bymk.gz"},"Patterns":null},"System.IO.Pipelines.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"0bp2h8ufhq-iudrcw56e1.gz"},"Patterns":null},"System.IO.FileSystem.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"0irw3zla49-kqtqolm4wa.gz"},"Patterns":null},"System.IO.Compression.Brotli.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"0knkqd933w-sv4ivqpdih.gz"},"Patterns":null},"emcc-props.json.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"0qg8z4cu2n-oyz0vx2fzb.gz"},"Patterns":null},"System.Xml.XDocument.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"113hg5hh18-h3yeys7sb7.gz"},"Patterns":null},"System.Globalization.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"15dfqkray5-yxrd07gwvl.gz"},"Patterns":null},"System.Reflection.Emit.Lightweight.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"16gkmd3qyn-u3evpglqtv.gz"},"Patterns":null},"System.Security.SecureString.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"1hblptriwp-a1bvfrdfb0.gz"},"Patterns":null},"System.IO.IsolatedStorage.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"1huhr2mzyn-ve69vgf5kz.gz"},"Patterns":null},"System.Net.NetworkInformation.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"1ibz4kqyc0-uovh5g3v63.gz"},"Patterns":null},"System.Resources.Writer.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"24f91srh18-gmkxofgq6z.gz"},"Patterns":null},"System.Threading.Timer.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"28xa66ni2k-wyvnqt03fv.gz"},"Patterns":null},"blazor.webassembly.js.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"2hd3hup4x7-mv535bwyet.gz"},"Patterns":null},"Website.Client.pdb.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"306m1unmgj-j2j1jdk9ss.gz"},"Patterns":null},"System.Net.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"324w13xuvo-bi4ws36sl2.gz"},"Patterns":null},"System.Reflection.Emit.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"36hb6ks61s-xcolejwqh0.gz"},"Patterns":null},"System.ComponentModel.DataAnnotations.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"3do1xgb209-ix9s17e4oa.gz"},"Patterns":null},"System.ComponentModel.TypeConverter.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"3iplrib5f1-ek4hlhdqkj.gz"},"Patterns":null},"System.Runtime.InteropServices.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"3oxhwn0e7e-arf11keiq9.gz"},"Patterns":null},"System.Xml.XmlSerializer.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"3vnwcuaexo-gqix7qqjto.gz"},"Patterns":null},"System.Security.Principal.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4ep2tuqqvh-nwmq9c0dxp.gz"},"Patterns":null},"System.Private.Xml.Linq.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4gf6l5tac6-dgkgnxso4m.gz"},"Patterns":null},"System.Transactions.Local.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4if7lrerku-033xejool8.gz"},"Patterns":null},"System.Collections.NonGeneric.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4m61xkkzic-wgqopll9rf.gz"},"Patterns":null},"System.Runtime.Serialization.Formatters.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4wku2hu407-h26lzyu81w.gz"},"Patterns":null},"mscorlib.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"57n2zserhj-twlt8rxgl3.gz"},"Patterns":null},"System.IO.FileSystem.DriveInfo.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5d75awqi98-0yldq48nb4.gz"},"Patterns":null},"System.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5fh9d1idcu-osnb0kzr6n.gz"},"Patterns":null},"System.IO.FileSystem.AccessControl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5g80oqiykv-drckq1wkq3.gz"},"Patterns":null},"Microsoft.JSInterop.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5hmh5cfrjo-h1b8h0vt7q.gz"},"Patterns":null},"System.Windows.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5kj1e1duz5-ob6wu8zdxc.gz"},"Patterns":null},"System.Net.Sockets.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5nc9t7881e-gbqoxsv40r.gz"},"Patterns":null},"System.Configuration.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5x2hw9hlph-67lwahgksx.gz"},"Patterns":null},"System.Threading.ThreadPool.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"62z0o2i9pb-turgxoxt8a.gz"},"Patterns":null},"System.Resources.ResourceManager.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"69b0nullub-1hzkk1v31b.gz"},"Patterns":null},"System.ComponentModel.Annotations.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6a14p9cnfm-7vq6uvcllp.gz"},"Patterns":null},"System.Web.HttpUtility.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6ckavr9kyn-9pqt1af9za.gz"},"Patterns":null},"System.IO.Compression.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6e33x6oap5-cub3louzqd.gz"},"Patterns":null},"System.ComponentModel.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6hh6ezf247-akyqtilzco.gz"},"Patterns":null},"System.Net.Quic.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6i5reauy9a-tnxw0hw66n.gz"},"Patterns":null},"System.Reflection.TypeExtensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6lf2ddmv1l-gyfyt6ifle.gz"},"Patterns":null},"System.Runtime.Loader.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6nmjb2ga9x-1iz0927hqc.gz"},"Patterns":null},"System.Diagnostics.DiagnosticSource.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"768lripqfk-7hqmuqq5cq.gz"},"Patterns":null},"System.IO.FileSystem.Watcher.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7bwqdgi3te-oj9i08g6lz.gz"},"Patterns":null},"Microsoft.Extensions.FileProviders.Physical.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7ju68gy5ye-rpvltkbyzt.gz"},"Patterns":null},"System.ServiceProcess.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7tlppx7xm5-ces8qi4jdv.gz"},"Patterns":null},"System.Linq.Parallel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7vh4rfs37c-uqq1toshjs.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7w5so08yb1-4njtqvtvgx.gz"},"Patterns":null},"System.IO.FileSystem.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7zj9q3kwy5-6dbzlzi6uo.gz"},"Patterns":null},"System.Dynamic.Runtime.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8c7w0qgkmn-onxt1qlo23.gz"},"Patterns":null},"System.Text.Encodings.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8d128emwtl-9x7dptacey.gz"},"Patterns":null},"System.Linq.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8eh5y9tp1c-bqy8sv168l.gz"},"Patterns":null},"System.Private.Xml.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8ezvspfqzk-66ysrn2owv.gz"},"Patterns":null},"System.IO.Compression.FileSystem.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8ipet00v1f-9vh2vkrqrk.gz"},"Patterns":null},"dotnet.js.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8j9ggs5dy9-rqxhp8973g.gz"},"Patterns":null},"System.Threading.Channels.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8jhparz1fs-1udekzdv05.gz"},"Patterns":null},"System.Runtime.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8js2b3ikzg-iz9521x4d5.gz"},"Patterns":null},"System.Text.Encoding.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8nmyr3nvr7-5bq2cvr3hg.gz"},"Patterns":null},"System.Resources.Reader.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8qc79e3nu4-x35pd1xcsk.gz"},"Patterns":null},"System.Runtime.Serialization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8s5drhusp6-xduo6mn7ma.gz"},"Patterns":null},"System.Text.RegularExpressions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8st2mjmvff-3e7pdp88zp.gz"},"Patterns":null},"netstandard.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"9e3m4lhpqa-mq4q4k2a4q.gz"},"Patterns":null},"dotnet.native.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"9u0at65pop-keyssdiug3.gz"},"Patterns":null},"System.Linq.Expressions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"a79tq9ynwt-8i9v2949fr.gz"},"Patterns":null},"System.Runtime.Serialization.Xml.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"acd83xah5k-cg50v6hv4d.gz"},"Patterns":null},"System.Security.Cryptography.X509Certificates.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ahhmji10vw-982lmixj89.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.Binder.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ayfnxaw2xn-0r3amze666.gz"},"Patterns":null},"System.Net.Http.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"b1j4g2aidh-gwhgic1g4s.gz"},"Patterns":null},"System.Diagnostics.Debug.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"b8331giksb-5rlkx55y19.gz"},"Patterns":null},"System.Data.DataSetExtensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"bapsepfweu-o2o4ch8qxi.gz"},"Patterns":null},"System.Collections.Concurrent.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"bfqrylll5s-i1lssuj9i7.gz"},"Patterns":null},"System.Xml.XPath.XDocument.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"bhjajimbgl-xdmaord4ni.gz"},"Patterns":null},"Microsoft.Win32.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"bokgch25i1-ggby92gbf5.gz"},"Patterns":null},"System.Net.WebSockets.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"btvfot68ru-box0kt0ygr.gz"},"Patterns":null},"System.Xml.XmlDocument.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"c95lybnc83-quym58pgua.gz"},"Patterns":null},"Microsoft.Extensions.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ca5aa9q9i4-lsakbjp1fg.gz"},"Patterns":null},"System.Console.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"cdusluos85-e4ovel0up8.gz"},"Patterns":null},"Microsoft.Win32.Registry.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ch98c0vyyx-l1dpo0yxvc.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ci3kptexkj-yy6f57640l.gz"},"Patterns":null},"System.IO.MemoryMappedFiles.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ctxyflpotb-bx37hgrj5q.gz"},"Patterns":null},"Microsoft.VisualBasic.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"d53r06wrnt-z5tte9hbl9.gz"},"Patterns":null},"Microsoft.JSInterop.WebAssembly.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"d5q87850bj-p7vg34owcn.gz"},"Patterns":null},"System.Runtime.CompilerServices.VisualC.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"d6zxzoeihc-z2tqksfwxn.gz"},"Patterns":null},"System.IO.Compression.ZipFile.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"detkbca685-vauvbpg47n.gz"},"Patterns":null},"System.Net.Requests.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"dfaw8i07sg-p7aqa3ydbf.gz"},"Patterns":null},"dotnet.js.map.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"dj9qgodrn5-387laeplku.gz"},"Patterns":null},"System.Security.Cryptography.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"e27pp01hks-8sy06h2xub.gz"},"Patterns":null},"System.Security.AccessControl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"evz4x8kkgb-w83xci1s0e.gz"},"Patterns":null},"System.Reflection.Emit.ILGeneration.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"f0ajty1722-8hlod3by22.gz"},"Patterns":null},"System.Runtime.InteropServices.JavaScript.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"favjpgserh-t14slsf5gb.gz"},"Patterns":null},"dotnet.native.js.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fjvbv9yavq-xteh9p4yli.gz"},"Patterns":null},"Microsoft.Extensions.Options.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fwfzkhuqt8-jt8xzja2dj.gz"},"Patterns":null},"Microsoft.VisualBasic.Core.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fxogqfms1a-4tebkgrdgm.gz"},"Patterns":null},"dotnet.runtime.js.map.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fzzqt028uw-zqgqlj6bjk.gz"},"Patterns":null},"System.ObjectModel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"g2f3ayhkgf-oi5its9v0z.gz"},"Patterns":null},"System.Memory.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"g76rrh4lgu-00lkbcsi6k.gz"},"Patterns":null},"System.Runtime.CompilerServices.Unsafe.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"g88hfs9ug7-99j5jlhtlf.gz"},"Patterns":null},"blazor.boot.json.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gai494obq8-kufizuu150.gz"},"Patterns":null},"System.Net.WebClient.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ghz44jcq0l-fcia9ky19l.gz"},"Patterns":null},"System.Globalization.Calendars.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gix98vlg0x-sagqyj2lx6.gz"},"Patterns":null},"icudt_EFIGS.dat.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gkw3yb3vs4-tptq2av103.gz"},"Patterns":null},"WindowsBase.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gskpo8ls9g-ide822gizw.gz"},"Patterns":null},"Microsoft.Extensions.Logging.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gu54mkd5rz-xlpspxuy08.gz"},"Patterns":null},"System.Xml.Serialization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"h2p06rhgip-8nymyky8vt.gz"},"Patterns":null},"System.Runtime.Handles.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"h68ufmkaki-x1zwj8gq0q.gz"},"Patterns":null},"System.Reflection.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"hb8ye351nd-05yfgzvmh7.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"hbdopticmc-8kr5d0tjmo.gz"},"Patterns":null},"System.Security.Cryptography.Encoding.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"hg075kso0q-ylyh0nvuhn.gz"},"Patterns":null},"System.Private.Uri.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"hz83gb6xmq-4fwiisng6i.gz"},"Patterns":null},"icudt_no_CJK.dat.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"i2c8nfdtsk-lfu7j35m59.gz"},"Patterns":null},"System.Net.WebProxy.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"i4ep49nzwb-djpann52a6.gz"},"Patterns":null},"System.AppContext.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"i8idrx1mcn-mhv3ru1aoa.gz"},"Patterns":null},"System.Net.Http.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ijk0xpt1h4-8t67dotvrh.gz"},"Patterns":null},"System.Diagnostics.StackTrace.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"il91pt7pko-wnrtcnhpgl.gz"},"Patterns":null},"Microsoft.Extensions.Logging.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"j7qy09g2sc-icotprrmdv.gz"},"Patterns":null},"System.Net.ServicePoint.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jd5ybzr9lh-61v0nen4hx.gz"},"Patterns":null},"System.Numerics.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jeaodzfja7-fzteml2ksa.gz"},"Patterns":null},"System.Linq.Queryable.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jjzi0e2tbs-4mn95jeqkz.gz"},"Patterns":null},"System.IO.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jm470z3phm-674jwrdv5k.gz"},"Patterns":null},"dotnet.runtime.js.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jpwc78p5ga-xjx70hiola.gz"},"Patterns":null},"Microsoft.AspNetCore.Authorization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"k3ev4p268n-n5pslkucsz.gz"},"Patterns":null},"System.Threading.Tasks.Parallel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"k3twv17qn3-y8m4zhesg5.gz"},"Patterns":null},"System.Threading.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"k7jsgweg71-cf1vupxs9i.gz"},"Patterns":null},"System.Xml.Linq.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"kblqw9fpct-v5c0vzhnig.gz"},"Patterns":null},"System.Security.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"kt165yc41q-r0ybprwbdo.gz"},"Patterns":null},"System.Net.Ping.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"kv7akofu7p-xbwtybogqw.gz"},"Patterns":null},"System.Buffers.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"l5txsii5i1-wlim793jkw.gz"},"Patterns":null},"System.ComponentModel.EventBasedAsync.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"lcw25evezq-21e6uomdqg.gz"},"Patterns":null},"System.Threading.Thread.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"li26yqjeam-83w11tdkvv.gz"},"Patterns":null},"System.ComponentModel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"lpxbc0xcwu-yfl2eaopkw.gz"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"m1nhgyj3ij-kgyjb8k43h.gz"},"Patterns":null},"System.Threading.Tasks.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"m5ulbl575g-grhpsybruk.gz"},"Patterns":null},"System.Formats.Tar.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"md2p5n8p8v-vb374cvsdq.gz"},"Patterns":null},"System.Runtime.Numerics.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mdl3czdiv2-qvepw4e78q.gz"},"Patterns":null},"System.IO.Pipes.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"meqxxnnqvx-n33yixsck6.gz"},"Patterns":null},"System.Drawing.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mh2ichqmqf-o1fazgbrf7.gz"},"Patterns":null},"System.Diagnostics.FileVersionInfo.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mjknyr1kew-grrk3hrp1l.gz"},"Patterns":null},"System.Threading.Tasks.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mq15jbnpmi-nr23lugli1.gz"},"Patterns":null},"System.Xml.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mxr0e4p5kt-igj5a0xdr6.gz"},"Patterns":null},"System.Security.Cryptography.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"nafpk38rqn-77xcltn6z8.gz"},"Patterns":null},"System.ValueTuple.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"nrej3ggqhh-ooru0eoira.gz"},"Patterns":null},"System.Private.DataContractSerialization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"nvk83tidwv-1jyxr7kwjo.gz"},"Patterns":null},"System.Diagnostics.Tracing.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"o6lqquoipu-ncsccugyw8.gz"},"Patterns":null},"System.Formats.Asn1.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"olpuoe44o4-ipp8gya1fy.gz"},"Patterns":null},"System.IO.Pipes.AccessControl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"omv3nzbl98-bk9vrw4i46.gz"},"Patterns":null},"Microsoft.AspNetCore.Metadata.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"op0tvtzk7u-qd66sllxhh.gz"},"Patterns":null},"System.IO.UnmanagedMemoryStream.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"oq9wi4ailw-ac8xrryfy7.gz"},"Patterns":null},"System.Globalization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"oqajmlwnnp-1ul0j5zyts.gz"},"Patterns":null},"System.Net.HttpListener.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"otznmcnlz5-ir65hlfb8z.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"peoessjq6m-dd74gkrng6.gz"},"Patterns":null},"System.Text.Encoding.CodePages.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"pfvio6s8o4-wnm0lr2dr8.gz"},"Patterns":null},"System.Data.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"pykw33j66j-tg72k81p9v.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.WebAssembly.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qa6yar6pcc-71qb4r2d2s.gz"},"Patterns":null},"System.Reflection.DispatchProxy.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qc9qcqr5s2-kgscmlv3if.gz"},"Patterns":null},"System.ServiceModel.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qikbjqw5lg-ice8a74mfp.gz"},"Patterns":null},"System.Runtime.Serialization.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qjiio5xtyo-9ywk5zf0ye.gz"},"Patterns":null},"System.Security.Cryptography.Cng.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qk4td0onpg-is3vw3toke.gz"},"Patterns":null},"System.Security.Principal.Windows.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qkrje1evcx-r50so417ua.gz"},"Patterns":null},"System.Reflection.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qsapjifxrx-oepwslok2k.gz"},"Patterns":null},"System.Threading.Overlapped.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qzrso9t6qt-o0ci7lcesp.gz"},"Patterns":null},"System.Diagnostics.TraceSource.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"r8ctv4wyd5-4l2fl1axw2.gz"},"Patterns":null},"Microsoft.Extensions.FileSystemGlobbing.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"rgwxdst7lg-i464dwxnbb.gz"},"Patterns":null},"System.Collections.Specialized.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"rnkwus257z-sn8l98c62u.gz"},"Patterns":null},"System.Xml.ReaderWriter.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"rzmowmdt16-md2abzowf3.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"s7mmlewj7a-zuiq2k1loo.gz"},"Patterns":null},"System.Transactions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"sdk1at7c6v-yk1d03z5nw.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.Forms.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"smfeiin53n-jm55dcm579.gz"},"Patterns":null},"System.Runtime.Intrinsics.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"smsafl7fbj-s2a2n0v8v5.gz"},"Patterns":null},"System.Reflection.Metadata.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"snmkueee03-zll5ovyn4j.gz"},"Patterns":null},"System.Security.Claims.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"sossmjk0pb-mgppqoca94.gz"},"Patterns":null},"System.Diagnostics.TextWriterTraceListener.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"sozkbt969q-6vo46yau5z.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.FileExtensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"t08ccg8vt4-en8mb8dgz5.gz"},"Patterns":null},"System.Data.Common.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"t60y82b8ct-kbvoyvfq27.gz"},"Patterns":null},"Microsoft.Extensions.FileProviders.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"tkl29nk5xg-1c7ksbormu.gz"},"Patterns":null},"System.Diagnostics.Contracts.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"tlmphuct5q-mjwur1vb3v.gz"},"Patterns":null},"icudt_CJK.dat.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"tup6oou17a-tjcz0u77k5.gz"},"Patterns":null},"System.Net.WebHeaderCollection.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"tuyn985nz3-6286hgwuqh.gz"},"Patterns":null},"System.Runtime.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"u457dfzv6h-hsooj5ku5u.gz"},"Patterns":null},"System.Numerics.Vectors.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ucejdgoot3-pweg4f9jik.gz"},"Patterns":null},"System.Runtime.InteropServices.RuntimeInformation.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ui13sigocd-j622qnirva.gz"},"Patterns":null},"System.Net.NameResolution.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"vbrlhg9h7i-bipvwufop2.gz"},"Patterns":null},"System.Private.CoreLib.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"vejzz9omd4-rcys532pwr.gz"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"w0pjq2d1lz-xqsu2wsvba.gz"},"Patterns":null},"System.Text.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"w42pov7xtq-ppd2fidtln.gz"},"Patterns":null},"System.Security.Cryptography.OpenSsl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"w5w0qiszg7-035cxkpjqr.gz"},"Patterns":null},"System.Text.Encoding.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"wgok0adxrd-eyx33pgiad.gz"},"Patterns":null},"System.Security.Cryptography.Algorithms.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"witjyutmr6-lyl6xulxjq.gz"},"Patterns":null},"System.Collections.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"wjr06919zi-nie06qj6qo.gz"},"Patterns":null},"Microsoft.CSharp.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"x9g0ghziow-fgi1l05bvr.gz"},"Patterns":null},"System.Core.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"xa46nctul2-6oo2lq0wqm.gz"},"Patterns":null},"System.Drawing.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"xrv7w5idw0-g7amuh118t.gz"},"Patterns":null},"System.Threading.Tasks.Dataflow.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"xxdvu4kns6-esmmfynicw.gz"},"Patterns":null},"System.Diagnostics.Process.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"xyzushs1kt-gpvopyyhdq.gz"},"Patterns":null},"System.Net.Mail.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"yac1w3vy2r-u6tb74qjwk.gz"},"Patterns":null},"System.Net.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ycs4dc86o6-5x057ultqg.gz"},"Patterns":null},"System.Net.WebSockets.Client.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ygbwol6ubw-lkvy8locnf.gz"},"Patterns":null},"System.Runtime.Serialization.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"yk3g2cnkjp-gpcerlv545.gz"},"Patterns":null},"System.Diagnostics.Tools.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"z1lx69f3yb-3z6j1wct71.gz"},"Patterns":null},"System.Reflection.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"z5n0i80wxd-ajsaevzb4n.gz"},"Patterns":null},"System.Net.Security.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"zd2msg63jn-9pmm5e0uc6.gz"},"Patterns":null},"System.Collections.Immutable.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"zfps9zsm5w-u0yuhvep8l.gz"},"Patterns":null},"System.Security.Cryptography.Csp.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"zilwrgikc8-77wcsbalfb.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"appsettings.Development.json":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"appsettings.Development.json"},"Patterns":null},"appsettings.json":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"appsettings.json"},"Patterns":null},"Website.styles.css":{"Children":null,"Asset":{"ContentRootIndex":4,"SubPath":"Website.styles.css"},"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":3,"Pattern":"**","Depth":0}]}} \ No newline at end of file +{"ContentRoots":["C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\","C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\bin\\Debug\\net8.0\\wwwroot\\","C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\Debug\\net8.0\\compressed\\","C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\wwwroot\\","C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\obj\\Debug\\net8.0\\scopedcss\\bundle\\"],"Root":{"Children":{"app.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"app.css"},"Patterns":null},"bootstrap":{"Children":{"bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"bootstrap/bootstrap.min.css"},"Patterns":null},"bootstrap.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"bootstrap/bootstrap.min.css.map"},"Patterns":null}},"Asset":null,"Patterns":null},"data":{"Children":{"Alcohols.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"data/Alcohols.json"},"Patterns":null},"Drinks.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"data/Drinks.json"},"Patterns":null},"Liquids.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"data/Liquids.json"},"Patterns":null}},"Asset":null,"Patterns":null},"favicon.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"favicon.png"},"Patterns":null},"_framework":{"Children":{"blazor.boot.json":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/blazor.boot.json"},"Patterns":null},"blazor.webassembly.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/blazor.webassembly.js"},"Patterns":null},"dotnet.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.js"},"Patterns":null},"dotnet.js.map":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.js.map"},"Patterns":null},"dotnet.native.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.native.js"},"Patterns":null},"dotnet.native.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.native.wasm"},"Patterns":null},"dotnet.runtime.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.runtime.js"},"Patterns":null},"dotnet.runtime.js.map":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/dotnet.runtime.js.map"},"Patterns":null},"emcc-props.json":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/emcc-props.json"},"Patterns":null},"icudt_CJK.dat":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_CJK.dat"},"Patterns":null},"icudt_EFIGS.dat":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_EFIGS.dat"},"Patterns":null},"icudt_no_CJK.dat":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/icudt_no_CJK.dat"},"Patterns":null},"Microsoft.AspNetCore.Authorization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Authorization.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.Forms.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.Forms.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.Web.wasm"},"Patterns":null},"Microsoft.AspNetCore.Components.WebAssembly.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Components.WebAssembly.wasm"},"Patterns":null},"Microsoft.AspNetCore.Metadata.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.AspNetCore.Metadata.wasm"},"Patterns":null},"Microsoft.CSharp.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.CSharp.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.Binder.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Binder.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.FileExtensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.FileExtensions.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.Json.wasm"},"Patterns":null},"Microsoft.Extensions.Configuration.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Configuration.wasm"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.DependencyInjection.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.DependencyInjection.wasm"},"Patterns":null},"Microsoft.Extensions.FileProviders.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileProviders.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.FileProviders.Physical.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileProviders.Physical.wasm"},"Patterns":null},"Microsoft.Extensions.FileSystemGlobbing.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.FileSystemGlobbing.wasm"},"Patterns":null},"Microsoft.Extensions.Logging.Abstractions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Logging.Abstractions.wasm"},"Patterns":null},"Microsoft.Extensions.Logging.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Logging.wasm"},"Patterns":null},"Microsoft.Extensions.Options.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Options.wasm"},"Patterns":null},"Microsoft.Extensions.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Extensions.Primitives.wasm"},"Patterns":null},"Microsoft.JSInterop.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.JSInterop.wasm"},"Patterns":null},"Microsoft.JSInterop.WebAssembly.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.JSInterop.WebAssembly.wasm"},"Patterns":null},"Microsoft.VisualBasic.Core.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.VisualBasic.Core.wasm"},"Patterns":null},"Microsoft.VisualBasic.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.VisualBasic.wasm"},"Patterns":null},"Microsoft.Win32.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Win32.Primitives.wasm"},"Patterns":null},"Microsoft.Win32.Registry.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Microsoft.Win32.Registry.wasm"},"Patterns":null},"mscorlib.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/mscorlib.wasm"},"Patterns":null},"netstandard.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/netstandard.wasm"},"Patterns":null},"System.AppContext.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.AppContext.wasm"},"Patterns":null},"System.Buffers.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Buffers.wasm"},"Patterns":null},"System.Collections.Concurrent.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Concurrent.wasm"},"Patterns":null},"System.Collections.Immutable.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Immutable.wasm"},"Patterns":null},"System.Collections.NonGeneric.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.NonGeneric.wasm"},"Patterns":null},"System.Collections.Specialized.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.Specialized.wasm"},"Patterns":null},"System.Collections.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Collections.wasm"},"Patterns":null},"System.ComponentModel.Annotations.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.Annotations.wasm"},"Patterns":null},"System.ComponentModel.DataAnnotations.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.DataAnnotations.wasm"},"Patterns":null},"System.ComponentModel.EventBasedAsync.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.EventBasedAsync.wasm"},"Patterns":null},"System.ComponentModel.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.Primitives.wasm"},"Patterns":null},"System.ComponentModel.TypeConverter.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.TypeConverter.wasm"},"Patterns":null},"System.ComponentModel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ComponentModel.wasm"},"Patterns":null},"System.Configuration.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Configuration.wasm"},"Patterns":null},"System.Console.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Console.wasm"},"Patterns":null},"System.Core.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Core.wasm"},"Patterns":null},"System.Data.Common.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.Common.wasm"},"Patterns":null},"System.Data.DataSetExtensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.DataSetExtensions.wasm"},"Patterns":null},"System.Data.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Data.wasm"},"Patterns":null},"System.Diagnostics.Contracts.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Contracts.wasm"},"Patterns":null},"System.Diagnostics.Debug.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Debug.wasm"},"Patterns":null},"System.Diagnostics.DiagnosticSource.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.DiagnosticSource.wasm"},"Patterns":null},"System.Diagnostics.FileVersionInfo.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.FileVersionInfo.wasm"},"Patterns":null},"System.Diagnostics.Process.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Process.wasm"},"Patterns":null},"System.Diagnostics.StackTrace.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.StackTrace.wasm"},"Patterns":null},"System.Diagnostics.TextWriterTraceListener.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.TextWriterTraceListener.wasm"},"Patterns":null},"System.Diagnostics.Tools.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Tools.wasm"},"Patterns":null},"System.Diagnostics.TraceSource.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.TraceSource.wasm"},"Patterns":null},"System.Diagnostics.Tracing.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Diagnostics.Tracing.wasm"},"Patterns":null},"System.Drawing.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Drawing.Primitives.wasm"},"Patterns":null},"System.Drawing.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Drawing.wasm"},"Patterns":null},"System.Dynamic.Runtime.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Dynamic.Runtime.wasm"},"Patterns":null},"System.Formats.Asn1.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Formats.Asn1.wasm"},"Patterns":null},"System.Formats.Tar.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Formats.Tar.wasm"},"Patterns":null},"System.Globalization.Calendars.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.Calendars.wasm"},"Patterns":null},"System.Globalization.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.Extensions.wasm"},"Patterns":null},"System.Globalization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Globalization.wasm"},"Patterns":null},"System.IO.Compression.Brotli.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.Brotli.wasm"},"Patterns":null},"System.IO.Compression.FileSystem.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.FileSystem.wasm"},"Patterns":null},"System.IO.Compression.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.wasm"},"Patterns":null},"System.IO.Compression.ZipFile.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Compression.ZipFile.wasm"},"Patterns":null},"System.IO.FileSystem.AccessControl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.AccessControl.wasm"},"Patterns":null},"System.IO.FileSystem.DriveInfo.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.DriveInfo.wasm"},"Patterns":null},"System.IO.FileSystem.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.Primitives.wasm"},"Patterns":null},"System.IO.FileSystem.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.wasm"},"Patterns":null},"System.IO.FileSystem.Watcher.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.FileSystem.Watcher.wasm"},"Patterns":null},"System.IO.IsolatedStorage.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.IsolatedStorage.wasm"},"Patterns":null},"System.IO.MemoryMappedFiles.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.MemoryMappedFiles.wasm"},"Patterns":null},"System.IO.Pipelines.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipelines.wasm"},"Patterns":null},"System.IO.Pipes.AccessControl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipes.AccessControl.wasm"},"Patterns":null},"System.IO.Pipes.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.Pipes.wasm"},"Patterns":null},"System.IO.UnmanagedMemoryStream.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.UnmanagedMemoryStream.wasm"},"Patterns":null},"System.IO.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.IO.wasm"},"Patterns":null},"System.Linq.Expressions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Expressions.wasm"},"Patterns":null},"System.Linq.Parallel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Parallel.wasm"},"Patterns":null},"System.Linq.Queryable.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.Queryable.wasm"},"Patterns":null},"System.Linq.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Linq.wasm"},"Patterns":null},"System.Memory.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Memory.wasm"},"Patterns":null},"System.Net.Http.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Http.Json.wasm"},"Patterns":null},"System.Net.Http.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Http.wasm"},"Patterns":null},"System.Net.HttpListener.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.HttpListener.wasm"},"Patterns":null},"System.Net.Mail.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Mail.wasm"},"Patterns":null},"System.Net.NameResolution.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.NameResolution.wasm"},"Patterns":null},"System.Net.NetworkInformation.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.NetworkInformation.wasm"},"Patterns":null},"System.Net.Ping.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Ping.wasm"},"Patterns":null},"System.Net.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Primitives.wasm"},"Patterns":null},"System.Net.Quic.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Quic.wasm"},"Patterns":null},"System.Net.Requests.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Requests.wasm"},"Patterns":null},"System.Net.Security.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Security.wasm"},"Patterns":null},"System.Net.ServicePoint.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.ServicePoint.wasm"},"Patterns":null},"System.Net.Sockets.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.Sockets.wasm"},"Patterns":null},"System.Net.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.wasm"},"Patterns":null},"System.Net.WebClient.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebClient.wasm"},"Patterns":null},"System.Net.WebHeaderCollection.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebHeaderCollection.wasm"},"Patterns":null},"System.Net.WebProxy.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebProxy.wasm"},"Patterns":null},"System.Net.WebSockets.Client.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebSockets.Client.wasm"},"Patterns":null},"System.Net.WebSockets.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Net.WebSockets.wasm"},"Patterns":null},"System.Numerics.Vectors.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Numerics.Vectors.wasm"},"Patterns":null},"System.Numerics.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Numerics.wasm"},"Patterns":null},"System.ObjectModel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ObjectModel.wasm"},"Patterns":null},"System.Private.CoreLib.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.CoreLib.wasm"},"Patterns":null},"System.Private.DataContractSerialization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.DataContractSerialization.wasm"},"Patterns":null},"System.Private.Uri.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Uri.wasm"},"Patterns":null},"System.Private.Xml.Linq.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Xml.Linq.wasm"},"Patterns":null},"System.Private.Xml.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Private.Xml.wasm"},"Patterns":null},"System.Reflection.DispatchProxy.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.DispatchProxy.wasm"},"Patterns":null},"System.Reflection.Emit.ILGeneration.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.ILGeneration.wasm"},"Patterns":null},"System.Reflection.Emit.Lightweight.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.Lightweight.wasm"},"Patterns":null},"System.Reflection.Emit.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Emit.wasm"},"Patterns":null},"System.Reflection.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Extensions.wasm"},"Patterns":null},"System.Reflection.Metadata.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Metadata.wasm"},"Patterns":null},"System.Reflection.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.Primitives.wasm"},"Patterns":null},"System.Reflection.TypeExtensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.TypeExtensions.wasm"},"Patterns":null},"System.Reflection.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Reflection.wasm"},"Patterns":null},"System.Resources.Reader.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.Reader.wasm"},"Patterns":null},"System.Resources.ResourceManager.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.ResourceManager.wasm"},"Patterns":null},"System.Resources.Writer.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Resources.Writer.wasm"},"Patterns":null},"System.Runtime.CompilerServices.Unsafe.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.CompilerServices.Unsafe.wasm"},"Patterns":null},"System.Runtime.CompilerServices.VisualC.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.CompilerServices.VisualC.wasm"},"Patterns":null},"System.Runtime.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Extensions.wasm"},"Patterns":null},"System.Runtime.Handles.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Handles.wasm"},"Patterns":null},"System.Runtime.InteropServices.JavaScript.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.JavaScript.wasm"},"Patterns":null},"System.Runtime.InteropServices.RuntimeInformation.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.RuntimeInformation.wasm"},"Patterns":null},"System.Runtime.InteropServices.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.InteropServices.wasm"},"Patterns":null},"System.Runtime.Intrinsics.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Intrinsics.wasm"},"Patterns":null},"System.Runtime.Loader.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Loader.wasm"},"Patterns":null},"System.Runtime.Numerics.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Numerics.wasm"},"Patterns":null},"System.Runtime.Serialization.Formatters.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Formatters.wasm"},"Patterns":null},"System.Runtime.Serialization.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Json.wasm"},"Patterns":null},"System.Runtime.Serialization.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Primitives.wasm"},"Patterns":null},"System.Runtime.Serialization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.wasm"},"Patterns":null},"System.Runtime.Serialization.Xml.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.Serialization.Xml.wasm"},"Patterns":null},"System.Runtime.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Runtime.wasm"},"Patterns":null},"System.Security.AccessControl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.AccessControl.wasm"},"Patterns":null},"System.Security.Claims.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Claims.wasm"},"Patterns":null},"System.Security.Cryptography.Algorithms.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Algorithms.wasm"},"Patterns":null},"System.Security.Cryptography.Cng.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Cng.wasm"},"Patterns":null},"System.Security.Cryptography.Csp.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Csp.wasm"},"Patterns":null},"System.Security.Cryptography.Encoding.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Encoding.wasm"},"Patterns":null},"System.Security.Cryptography.OpenSsl.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.OpenSsl.wasm"},"Patterns":null},"System.Security.Cryptography.Primitives.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.Primitives.wasm"},"Patterns":null},"System.Security.Cryptography.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.wasm"},"Patterns":null},"System.Security.Cryptography.X509Certificates.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Cryptography.X509Certificates.wasm"},"Patterns":null},"System.Security.Principal.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Principal.wasm"},"Patterns":null},"System.Security.Principal.Windows.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.Principal.Windows.wasm"},"Patterns":null},"System.Security.SecureString.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.SecureString.wasm"},"Patterns":null},"System.Security.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Security.wasm"},"Patterns":null},"System.ServiceModel.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ServiceModel.Web.wasm"},"Patterns":null},"System.ServiceProcess.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ServiceProcess.wasm"},"Patterns":null},"System.Text.Encoding.CodePages.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.CodePages.wasm"},"Patterns":null},"System.Text.Encoding.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.Extensions.wasm"},"Patterns":null},"System.Text.Encoding.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encoding.wasm"},"Patterns":null},"System.Text.Encodings.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Encodings.Web.wasm"},"Patterns":null},"System.Text.Json.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.Json.wasm"},"Patterns":null},"System.Text.RegularExpressions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Text.RegularExpressions.wasm"},"Patterns":null},"System.Threading.Channels.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Channels.wasm"},"Patterns":null},"System.Threading.Overlapped.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Overlapped.wasm"},"Patterns":null},"System.Threading.Tasks.Dataflow.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Dataflow.wasm"},"Patterns":null},"System.Threading.Tasks.Extensions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Extensions.wasm"},"Patterns":null},"System.Threading.Tasks.Parallel.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.Parallel.wasm"},"Patterns":null},"System.Threading.Tasks.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Tasks.wasm"},"Patterns":null},"System.Threading.Thread.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Thread.wasm"},"Patterns":null},"System.Threading.ThreadPool.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.ThreadPool.wasm"},"Patterns":null},"System.Threading.Timer.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.Timer.wasm"},"Patterns":null},"System.Threading.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Threading.wasm"},"Patterns":null},"System.Transactions.Local.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Transactions.Local.wasm"},"Patterns":null},"System.Transactions.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Transactions.wasm"},"Patterns":null},"System.ValueTuple.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.ValueTuple.wasm"},"Patterns":null},"System.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.wasm"},"Patterns":null},"System.Web.HttpUtility.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Web.HttpUtility.wasm"},"Patterns":null},"System.Web.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Web.wasm"},"Patterns":null},"System.Windows.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Windows.wasm"},"Patterns":null},"System.Xml.Linq.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.Linq.wasm"},"Patterns":null},"System.Xml.ReaderWriter.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.ReaderWriter.wasm"},"Patterns":null},"System.Xml.Serialization.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.Serialization.wasm"},"Patterns":null},"System.Xml.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.wasm"},"Patterns":null},"System.Xml.XDocument.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XDocument.wasm"},"Patterns":null},"System.Xml.XmlDocument.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XmlDocument.wasm"},"Patterns":null},"System.Xml.XmlSerializer.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XmlSerializer.wasm"},"Patterns":null},"System.Xml.XPath.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XPath.wasm"},"Patterns":null},"System.Xml.XPath.XDocument.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/System.Xml.XPath.XDocument.wasm"},"Patterns":null},"Website.Client.pdb":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Website.Client.pdb"},"Patterns":null},"Website.Client.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/Website.Client.wasm"},"Patterns":null},"WindowsBase.wasm":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"_framework/WindowsBase.wasm"},"Patterns":null},"System.Xml.XPath.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"04a487v8dk-nizy1jf1r0.gz"},"Patterns":null},"Website.Client.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"06xhlk2478-uje4l4996j.gz"},"Patterns":null},"System.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"086u6yzl35-hqi8x6bymk.gz"},"Patterns":null},"System.IO.Pipelines.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"0bp2h8ufhq-iudrcw56e1.gz"},"Patterns":null},"System.IO.FileSystem.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"0irw3zla49-kqtqolm4wa.gz"},"Patterns":null},"System.IO.Compression.Brotli.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"0knkqd933w-sv4ivqpdih.gz"},"Patterns":null},"emcc-props.json.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"0qg8z4cu2n-oyz0vx2fzb.gz"},"Patterns":null},"System.Xml.XDocument.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"113hg5hh18-h3yeys7sb7.gz"},"Patterns":null},"System.Globalization.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"15dfqkray5-yxrd07gwvl.gz"},"Patterns":null},"System.Reflection.Emit.Lightweight.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"16gkmd3qyn-u3evpglqtv.gz"},"Patterns":null},"System.Security.SecureString.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"1hblptriwp-a1bvfrdfb0.gz"},"Patterns":null},"System.IO.IsolatedStorage.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"1huhr2mzyn-ve69vgf5kz.gz"},"Patterns":null},"System.Net.NetworkInformation.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"1ibz4kqyc0-uovh5g3v63.gz"},"Patterns":null},"System.Resources.Writer.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"24f91srh18-gmkxofgq6z.gz"},"Patterns":null},"System.Threading.Timer.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"28xa66ni2k-wyvnqt03fv.gz"},"Patterns":null},"blazor.webassembly.js.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"2hd3hup4x7-mv535bwyet.gz"},"Patterns":null},"Website.Client.pdb.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"306m1unmgj-ww338guy0i.gz"},"Patterns":null},"System.Net.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"324w13xuvo-bi4ws36sl2.gz"},"Patterns":null},"System.Reflection.Emit.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"36hb6ks61s-xcolejwqh0.gz"},"Patterns":null},"System.ComponentModel.DataAnnotations.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"3do1xgb209-ix9s17e4oa.gz"},"Patterns":null},"System.ComponentModel.TypeConverter.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"3iplrib5f1-ek4hlhdqkj.gz"},"Patterns":null},"System.Runtime.InteropServices.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"3oxhwn0e7e-arf11keiq9.gz"},"Patterns":null},"System.Xml.XmlSerializer.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"3vnwcuaexo-gqix7qqjto.gz"},"Patterns":null},"System.Security.Principal.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4ep2tuqqvh-nwmq9c0dxp.gz"},"Patterns":null},"System.Private.Xml.Linq.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4gf6l5tac6-dgkgnxso4m.gz"},"Patterns":null},"System.Transactions.Local.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4if7lrerku-033xejool8.gz"},"Patterns":null},"System.Collections.NonGeneric.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4m61xkkzic-wgqopll9rf.gz"},"Patterns":null},"System.Runtime.Serialization.Formatters.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"4wku2hu407-h26lzyu81w.gz"},"Patterns":null},"mscorlib.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"57n2zserhj-twlt8rxgl3.gz"},"Patterns":null},"System.IO.FileSystem.DriveInfo.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5d75awqi98-0yldq48nb4.gz"},"Patterns":null},"System.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5fh9d1idcu-osnb0kzr6n.gz"},"Patterns":null},"System.IO.FileSystem.AccessControl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5g80oqiykv-drckq1wkq3.gz"},"Patterns":null},"Microsoft.JSInterop.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5hmh5cfrjo-h1b8h0vt7q.gz"},"Patterns":null},"System.Windows.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5kj1e1duz5-ob6wu8zdxc.gz"},"Patterns":null},"System.Net.Sockets.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5nc9t7881e-gbqoxsv40r.gz"},"Patterns":null},"System.Configuration.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"5x2hw9hlph-67lwahgksx.gz"},"Patterns":null},"System.Threading.ThreadPool.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"62z0o2i9pb-turgxoxt8a.gz"},"Patterns":null},"System.Resources.ResourceManager.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"69b0nullub-1hzkk1v31b.gz"},"Patterns":null},"System.ComponentModel.Annotations.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6a14p9cnfm-7vq6uvcllp.gz"},"Patterns":null},"System.Web.HttpUtility.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6ckavr9kyn-9pqt1af9za.gz"},"Patterns":null},"System.IO.Compression.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6e33x6oap5-cub3louzqd.gz"},"Patterns":null},"System.ComponentModel.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6hh6ezf247-akyqtilzco.gz"},"Patterns":null},"System.Net.Quic.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6i5reauy9a-tnxw0hw66n.gz"},"Patterns":null},"System.Reflection.TypeExtensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6lf2ddmv1l-gyfyt6ifle.gz"},"Patterns":null},"System.Runtime.Loader.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"6nmjb2ga9x-1iz0927hqc.gz"},"Patterns":null},"System.Diagnostics.DiagnosticSource.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"768lripqfk-7hqmuqq5cq.gz"},"Patterns":null},"System.IO.FileSystem.Watcher.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7bwqdgi3te-oj9i08g6lz.gz"},"Patterns":null},"Microsoft.Extensions.FileProviders.Physical.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7ju68gy5ye-rpvltkbyzt.gz"},"Patterns":null},"System.ServiceProcess.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7tlppx7xm5-ces8qi4jdv.gz"},"Patterns":null},"System.Linq.Parallel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7vh4rfs37c-uqq1toshjs.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7w5so08yb1-4njtqvtvgx.gz"},"Patterns":null},"System.IO.FileSystem.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"7zj9q3kwy5-6dbzlzi6uo.gz"},"Patterns":null},"System.Dynamic.Runtime.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8c7w0qgkmn-onxt1qlo23.gz"},"Patterns":null},"System.Text.Encodings.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8d128emwtl-9x7dptacey.gz"},"Patterns":null},"System.Linq.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8eh5y9tp1c-bqy8sv168l.gz"},"Patterns":null},"System.Private.Xml.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8ezvspfqzk-66ysrn2owv.gz"},"Patterns":null},"System.IO.Compression.FileSystem.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8ipet00v1f-9vh2vkrqrk.gz"},"Patterns":null},"dotnet.js.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8j9ggs5dy9-rqxhp8973g.gz"},"Patterns":null},"System.Threading.Channels.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8jhparz1fs-1udekzdv05.gz"},"Patterns":null},"System.Runtime.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8js2b3ikzg-iz9521x4d5.gz"},"Patterns":null},"System.Text.Encoding.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8nmyr3nvr7-5bq2cvr3hg.gz"},"Patterns":null},"System.Resources.Reader.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8qc79e3nu4-x35pd1xcsk.gz"},"Patterns":null},"System.Runtime.Serialization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8s5drhusp6-xduo6mn7ma.gz"},"Patterns":null},"System.Text.RegularExpressions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"8st2mjmvff-3e7pdp88zp.gz"},"Patterns":null},"netstandard.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"9e3m4lhpqa-mq4q4k2a4q.gz"},"Patterns":null},"dotnet.native.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"9u0at65pop-keyssdiug3.gz"},"Patterns":null},"System.Linq.Expressions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"a79tq9ynwt-8i9v2949fr.gz"},"Patterns":null},"System.Runtime.Serialization.Xml.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"acd83xah5k-cg50v6hv4d.gz"},"Patterns":null},"System.Security.Cryptography.X509Certificates.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ahhmji10vw-982lmixj89.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.Binder.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ayfnxaw2xn-0r3amze666.gz"},"Patterns":null},"System.Net.Http.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"b1j4g2aidh-gwhgic1g4s.gz"},"Patterns":null},"System.Diagnostics.Debug.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"b8331giksb-5rlkx55y19.gz"},"Patterns":null},"System.Data.DataSetExtensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"bapsepfweu-o2o4ch8qxi.gz"},"Patterns":null},"System.Collections.Concurrent.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"bfqrylll5s-i1lssuj9i7.gz"},"Patterns":null},"System.Xml.XPath.XDocument.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"bhjajimbgl-xdmaord4ni.gz"},"Patterns":null},"Microsoft.Win32.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"bokgch25i1-ggby92gbf5.gz"},"Patterns":null},"System.Net.WebSockets.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"btvfot68ru-box0kt0ygr.gz"},"Patterns":null},"System.Xml.XmlDocument.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"c95lybnc83-quym58pgua.gz"},"Patterns":null},"Microsoft.Extensions.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ca5aa9q9i4-lsakbjp1fg.gz"},"Patterns":null},"System.Console.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"cdusluos85-e4ovel0up8.gz"},"Patterns":null},"Microsoft.Win32.Registry.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ch98c0vyyx-l1dpo0yxvc.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ci3kptexkj-yy6f57640l.gz"},"Patterns":null},"System.IO.MemoryMappedFiles.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ctxyflpotb-bx37hgrj5q.gz"},"Patterns":null},"Microsoft.VisualBasic.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"d53r06wrnt-z5tte9hbl9.gz"},"Patterns":null},"Microsoft.JSInterop.WebAssembly.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"d5q87850bj-p7vg34owcn.gz"},"Patterns":null},"System.Runtime.CompilerServices.VisualC.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"d6zxzoeihc-z2tqksfwxn.gz"},"Patterns":null},"System.IO.Compression.ZipFile.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"detkbca685-vauvbpg47n.gz"},"Patterns":null},"System.Net.Requests.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"dfaw8i07sg-p7aqa3ydbf.gz"},"Patterns":null},"dotnet.js.map.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"dj9qgodrn5-387laeplku.gz"},"Patterns":null},"System.Security.Cryptography.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"e27pp01hks-8sy06h2xub.gz"},"Patterns":null},"System.Security.AccessControl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"evz4x8kkgb-w83xci1s0e.gz"},"Patterns":null},"System.Reflection.Emit.ILGeneration.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"f0ajty1722-8hlod3by22.gz"},"Patterns":null},"System.Runtime.InteropServices.JavaScript.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"favjpgserh-t14slsf5gb.gz"},"Patterns":null},"dotnet.native.js.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fjvbv9yavq-xteh9p4yli.gz"},"Patterns":null},"Microsoft.Extensions.Options.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fwfzkhuqt8-jt8xzja2dj.gz"},"Patterns":null},"Microsoft.VisualBasic.Core.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fxogqfms1a-4tebkgrdgm.gz"},"Patterns":null},"dotnet.runtime.js.map.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"fzzqt028uw-zqgqlj6bjk.gz"},"Patterns":null},"System.ObjectModel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"g2f3ayhkgf-oi5its9v0z.gz"},"Patterns":null},"System.Memory.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"g76rrh4lgu-00lkbcsi6k.gz"},"Patterns":null},"System.Runtime.CompilerServices.Unsafe.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"g88hfs9ug7-99j5jlhtlf.gz"},"Patterns":null},"blazor.boot.json.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gai494obq8-dz35bobq3v.gz"},"Patterns":null},"System.Net.WebClient.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ghz44jcq0l-fcia9ky19l.gz"},"Patterns":null},"System.Globalization.Calendars.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gix98vlg0x-sagqyj2lx6.gz"},"Patterns":null},"icudt_EFIGS.dat.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gkw3yb3vs4-tptq2av103.gz"},"Patterns":null},"WindowsBase.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gskpo8ls9g-ide822gizw.gz"},"Patterns":null},"Microsoft.Extensions.Logging.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"gu54mkd5rz-xlpspxuy08.gz"},"Patterns":null},"System.Xml.Serialization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"h2p06rhgip-8nymyky8vt.gz"},"Patterns":null},"System.Runtime.Handles.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"h68ufmkaki-x1zwj8gq0q.gz"},"Patterns":null},"System.Reflection.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"hb8ye351nd-05yfgzvmh7.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"hbdopticmc-8kr5d0tjmo.gz"},"Patterns":null},"System.Security.Cryptography.Encoding.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"hg075kso0q-ylyh0nvuhn.gz"},"Patterns":null},"System.Private.Uri.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"hz83gb6xmq-4fwiisng6i.gz"},"Patterns":null},"icudt_no_CJK.dat.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"i2c8nfdtsk-lfu7j35m59.gz"},"Patterns":null},"System.Net.WebProxy.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"i4ep49nzwb-djpann52a6.gz"},"Patterns":null},"System.AppContext.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"i8idrx1mcn-mhv3ru1aoa.gz"},"Patterns":null},"System.Net.Http.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ijk0xpt1h4-8t67dotvrh.gz"},"Patterns":null},"System.Diagnostics.StackTrace.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"il91pt7pko-wnrtcnhpgl.gz"},"Patterns":null},"Microsoft.Extensions.Logging.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"j7qy09g2sc-icotprrmdv.gz"},"Patterns":null},"System.Net.ServicePoint.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jd5ybzr9lh-61v0nen4hx.gz"},"Patterns":null},"System.Numerics.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jeaodzfja7-fzteml2ksa.gz"},"Patterns":null},"System.Linq.Queryable.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jjzi0e2tbs-4mn95jeqkz.gz"},"Patterns":null},"System.IO.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jm470z3phm-674jwrdv5k.gz"},"Patterns":null},"dotnet.runtime.js.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"jpwc78p5ga-xjx70hiola.gz"},"Patterns":null},"Microsoft.AspNetCore.Authorization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"k3ev4p268n-n5pslkucsz.gz"},"Patterns":null},"System.Threading.Tasks.Parallel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"k3twv17qn3-y8m4zhesg5.gz"},"Patterns":null},"System.Threading.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"k7jsgweg71-cf1vupxs9i.gz"},"Patterns":null},"System.Xml.Linq.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"kblqw9fpct-v5c0vzhnig.gz"},"Patterns":null},"System.Security.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"kt165yc41q-r0ybprwbdo.gz"},"Patterns":null},"System.Net.Ping.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"kv7akofu7p-xbwtybogqw.gz"},"Patterns":null},"System.Buffers.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"l5txsii5i1-wlim793jkw.gz"},"Patterns":null},"System.ComponentModel.EventBasedAsync.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"lcw25evezq-21e6uomdqg.gz"},"Patterns":null},"System.Threading.Thread.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"li26yqjeam-83w11tdkvv.gz"},"Patterns":null},"System.ComponentModel.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"lpxbc0xcwu-yfl2eaopkw.gz"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"m1nhgyj3ij-kgyjb8k43h.gz"},"Patterns":null},"System.Threading.Tasks.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"m5ulbl575g-grhpsybruk.gz"},"Patterns":null},"System.Formats.Tar.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"md2p5n8p8v-vb374cvsdq.gz"},"Patterns":null},"System.Runtime.Numerics.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mdl3czdiv2-qvepw4e78q.gz"},"Patterns":null},"System.IO.Pipes.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"meqxxnnqvx-n33yixsck6.gz"},"Patterns":null},"System.Drawing.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mh2ichqmqf-o1fazgbrf7.gz"},"Patterns":null},"System.Diagnostics.FileVersionInfo.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mjknyr1kew-grrk3hrp1l.gz"},"Patterns":null},"System.Threading.Tasks.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mq15jbnpmi-nr23lugli1.gz"},"Patterns":null},"System.Xml.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"mxr0e4p5kt-igj5a0xdr6.gz"},"Patterns":null},"System.Security.Cryptography.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"nafpk38rqn-77xcltn6z8.gz"},"Patterns":null},"System.ValueTuple.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"nrej3ggqhh-ooru0eoira.gz"},"Patterns":null},"System.Private.DataContractSerialization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"nvk83tidwv-1jyxr7kwjo.gz"},"Patterns":null},"System.Diagnostics.Tracing.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"o6lqquoipu-ncsccugyw8.gz"},"Patterns":null},"System.Formats.Asn1.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"olpuoe44o4-ipp8gya1fy.gz"},"Patterns":null},"System.IO.Pipes.AccessControl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"omv3nzbl98-bk9vrw4i46.gz"},"Patterns":null},"Microsoft.AspNetCore.Metadata.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"op0tvtzk7u-qd66sllxhh.gz"},"Patterns":null},"System.IO.UnmanagedMemoryStream.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"oq9wi4ailw-ac8xrryfy7.gz"},"Patterns":null},"System.Globalization.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"oqajmlwnnp-1ul0j5zyts.gz"},"Patterns":null},"System.Net.HttpListener.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"otznmcnlz5-ir65hlfb8z.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"peoessjq6m-dd74gkrng6.gz"},"Patterns":null},"System.Text.Encoding.CodePages.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"pfvio6s8o4-wnm0lr2dr8.gz"},"Patterns":null},"System.Data.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"pykw33j66j-tg72k81p9v.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.WebAssembly.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qa6yar6pcc-71qb4r2d2s.gz"},"Patterns":null},"System.Reflection.DispatchProxy.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qc9qcqr5s2-kgscmlv3if.gz"},"Patterns":null},"System.ServiceModel.Web.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qikbjqw5lg-ice8a74mfp.gz"},"Patterns":null},"System.Runtime.Serialization.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qjiio5xtyo-9ywk5zf0ye.gz"},"Patterns":null},"System.Security.Cryptography.Cng.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qk4td0onpg-is3vw3toke.gz"},"Patterns":null},"System.Security.Principal.Windows.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qkrje1evcx-r50so417ua.gz"},"Patterns":null},"System.Reflection.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qsapjifxrx-oepwslok2k.gz"},"Patterns":null},"System.Threading.Overlapped.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"qzrso9t6qt-o0ci7lcesp.gz"},"Patterns":null},"System.Diagnostics.TraceSource.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"r8ctv4wyd5-4l2fl1axw2.gz"},"Patterns":null},"Microsoft.Extensions.FileSystemGlobbing.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"rgwxdst7lg-i464dwxnbb.gz"},"Patterns":null},"System.Collections.Specialized.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"rnkwus257z-sn8l98c62u.gz"},"Patterns":null},"System.Xml.ReaderWriter.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"rzmowmdt16-md2abzowf3.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"s7mmlewj7a-zuiq2k1loo.gz"},"Patterns":null},"System.Transactions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"sdk1at7c6v-yk1d03z5nw.gz"},"Patterns":null},"Microsoft.AspNetCore.Components.Forms.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"smfeiin53n-jm55dcm579.gz"},"Patterns":null},"System.Runtime.Intrinsics.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"smsafl7fbj-s2a2n0v8v5.gz"},"Patterns":null},"System.Reflection.Metadata.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"snmkueee03-zll5ovyn4j.gz"},"Patterns":null},"System.Security.Claims.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"sossmjk0pb-mgppqoca94.gz"},"Patterns":null},"System.Diagnostics.TextWriterTraceListener.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"sozkbt969q-6vo46yau5z.gz"},"Patterns":null},"Microsoft.Extensions.Configuration.FileExtensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"t08ccg8vt4-en8mb8dgz5.gz"},"Patterns":null},"System.Data.Common.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"t60y82b8ct-kbvoyvfq27.gz"},"Patterns":null},"Microsoft.Extensions.FileProviders.Abstractions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"tkl29nk5xg-1c7ksbormu.gz"},"Patterns":null},"System.Diagnostics.Contracts.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"tlmphuct5q-mjwur1vb3v.gz"},"Patterns":null},"icudt_CJK.dat.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"tup6oou17a-tjcz0u77k5.gz"},"Patterns":null},"System.Net.WebHeaderCollection.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"tuyn985nz3-6286hgwuqh.gz"},"Patterns":null},"System.Runtime.Extensions.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"u457dfzv6h-hsooj5ku5u.gz"},"Patterns":null},"System.Numerics.Vectors.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ucejdgoot3-pweg4f9jik.gz"},"Patterns":null},"System.Runtime.InteropServices.RuntimeInformation.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ui13sigocd-j622qnirva.gz"},"Patterns":null},"System.Net.NameResolution.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"vbrlhg9h7i-bipvwufop2.gz"},"Patterns":null},"System.Private.CoreLib.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"vejzz9omd4-rcys532pwr.gz"},"Patterns":null},"Microsoft.Extensions.DependencyInjection.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"w0pjq2d1lz-xqsu2wsvba.gz"},"Patterns":null},"System.Text.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"w42pov7xtq-ppd2fidtln.gz"},"Patterns":null},"System.Security.Cryptography.OpenSsl.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"w5w0qiszg7-035cxkpjqr.gz"},"Patterns":null},"System.Text.Encoding.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"wgok0adxrd-eyx33pgiad.gz"},"Patterns":null},"System.Security.Cryptography.Algorithms.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"witjyutmr6-lyl6xulxjq.gz"},"Patterns":null},"System.Collections.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"wjr06919zi-nie06qj6qo.gz"},"Patterns":null},"Microsoft.CSharp.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"x9g0ghziow-fgi1l05bvr.gz"},"Patterns":null},"System.Core.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"xa46nctul2-6oo2lq0wqm.gz"},"Patterns":null},"System.Drawing.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"xrv7w5idw0-g7amuh118t.gz"},"Patterns":null},"System.Threading.Tasks.Dataflow.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"xxdvu4kns6-esmmfynicw.gz"},"Patterns":null},"System.Diagnostics.Process.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"xyzushs1kt-gpvopyyhdq.gz"},"Patterns":null},"System.Net.Mail.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"yac1w3vy2r-u6tb74qjwk.gz"},"Patterns":null},"System.Net.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ycs4dc86o6-5x057ultqg.gz"},"Patterns":null},"System.Net.WebSockets.Client.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"ygbwol6ubw-lkvy8locnf.gz"},"Patterns":null},"System.Runtime.Serialization.Json.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"yk3g2cnkjp-gpcerlv545.gz"},"Patterns":null},"System.Diagnostics.Tools.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"z1lx69f3yb-3z6j1wct71.gz"},"Patterns":null},"System.Reflection.Primitives.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"z5n0i80wxd-ajsaevzb4n.gz"},"Patterns":null},"System.Net.Security.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"zd2msg63jn-9pmm5e0uc6.gz"},"Patterns":null},"System.Collections.Immutable.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"zfps9zsm5w-u0yuhvep8l.gz"},"Patterns":null},"System.Security.Cryptography.Csp.wasm.gz":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"zilwrgikc8-77wcsbalfb.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"appsettings.Development.json":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"appsettings.Development.json"},"Patterns":null},"appsettings.json":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"appsettings.json"},"Patterns":null},"Website.styles.css":{"Children":null,"Asset":{"ContentRootIndex":4,"SubPath":"Website.styles.css"},"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":3,"Pattern":"**","Depth":0}]}} \ No newline at end of file diff --git a/Website/Website/obj/Debug/net8.0/staticwebassets.pack.json b/Website/Website/obj/Debug/net8.0/staticwebassets.pack.json index 93b6836..b7e0528 100644 --- a/Website/Website/obj/Debug/net8.0/staticwebassets.pack.json +++ b/Website/Website/obj/Debug/net8.0/staticwebassets.pack.json @@ -1,35 +1,35 @@ { "Files": [ { - "Id": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\obj\\Debug\\net8.0\\scopedcss\\projectbundle\\Website.bundle.scp.css", + "Id": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\obj\\Debug\\net8.0\\scopedcss\\projectbundle\\Website.bundle.scp.css", "PackagePath": "staticwebassets\\Website.ny7zzouvch.bundle.scp.css" }, { - "Id": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\app.css", + "Id": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\app.css", "PackagePath": "staticwebassets\\app.css" }, { - "Id": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\bootstrap\\bootstrap.min.css", + "Id": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\bootstrap\\bootstrap.min.css", "PackagePath": "staticwebassets\\bootstrap\\bootstrap.min.css" }, { - "Id": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\bootstrap\\bootstrap.min.css.map", + "Id": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\bootstrap\\bootstrap.min.css.map", "PackagePath": "staticwebassets\\bootstrap\\bootstrap.min.css.map" }, { - "Id": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Alcohols.json", + "Id": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Alcohols.json", "PackagePath": "staticwebassets\\data\\Alcohols.json" }, { - "Id": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Drinks.json", + "Id": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Drinks.json", "PackagePath": "staticwebassets\\data\\Drinks.json" }, { - "Id": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Liquids.json", + "Id": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\data\\Liquids.json", "PackagePath": "staticwebassets\\data\\Liquids.json" }, { - "Id": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\wwwroot\\favicon.png", + "Id": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\wwwroot\\favicon.png", "PackagePath": "staticwebassets\\favicon.png" }, { diff --git a/Website/Website/obj/Debug/net8.0/staticwebassets.references.upToDateCheck.txt b/Website/Website/obj/Debug/net8.0/staticwebassets.references.upToDateCheck.txt index 44079ca..c918372 100644 --- a/Website/Website/obj/Debug/net8.0/staticwebassets.references.upToDateCheck.txt +++ b/Website/Website/obj/Debug/net8.0/staticwebassets.references.upToDateCheck.txt @@ -53,7 +53,12 @@ C:\Users\mgj32\Documents\GitHub\DrinksMachine\Website\Website.Client\obj\Debug\n C:\Users\mgj32\Documents\GitHub\DrinksMachine\Website\Website.Client\obj\Debug\net8.0\staticwebassets.build.json C:\Users\mgj32\Documents\GitHub\DrinksMachine\Website\Website.Client\obj\Debug\net8.0\staticwebassets.build.json C:\Users\mgj32\Documents\GitHub\DrinksMachine\Website\Website.Client\obj\Debug\net8.0\staticwebassets.build.json +<<<<<<< Updated upstream C:\Users\mgj32\Documents\DrinksMachine\Website\Website.Client\obj\Debug\net8.0\staticwebassets.build.json C:\Users\mgj32\Documents\DrinksMachine\Website\Website.Client\obj\Debug\net8.0\staticwebassets.build.json C:\Users\mgj32\Documents\DrinksMachine\Website\Website.Client\obj\Debug\net8.0\staticwebassets.build.json C:\Users\mgj32\Documents\DrinksMachine\Website\Website.Client\obj\Debug\net8.0\staticwebassets.build.json +======= +C:\Users\mgj32\Documents\GitHub\DrinksMachine\Website\Website.Client\obj\Debug\net8.0\staticwebassets.build.json +>>>>>>> Stashed changes +C:\Users\mgj32\Documents\GitHub\DrinksMachine\Website\Website.Client\obj\Debug\net8.0\staticwebassets.build.json diff --git a/Website/Website/obj/Debug/net8.0/staticwebassets/msbuild.Website.Microsoft.AspNetCore.StaticWebAssetEndpoints.props b/Website/Website/obj/Debug/net8.0/staticwebassets/msbuild.Website.Microsoft.AspNetCore.StaticWebAssetEndpoints.props index c4e04e8..6e47c16 100644 --- a/Website/Website/obj/Debug/net8.0/staticwebassets/msbuild.Website.Microsoft.AspNetCore.StaticWebAssetEndpoints.props +++ b/Website/Website/obj/Debug/net8.0/staticwebassets/msbuild.Website.Microsoft.AspNetCore.StaticWebAssetEndpoints.props @@ -4,97 +4,97 @@ $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\app.css')) - + $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\app.css')) - + - + $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\bootstrap\bootstrap.min.css')) - - + + $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\bootstrap\bootstrap.min.css')) - - + + $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\bootstrap\bootstrap.min.css.map')) - + $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\bootstrap\bootstrap.min.css.map')) - + $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\data\Alcohols.json')) - + $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\data\Alcohols.json')) - + - + $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\data\Drinks.json')) - - + + - + $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\data\Drinks.json')) - - + + $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\data\Liquids.json')) - + $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\data\Liquids.json')) - + $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\favicon.png')) - + $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\favicon.png')) - + $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\Website.ny7zzouvch.bundle.scp.css')) - + $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\Website.ny7zzouvch.bundle.scp.css')) - + \ No newline at end of file diff --git a/Website/Website/obj/Debug/net8.0/staticwebassets/msbuild.Website.Microsoft.AspNetCore.StaticWebAssets.props b/Website/Website/obj/Debug/net8.0/staticwebassets/msbuild.Website.Microsoft.AspNetCore.StaticWebAssets.props index a6ab8a4..2733f32 100644 --- a/Website/Website/obj/Debug/net8.0/staticwebassets/msbuild.Website.Microsoft.AspNetCore.StaticWebAssets.props +++ b/Website/Website/obj/Debug/net8.0/staticwebassets/msbuild.Website.Microsoft.AspNetCore.StaticWebAssets.props @@ -30,8 +30,8 @@ - 6gzpyzhau4 - SiIVMGgRhdXjKSTIddX7mh9IbOXVcwQWc7/p4nS6D/0= + bpk8xqwxhs + z8OR40MowJ8GgK6P89Y+hiJK5+cclzFHzLhFQLL92bg= Never PreserveNewest $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\bootstrap\bootstrap.min.css')) @@ -84,8 +84,8 @@ - hh1uwoj8km - BRP1Eq+lLuJX0DMpbOkCGfXBbp5dmfliNFm2onTFtXQ= + r0fx6twfvd + S+TwWNO40FY8Ct3G0vy78I/zMwMtvKTvCVyCDrxjJeM= Never PreserveNewest $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\data\Drinks.json')) diff --git a/Website/Website/obj/Website.csproj.nuget.dgspec.json b/Website/Website/obj/Website.csproj.nuget.dgspec.json index eb8fc23..bc0f0d9 100644 --- a/Website/Website/obj/Website.csproj.nuget.dgspec.json +++ b/Website/Website/obj/Website.csproj.nuget.dgspec.json @@ -1,17 +1,17 @@ { "format": 1, "restore": { - "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Website.csproj": {} + "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Website.csproj": {} }, "projects": { - "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\Website.Client.csproj": { + "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\Website.Client.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\Website.Client.csproj", + "projectUniqueName": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\Website.Client.csproj", "projectName": "Website.Client", - "projectPath": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\Website.Client.csproj", + "projectPath": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\Website.Client.csproj", "packagesPath": "C:\\Users\\mgj32\\.nuget\\packages\\", - "outputPath": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\obj\\", + "outputPath": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" @@ -42,7 +42,7 @@ "restoreAuditProperties": { "enableAudit": "true", "auditLevel": "low", - "auditMode": "direct" + "auditMode": "all" }, "SdkAnalysisLevel": "9.0.100" }, @@ -89,7 +89,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.101/PortableRuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.100/PortableRuntimeIdentifierGraph.json" } }, "runtimes": { @@ -98,14 +98,14 @@ } } }, - "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Website.csproj": { + "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Website.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Website.csproj", + "projectUniqueName": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Website.csproj", "projectName": "Website", - "projectPath": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Website.csproj", + "projectPath": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Website.csproj", "packagesPath": "C:\\Users\\mgj32\\.nuget\\packages\\", - "outputPath": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\obj\\", + "outputPath": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" @@ -126,8 +126,8 @@ "net8.0": { "targetAlias": "net8.0", "projectReferences": { - "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\Website.Client.csproj": { - "projectPath": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\Website.Client.csproj" + "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\Website.Client.csproj": { + "projectPath": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\Website.Client.csproj" } } } @@ -140,7 +140,7 @@ "restoreAuditProperties": { "enableAudit": "true", "auditLevel": "low", - "auditMode": "direct" + "auditMode": "all" }, "SdkAnalysisLevel": "9.0.100" }, @@ -155,6 +155,10 @@ "Newtonsoft.Json": { "target": "Package", "version": "[13.0.3, )" + }, + "System.IO.Ports": { + "target": "Package", + "version": "[9.0.2, )" } }, "imports": [ @@ -176,7 +180,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.101/PortableRuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.100/PortableRuntimeIdentifierGraph.json" } } } diff --git a/Website/Website/obj/Website.csproj.nuget.g.props b/Website/Website/obj/Website.csproj.nuget.g.props index 97b2912..b00295e 100644 --- a/Website/Website/obj/Website.csproj.nuget.g.props +++ b/Website/Website/obj/Website.csproj.nuget.g.props @@ -7,7 +7,7 @@ $(UserProfile)\.nuget\packages\ C:\Users\mgj32\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages PackageReference - 6.12.2 + 6.12.1 diff --git a/Website/Website/obj/project.assets.json b/Website/Website/obj/project.assets.json index a702703..f935e4c 100644 --- a/Website/Website/obj/project.assets.json +++ b/Website/Website/obj/project.assets.json @@ -447,6 +447,1131 @@ } } }, + "runtime.android-arm.runtime.native.System.IO.Ports/9.0.2": { + "type": "package", + "runtimeTargets": { + "runtimes/android-arm/native/libSystem.IO.Ports.Native.so": { + "assetType": "native", + "rid": "android-arm" + }, + "runtimes/android-arm64/native/_._": { + "assetType": "native", + "rid": "android-arm64" + }, + "runtimes/android-x64/native/_._": { + "assetType": "native", + "rid": "android-x64" + }, + "runtimes/android-x86/native/_._": { + "assetType": "native", + "rid": "android-x86" + }, + "runtimes/linux-arm/native/_._": { + "assetType": "native", + "rid": "linux-arm" + }, + "runtimes/linux-arm64/native/_._": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-bionic-arm64/native/_._": { + "assetType": "native", + "rid": "linux-bionic-arm64" + }, + "runtimes/linux-bionic-x64/native/_._": { + "assetType": "native", + "rid": "linux-bionic-x64" + }, + "runtimes/linux-musl-arm/native/_._": { + "assetType": "native", + "rid": "linux-musl-arm" + }, + "runtimes/linux-musl-arm64/native/_._": { + "assetType": "native", + "rid": "linux-musl-arm64" + }, + "runtimes/linux-musl-x64/native/_._": { + "assetType": "native", + "rid": "linux-musl-x64" + }, + "runtimes/linux-x64/native/_._": { + "assetType": "native", + "rid": "linux-x64" + }, + "runtimes/maccatalyst-arm64/native/_._": { + "assetType": "native", + "rid": "maccatalyst-arm64" + }, + "runtimes/maccatalyst-x64/native/_._": { + "assetType": "native", + "rid": "maccatalyst-x64" + }, + "runtimes/osx-arm64/native/_._": { + "assetType": "native", + "rid": "osx-arm64" + }, + "runtimes/osx-x64/native/_._": { + "assetType": "native", + "rid": "osx-x64" + } + } + }, + "runtime.android-arm64.runtime.native.System.IO.Ports/9.0.2": { + "type": "package", + "runtimeTargets": { + "runtimes/android-arm/native/_._": { + "assetType": "native", + "rid": "android-arm" + }, + "runtimes/android-arm64/native/libSystem.IO.Ports.Native.so": { + "assetType": "native", + "rid": "android-arm64" + }, + "runtimes/android-x64/native/_._": { + "assetType": "native", + "rid": "android-x64" + }, + "runtimes/android-x86/native/_._": { + "assetType": "native", + "rid": "android-x86" + }, + "runtimes/linux-arm/native/_._": { + "assetType": "native", + "rid": "linux-arm" + }, + "runtimes/linux-arm64/native/_._": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-bionic-arm64/native/_._": { + "assetType": "native", + "rid": "linux-bionic-arm64" + }, + "runtimes/linux-bionic-x64/native/_._": { + "assetType": "native", + "rid": "linux-bionic-x64" + }, + "runtimes/linux-musl-arm/native/_._": { + "assetType": "native", + "rid": "linux-musl-arm" + }, + "runtimes/linux-musl-arm64/native/_._": { + "assetType": "native", + "rid": "linux-musl-arm64" + }, + "runtimes/linux-musl-x64/native/_._": { + "assetType": "native", + "rid": "linux-musl-x64" + }, + "runtimes/linux-x64/native/_._": { + "assetType": "native", + "rid": "linux-x64" + }, + "runtimes/maccatalyst-arm64/native/_._": { + "assetType": "native", + "rid": "maccatalyst-arm64" + }, + "runtimes/maccatalyst-x64/native/_._": { + "assetType": "native", + "rid": "maccatalyst-x64" + }, + "runtimes/osx-arm64/native/_._": { + "assetType": "native", + "rid": "osx-arm64" + }, + "runtimes/osx-x64/native/_._": { + "assetType": "native", + "rid": "osx-x64" + } + } + }, + "runtime.android-x64.runtime.native.System.IO.Ports/9.0.2": { + "type": "package", + "runtimeTargets": { + "runtimes/android-arm/native/_._": { + "assetType": "native", + "rid": "android-arm" + }, + "runtimes/android-arm64/native/_._": { + "assetType": "native", + "rid": "android-arm64" + }, + "runtimes/android-x64/native/libSystem.IO.Ports.Native.so": { + "assetType": "native", + "rid": "android-x64" + }, + "runtimes/android-x86/native/_._": { + "assetType": "native", + "rid": "android-x86" + }, + "runtimes/linux-arm/native/_._": { + "assetType": "native", + "rid": "linux-arm" + }, + "runtimes/linux-arm64/native/_._": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-bionic-arm64/native/_._": { + "assetType": "native", + "rid": "linux-bionic-arm64" + }, + "runtimes/linux-bionic-x64/native/_._": { + "assetType": "native", + "rid": "linux-bionic-x64" + }, + "runtimes/linux-musl-arm/native/_._": { + "assetType": "native", + "rid": "linux-musl-arm" + }, + "runtimes/linux-musl-arm64/native/_._": { + "assetType": "native", + "rid": "linux-musl-arm64" + }, + "runtimes/linux-musl-x64/native/_._": { + "assetType": "native", + "rid": "linux-musl-x64" + }, + "runtimes/linux-x64/native/_._": { + "assetType": "native", + "rid": "linux-x64" + }, + "runtimes/maccatalyst-arm64/native/_._": { + "assetType": "native", + "rid": "maccatalyst-arm64" + }, + "runtimes/maccatalyst-x64/native/_._": { + "assetType": "native", + "rid": "maccatalyst-x64" + }, + "runtimes/osx-arm64/native/_._": { + "assetType": "native", + "rid": "osx-arm64" + }, + "runtimes/osx-x64/native/_._": { + "assetType": "native", + "rid": "osx-x64" + } + } + }, + "runtime.android-x86.runtime.native.System.IO.Ports/9.0.2": { + "type": "package", + "runtimeTargets": { + "runtimes/android-arm/native/_._": { + "assetType": "native", + "rid": "android-arm" + }, + "runtimes/android-arm64/native/_._": { + "assetType": "native", + "rid": "android-arm64" + }, + "runtimes/android-x64/native/_._": { + "assetType": "native", + "rid": "android-x64" + }, + "runtimes/android-x86/native/libSystem.IO.Ports.Native.so": { + "assetType": "native", + "rid": "android-x86" + }, + "runtimes/linux-arm/native/_._": { + "assetType": "native", + "rid": "linux-arm" + }, + "runtimes/linux-arm64/native/_._": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-bionic-arm64/native/_._": { + "assetType": "native", + "rid": "linux-bionic-arm64" + }, + "runtimes/linux-bionic-x64/native/_._": { + "assetType": "native", + "rid": "linux-bionic-x64" + }, + "runtimes/linux-musl-arm/native/_._": { + "assetType": "native", + "rid": "linux-musl-arm" + }, + "runtimes/linux-musl-arm64/native/_._": { + "assetType": "native", + "rid": "linux-musl-arm64" + }, + "runtimes/linux-musl-x64/native/_._": { + "assetType": "native", + "rid": "linux-musl-x64" + }, + "runtimes/linux-x64/native/_._": { + "assetType": "native", + "rid": "linux-x64" + }, + "runtimes/maccatalyst-arm64/native/_._": { + "assetType": "native", + "rid": "maccatalyst-arm64" + }, + "runtimes/maccatalyst-x64/native/_._": { + "assetType": "native", + "rid": "maccatalyst-x64" + }, + "runtimes/osx-arm64/native/_._": { + "assetType": "native", + "rid": "osx-arm64" + }, + "runtimes/osx-x64/native/_._": { + "assetType": "native", + "rid": "osx-x64" + } + } + }, + "runtime.linux-arm.runtime.native.System.IO.Ports/9.0.2": { + "type": "package", + "runtimeTargets": { + "runtimes/android-arm/native/_._": { + "assetType": "native", + "rid": "android-arm" + }, + "runtimes/android-arm64/native/_._": { + "assetType": "native", + "rid": "android-arm64" + }, + "runtimes/android-x64/native/_._": { + "assetType": "native", + "rid": "android-x64" + }, + "runtimes/android-x86/native/_._": { + "assetType": "native", + "rid": "android-x86" + }, + "runtimes/linux-arm/native/libSystem.IO.Ports.Native.so": { + "assetType": "native", + "rid": "linux-arm" + }, + "runtimes/linux-arm64/native/_._": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-bionic-arm64/native/_._": { + "assetType": "native", + "rid": "linux-bionic-arm64" + }, + "runtimes/linux-bionic-x64/native/_._": { + "assetType": "native", + "rid": "linux-bionic-x64" + }, + "runtimes/linux-musl-arm/native/_._": { + "assetType": "native", + "rid": "linux-musl-arm" + }, + "runtimes/linux-musl-arm64/native/_._": { + "assetType": "native", + "rid": "linux-musl-arm64" + }, + "runtimes/linux-musl-x64/native/_._": { + "assetType": "native", + "rid": "linux-musl-x64" + }, + "runtimes/linux-x64/native/_._": { + "assetType": "native", + "rid": "linux-x64" + }, + "runtimes/maccatalyst-arm64/native/_._": { + "assetType": "native", + "rid": "maccatalyst-arm64" + }, + "runtimes/maccatalyst-x64/native/_._": { + "assetType": "native", + "rid": "maccatalyst-x64" + }, + "runtimes/osx-arm64/native/_._": { + "assetType": "native", + "rid": "osx-arm64" + }, + "runtimes/osx-x64/native/_._": { + "assetType": "native", + "rid": "osx-x64" + } + } + }, + "runtime.linux-arm64.runtime.native.System.IO.Ports/9.0.2": { + "type": "package", + "runtimeTargets": { + "runtimes/android-arm/native/_._": { + "assetType": "native", + "rid": "android-arm" + }, + "runtimes/android-arm64/native/_._": { + "assetType": "native", + "rid": "android-arm64" + }, + "runtimes/android-x64/native/_._": { + "assetType": "native", + "rid": "android-x64" + }, + "runtimes/android-x86/native/_._": { + "assetType": "native", + "rid": "android-x86" + }, + "runtimes/linux-arm/native/_._": { + "assetType": "native", + "rid": "linux-arm" + }, + "runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-bionic-arm64/native/_._": { + "assetType": "native", + "rid": "linux-bionic-arm64" + }, + "runtimes/linux-bionic-x64/native/_._": { + "assetType": "native", + "rid": "linux-bionic-x64" + }, + "runtimes/linux-musl-arm/native/_._": { + "assetType": "native", + "rid": "linux-musl-arm" + }, + "runtimes/linux-musl-arm64/native/_._": { + "assetType": "native", + "rid": "linux-musl-arm64" + }, + "runtimes/linux-musl-x64/native/_._": { + "assetType": "native", + "rid": "linux-musl-x64" + }, + "runtimes/linux-x64/native/_._": { + "assetType": "native", + "rid": "linux-x64" + }, + "runtimes/maccatalyst-arm64/native/_._": { + "assetType": "native", + "rid": "maccatalyst-arm64" + }, + "runtimes/maccatalyst-x64/native/_._": { + "assetType": "native", + "rid": "maccatalyst-x64" + }, + "runtimes/osx-arm64/native/_._": { + "assetType": "native", + "rid": "osx-arm64" + }, + "runtimes/osx-x64/native/_._": { + "assetType": "native", + "rid": "osx-x64" + } + } + }, + "runtime.linux-bionic-arm64.runtime.native.System.IO.Ports/9.0.2": { + "type": "package", + "runtimeTargets": { + "runtimes/android-arm/native/_._": { + "assetType": "native", + "rid": "android-arm" + }, + "runtimes/android-arm64/native/_._": { + "assetType": "native", + "rid": "android-arm64" + }, + "runtimes/android-x64/native/_._": { + "assetType": "native", + "rid": "android-x64" + }, + "runtimes/android-x86/native/_._": { + "assetType": "native", + "rid": "android-x86" + }, + "runtimes/linux-arm/native/_._": { + "assetType": "native", + "rid": "linux-arm" + }, + "runtimes/linux-arm64/native/_._": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-bionic-arm64/native/libSystem.IO.Ports.Native.so": { + "assetType": "native", + "rid": "linux-bionic-arm64" + }, + "runtimes/linux-bionic-x64/native/_._": { + "assetType": "native", + "rid": "linux-bionic-x64" + }, + "runtimes/linux-musl-arm/native/_._": { + "assetType": "native", + "rid": "linux-musl-arm" + }, + "runtimes/linux-musl-arm64/native/_._": { + "assetType": "native", + "rid": "linux-musl-arm64" + }, + "runtimes/linux-musl-x64/native/_._": { + "assetType": "native", + "rid": "linux-musl-x64" + }, + "runtimes/linux-x64/native/_._": { + "assetType": "native", + "rid": "linux-x64" + }, + "runtimes/maccatalyst-arm64/native/_._": { + "assetType": "native", + "rid": "maccatalyst-arm64" + }, + "runtimes/maccatalyst-x64/native/_._": { + "assetType": "native", + "rid": "maccatalyst-x64" + }, + "runtimes/osx-arm64/native/_._": { + "assetType": "native", + "rid": "osx-arm64" + }, + "runtimes/osx-x64/native/_._": { + "assetType": "native", + "rid": "osx-x64" + } + } + }, + "runtime.linux-bionic-x64.runtime.native.System.IO.Ports/9.0.2": { + "type": "package", + "runtimeTargets": { + "runtimes/android-arm/native/_._": { + "assetType": "native", + "rid": "android-arm" + }, + "runtimes/android-arm64/native/_._": { + "assetType": "native", + "rid": "android-arm64" + }, + "runtimes/android-x64/native/_._": { + "assetType": "native", + "rid": "android-x64" + }, + "runtimes/android-x86/native/_._": { + "assetType": "native", + "rid": "android-x86" + }, + "runtimes/linux-arm/native/_._": { + "assetType": "native", + "rid": "linux-arm" + }, + "runtimes/linux-arm64/native/_._": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-bionic-arm64/native/_._": { + "assetType": "native", + "rid": "linux-bionic-arm64" + }, + "runtimes/linux-bionic-x64/native/libSystem.IO.Ports.Native.so": { + "assetType": "native", + "rid": "linux-bionic-x64" + }, + "runtimes/linux-musl-arm/native/_._": { + "assetType": "native", + "rid": "linux-musl-arm" + }, + "runtimes/linux-musl-arm64/native/_._": { + "assetType": "native", + "rid": "linux-musl-arm64" + }, + "runtimes/linux-musl-x64/native/_._": { + "assetType": "native", + "rid": "linux-musl-x64" + }, + "runtimes/linux-x64/native/_._": { + "assetType": "native", + "rid": "linux-x64" + }, + "runtimes/maccatalyst-arm64/native/_._": { + "assetType": "native", + "rid": "maccatalyst-arm64" + }, + "runtimes/maccatalyst-x64/native/_._": { + "assetType": "native", + "rid": "maccatalyst-x64" + }, + "runtimes/osx-arm64/native/_._": { + "assetType": "native", + "rid": "osx-arm64" + }, + "runtimes/osx-x64/native/_._": { + "assetType": "native", + "rid": "osx-x64" + } + } + }, + "runtime.linux-musl-arm.runtime.native.System.IO.Ports/9.0.2": { + "type": "package", + "runtimeTargets": { + "runtimes/android-arm/native/_._": { + "assetType": "native", + "rid": "android-arm" + }, + "runtimes/android-arm64/native/_._": { + "assetType": "native", + "rid": "android-arm64" + }, + "runtimes/android-x64/native/_._": { + "assetType": "native", + "rid": "android-x64" + }, + "runtimes/android-x86/native/_._": { + "assetType": "native", + "rid": "android-x86" + }, + "runtimes/linux-arm/native/_._": { + "assetType": "native", + "rid": "linux-arm" + }, + "runtimes/linux-arm64/native/_._": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-bionic-arm64/native/_._": { + "assetType": "native", + "rid": "linux-bionic-arm64" + }, + "runtimes/linux-bionic-x64/native/_._": { + "assetType": "native", + "rid": "linux-bionic-x64" + }, + "runtimes/linux-musl-arm/native/libSystem.IO.Ports.Native.so": { + "assetType": "native", + "rid": "linux-musl-arm" + }, + "runtimes/linux-musl-arm64/native/_._": { + "assetType": "native", + "rid": "linux-musl-arm64" + }, + "runtimes/linux-musl-x64/native/_._": { + "assetType": "native", + "rid": "linux-musl-x64" + }, + "runtimes/linux-x64/native/_._": { + "assetType": "native", + "rid": "linux-x64" + }, + "runtimes/maccatalyst-arm64/native/_._": { + "assetType": "native", + "rid": "maccatalyst-arm64" + }, + "runtimes/maccatalyst-x64/native/_._": { + "assetType": "native", + "rid": "maccatalyst-x64" + }, + "runtimes/osx-arm64/native/_._": { + "assetType": "native", + "rid": "osx-arm64" + }, + "runtimes/osx-x64/native/_._": { + "assetType": "native", + "rid": "osx-x64" + } + } + }, + "runtime.linux-musl-arm64.runtime.native.System.IO.Ports/9.0.2": { + "type": "package", + "runtimeTargets": { + "runtimes/android-arm/native/_._": { + "assetType": "native", + "rid": "android-arm" + }, + "runtimes/android-arm64/native/_._": { + "assetType": "native", + "rid": "android-arm64" + }, + "runtimes/android-x64/native/_._": { + "assetType": "native", + "rid": "android-x64" + }, + "runtimes/android-x86/native/_._": { + "assetType": "native", + "rid": "android-x86" + }, + "runtimes/linux-arm/native/_._": { + "assetType": "native", + "rid": "linux-arm" + }, + "runtimes/linux-arm64/native/_._": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-bionic-arm64/native/_._": { + "assetType": "native", + "rid": "linux-bionic-arm64" + }, + "runtimes/linux-bionic-x64/native/_._": { + "assetType": "native", + "rid": "linux-bionic-x64" + }, + "runtimes/linux-musl-arm/native/_._": { + "assetType": "native", + "rid": "linux-musl-arm" + }, + "runtimes/linux-musl-arm64/native/libSystem.IO.Ports.Native.so": { + "assetType": "native", + "rid": "linux-musl-arm64" + }, + "runtimes/linux-musl-x64/native/_._": { + "assetType": "native", + "rid": "linux-musl-x64" + }, + "runtimes/linux-x64/native/_._": { + "assetType": "native", + "rid": "linux-x64" + }, + "runtimes/maccatalyst-arm64/native/_._": { + "assetType": "native", + "rid": "maccatalyst-arm64" + }, + "runtimes/maccatalyst-x64/native/_._": { + "assetType": "native", + "rid": "maccatalyst-x64" + }, + "runtimes/osx-arm64/native/_._": { + "assetType": "native", + "rid": "osx-arm64" + }, + "runtimes/osx-x64/native/_._": { + "assetType": "native", + "rid": "osx-x64" + } + } + }, + "runtime.linux-musl-x64.runtime.native.System.IO.Ports/9.0.2": { + "type": "package", + "runtimeTargets": { + "runtimes/android-arm/native/_._": { + "assetType": "native", + "rid": "android-arm" + }, + "runtimes/android-arm64/native/_._": { + "assetType": "native", + "rid": "android-arm64" + }, + "runtimes/android-x64/native/_._": { + "assetType": "native", + "rid": "android-x64" + }, + "runtimes/android-x86/native/_._": { + "assetType": "native", + "rid": "android-x86" + }, + "runtimes/linux-arm/native/_._": { + "assetType": "native", + "rid": "linux-arm" + }, + "runtimes/linux-arm64/native/_._": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-bionic-arm64/native/_._": { + "assetType": "native", + "rid": "linux-bionic-arm64" + }, + "runtimes/linux-bionic-x64/native/_._": { + "assetType": "native", + "rid": "linux-bionic-x64" + }, + "runtimes/linux-musl-arm/native/_._": { + "assetType": "native", + "rid": "linux-musl-arm" + }, + "runtimes/linux-musl-arm64/native/_._": { + "assetType": "native", + "rid": "linux-musl-arm64" + }, + "runtimes/linux-musl-x64/native/libSystem.IO.Ports.Native.so": { + "assetType": "native", + "rid": "linux-musl-x64" + }, + "runtimes/linux-x64/native/_._": { + "assetType": "native", + "rid": "linux-x64" + }, + "runtimes/maccatalyst-arm64/native/_._": { + "assetType": "native", + "rid": "maccatalyst-arm64" + }, + "runtimes/maccatalyst-x64/native/_._": { + "assetType": "native", + "rid": "maccatalyst-x64" + }, + "runtimes/osx-arm64/native/_._": { + "assetType": "native", + "rid": "osx-arm64" + }, + "runtimes/osx-x64/native/_._": { + "assetType": "native", + "rid": "osx-x64" + } + } + }, + "runtime.linux-x64.runtime.native.System.IO.Ports/9.0.2": { + "type": "package", + "runtimeTargets": { + "runtimes/android-arm/native/_._": { + "assetType": "native", + "rid": "android-arm" + }, + "runtimes/android-arm64/native/_._": { + "assetType": "native", + "rid": "android-arm64" + }, + "runtimes/android-x64/native/_._": { + "assetType": "native", + "rid": "android-x64" + }, + "runtimes/android-x86/native/_._": { + "assetType": "native", + "rid": "android-x86" + }, + "runtimes/linux-arm/native/_._": { + "assetType": "native", + "rid": "linux-arm" + }, + "runtimes/linux-arm64/native/_._": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-bionic-arm64/native/_._": { + "assetType": "native", + "rid": "linux-bionic-arm64" + }, + "runtimes/linux-bionic-x64/native/_._": { + "assetType": "native", + "rid": "linux-bionic-x64" + }, + "runtimes/linux-musl-arm/native/_._": { + "assetType": "native", + "rid": "linux-musl-arm" + }, + "runtimes/linux-musl-arm64/native/_._": { + "assetType": "native", + "rid": "linux-musl-arm64" + }, + "runtimes/linux-musl-x64/native/_._": { + "assetType": "native", + "rid": "linux-musl-x64" + }, + "runtimes/linux-x64/native/libSystem.IO.Ports.Native.so": { + "assetType": "native", + "rid": "linux-x64" + }, + "runtimes/maccatalyst-arm64/native/_._": { + "assetType": "native", + "rid": "maccatalyst-arm64" + }, + "runtimes/maccatalyst-x64/native/_._": { + "assetType": "native", + "rid": "maccatalyst-x64" + }, + "runtimes/osx-arm64/native/_._": { + "assetType": "native", + "rid": "osx-arm64" + }, + "runtimes/osx-x64/native/_._": { + "assetType": "native", + "rid": "osx-x64" + } + } + }, + "runtime.maccatalyst-arm64.runtime.native.System.IO.Ports/9.0.2": { + "type": "package", + "runtimeTargets": { + "runtimes/android-arm/native/_._": { + "assetType": "native", + "rid": "android-arm" + }, + "runtimes/android-arm64/native/_._": { + "assetType": "native", + "rid": "android-arm64" + }, + "runtimes/android-x64/native/_._": { + "assetType": "native", + "rid": "android-x64" + }, + "runtimes/android-x86/native/_._": { + "assetType": "native", + "rid": "android-x86" + }, + "runtimes/linux-arm/native/_._": { + "assetType": "native", + "rid": "linux-arm" + }, + "runtimes/linux-arm64/native/_._": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-bionic-arm64/native/_._": { + "assetType": "native", + "rid": "linux-bionic-arm64" + }, + "runtimes/linux-bionic-x64/native/_._": { + "assetType": "native", + "rid": "linux-bionic-x64" + }, + "runtimes/linux-musl-arm/native/_._": { + "assetType": "native", + "rid": "linux-musl-arm" + }, + "runtimes/linux-musl-arm64/native/_._": { + "assetType": "native", + "rid": "linux-musl-arm64" + }, + "runtimes/linux-musl-x64/native/_._": { + "assetType": "native", + "rid": "linux-musl-x64" + }, + "runtimes/linux-x64/native/_._": { + "assetType": "native", + "rid": "linux-x64" + }, + "runtimes/maccatalyst-arm64/native/libSystem.IO.Ports.Native.dylib": { + "assetType": "native", + "rid": "maccatalyst-arm64" + }, + "runtimes/maccatalyst-x64/native/_._": { + "assetType": "native", + "rid": "maccatalyst-x64" + }, + "runtimes/osx-arm64/native/_._": { + "assetType": "native", + "rid": "osx-arm64" + }, + "runtimes/osx-x64/native/_._": { + "assetType": "native", + "rid": "osx-x64" + } + } + }, + "runtime.maccatalyst-x64.runtime.native.System.IO.Ports/9.0.2": { + "type": "package", + "runtimeTargets": { + "runtimes/android-arm/native/_._": { + "assetType": "native", + "rid": "android-arm" + }, + "runtimes/android-arm64/native/_._": { + "assetType": "native", + "rid": "android-arm64" + }, + "runtimes/android-x64/native/_._": { + "assetType": "native", + "rid": "android-x64" + }, + "runtimes/android-x86/native/_._": { + "assetType": "native", + "rid": "android-x86" + }, + "runtimes/linux-arm/native/_._": { + "assetType": "native", + "rid": "linux-arm" + }, + "runtimes/linux-arm64/native/_._": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-bionic-arm64/native/_._": { + "assetType": "native", + "rid": "linux-bionic-arm64" + }, + "runtimes/linux-bionic-x64/native/_._": { + "assetType": "native", + "rid": "linux-bionic-x64" + }, + "runtimes/linux-musl-arm/native/_._": { + "assetType": "native", + "rid": "linux-musl-arm" + }, + "runtimes/linux-musl-arm64/native/_._": { + "assetType": "native", + "rid": "linux-musl-arm64" + }, + "runtimes/linux-musl-x64/native/_._": { + "assetType": "native", + "rid": "linux-musl-x64" + }, + "runtimes/linux-x64/native/_._": { + "assetType": "native", + "rid": "linux-x64" + }, + "runtimes/maccatalyst-arm64/native/_._": { + "assetType": "native", + "rid": "maccatalyst-arm64" + }, + "runtimes/maccatalyst-x64/native/libSystem.IO.Ports.Native.dylib": { + "assetType": "native", + "rid": "maccatalyst-x64" + }, + "runtimes/osx-arm64/native/_._": { + "assetType": "native", + "rid": "osx-arm64" + }, + "runtimes/osx-x64/native/_._": { + "assetType": "native", + "rid": "osx-x64" + } + } + }, + "runtime.native.System.IO.Ports/9.0.2": { + "type": "package", + "dependencies": { + "runtime.android-arm.runtime.native.System.IO.Ports": "9.0.2", + "runtime.android-arm64.runtime.native.System.IO.Ports": "9.0.2", + "runtime.android-x64.runtime.native.System.IO.Ports": "9.0.2", + "runtime.android-x86.runtime.native.System.IO.Ports": "9.0.2", + "runtime.linux-arm.runtime.native.System.IO.Ports": "9.0.2", + "runtime.linux-arm64.runtime.native.System.IO.Ports": "9.0.2", + "runtime.linux-bionic-arm64.runtime.native.System.IO.Ports": "9.0.2", + "runtime.linux-bionic-x64.runtime.native.System.IO.Ports": "9.0.2", + "runtime.linux-musl-arm.runtime.native.System.IO.Ports": "9.0.2", + "runtime.linux-musl-arm64.runtime.native.System.IO.Ports": "9.0.2", + "runtime.linux-musl-x64.runtime.native.System.IO.Ports": "9.0.2", + "runtime.linux-x64.runtime.native.System.IO.Ports": "9.0.2", + "runtime.maccatalyst-arm64.runtime.native.System.IO.Ports": "9.0.2", + "runtime.maccatalyst-x64.runtime.native.System.IO.Ports": "9.0.2", + "runtime.osx-arm64.runtime.native.System.IO.Ports": "9.0.2", + "runtime.osx-x64.runtime.native.System.IO.Ports": "9.0.2" + } + }, + "runtime.osx-arm64.runtime.native.System.IO.Ports/9.0.2": { + "type": "package", + "runtimeTargets": { + "runtimes/android-arm/native/_._": { + "assetType": "native", + "rid": "android-arm" + }, + "runtimes/android-arm64/native/_._": { + "assetType": "native", + "rid": "android-arm64" + }, + "runtimes/android-x64/native/_._": { + "assetType": "native", + "rid": "android-x64" + }, + "runtimes/android-x86/native/_._": { + "assetType": "native", + "rid": "android-x86" + }, + "runtimes/linux-arm/native/_._": { + "assetType": "native", + "rid": "linux-arm" + }, + "runtimes/linux-arm64/native/_._": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-bionic-arm64/native/_._": { + "assetType": "native", + "rid": "linux-bionic-arm64" + }, + "runtimes/linux-bionic-x64/native/_._": { + "assetType": "native", + "rid": "linux-bionic-x64" + }, + "runtimes/linux-musl-arm/native/_._": { + "assetType": "native", + "rid": "linux-musl-arm" + }, + "runtimes/linux-musl-arm64/native/_._": { + "assetType": "native", + "rid": "linux-musl-arm64" + }, + "runtimes/linux-musl-x64/native/_._": { + "assetType": "native", + "rid": "linux-musl-x64" + }, + "runtimes/linux-x64/native/_._": { + "assetType": "native", + "rid": "linux-x64" + }, + "runtimes/maccatalyst-arm64/native/_._": { + "assetType": "native", + "rid": "maccatalyst-arm64" + }, + "runtimes/maccatalyst-x64/native/_._": { + "assetType": "native", + "rid": "maccatalyst-x64" + }, + "runtimes/osx-arm64/native/libSystem.IO.Ports.Native.dylib": { + "assetType": "native", + "rid": "osx-arm64" + }, + "runtimes/osx-x64/native/_._": { + "assetType": "native", + "rid": "osx-x64" + } + } + }, + "runtime.osx-x64.runtime.native.System.IO.Ports/9.0.2": { + "type": "package", + "runtimeTargets": { + "runtimes/android-arm/native/_._": { + "assetType": "native", + "rid": "android-arm" + }, + "runtimes/android-arm64/native/_._": { + "assetType": "native", + "rid": "android-arm64" + }, + "runtimes/android-x64/native/_._": { + "assetType": "native", + "rid": "android-x64" + }, + "runtimes/android-x86/native/_._": { + "assetType": "native", + "rid": "android-x86" + }, + "runtimes/linux-arm/native/_._": { + "assetType": "native", + "rid": "linux-arm" + }, + "runtimes/linux-arm64/native/_._": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-bionic-arm64/native/_._": { + "assetType": "native", + "rid": "linux-bionic-arm64" + }, + "runtimes/linux-bionic-x64/native/_._": { + "assetType": "native", + "rid": "linux-bionic-x64" + }, + "runtimes/linux-musl-arm/native/_._": { + "assetType": "native", + "rid": "linux-musl-arm" + }, + "runtimes/linux-musl-arm64/native/_._": { + "assetType": "native", + "rid": "linux-musl-arm64" + }, + "runtimes/linux-musl-x64/native/_._": { + "assetType": "native", + "rid": "linux-musl-x64" + }, + "runtimes/linux-x64/native/_._": { + "assetType": "native", + "rid": "linux-x64" + }, + "runtimes/maccatalyst-arm64/native/_._": { + "assetType": "native", + "rid": "maccatalyst-arm64" + }, + "runtimes/maccatalyst-x64/native/_._": { + "assetType": "native", + "rid": "maccatalyst-x64" + }, + "runtimes/osx-arm64/native/_._": { + "assetType": "native", + "rid": "osx-arm64" + }, + "runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib": { + "assetType": "native", + "rid": "osx-x64" + } + } + }, "System.IO.Pipelines/8.0.0": { "type": "package", "compile": { @@ -463,6 +1588,35 @@ "buildTransitive/net6.0/_._": {} } }, + "System.IO.Ports/9.0.2": { + "type": "package", + "dependencies": { + "runtime.native.System.IO.Ports": "9.0.2" + }, + "compile": { + "lib/net8.0/System.IO.Ports.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.IO.Ports.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/_._": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/net8.0/System.IO.Ports.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/net8.0/System.IO.Ports.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, "Website.Client/1.0.0": { "type": "project", "framework": ".NETCoreApp,Version=v8.0", @@ -1180,6 +2334,534 @@ "packageIcon.png" ] }, + "runtime.android-arm.runtime.native.System.IO.Ports/9.0.2": { + "sha512": "8KolqwbQ0VdgTCTwK5+A+AjhoO7gaMXlVQrCBSPs4pabdrADVyMzT4m0bCVnlr3BYkA1E0hwSFfzcjrJfUfMJA==", + "type": "package", + "path": "runtime.android-arm.runtime.native.system.io.ports/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "runtime.android-arm.runtime.native.system.io.ports.9.0.2.nupkg.sha512", + "runtime.android-arm.runtime.native.system.io.ports.nuspec", + "runtimes/android-arm/native/libSystem.IO.Ports.Native.so", + "runtimes/android-arm64/native/_._", + "runtimes/android-x64/native/_._", + "runtimes/android-x86/native/_._", + "runtimes/linux-arm/native/_._", + "runtimes/linux-arm64/native/_._", + "runtimes/linux-bionic-arm64/native/_._", + "runtimes/linux-bionic-x64/native/_._", + "runtimes/linux-musl-arm/native/_._", + "runtimes/linux-musl-arm64/native/_._", + "runtimes/linux-musl-x64/native/_._", + "runtimes/linux-x64/native/_._", + "runtimes/maccatalyst-arm64/native/_._", + "runtimes/maccatalyst-x64/native/_._", + "runtimes/osx-arm64/native/_._", + "runtimes/osx-x64/native/_._", + "useSharedDesignerContext.txt" + ] + }, + "runtime.android-arm64.runtime.native.System.IO.Ports/9.0.2": { + "sha512": "g4PXUC/ZlObiF6MXYx1jbTJuonWF00BljNcq3sSRBP/eLfJhTep54eKH3+PfPqqg90aiDCT8/va9ALVno4yLzQ==", + "type": "package", + "path": "runtime.android-arm64.runtime.native.system.io.ports/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "runtime.android-arm64.runtime.native.system.io.ports.9.0.2.nupkg.sha512", + "runtime.android-arm64.runtime.native.system.io.ports.nuspec", + "runtimes/android-arm/native/_._", + "runtimes/android-arm64/native/libSystem.IO.Ports.Native.so", + "runtimes/android-x64/native/_._", + "runtimes/android-x86/native/_._", + "runtimes/linux-arm/native/_._", + "runtimes/linux-arm64/native/_._", + "runtimes/linux-bionic-arm64/native/_._", + "runtimes/linux-bionic-x64/native/_._", + "runtimes/linux-musl-arm/native/_._", + "runtimes/linux-musl-arm64/native/_._", + "runtimes/linux-musl-x64/native/_._", + "runtimes/linux-x64/native/_._", + "runtimes/maccatalyst-arm64/native/_._", + "runtimes/maccatalyst-x64/native/_._", + "runtimes/osx-arm64/native/_._", + "runtimes/osx-x64/native/_._", + "useSharedDesignerContext.txt" + ] + }, + "runtime.android-x64.runtime.native.System.IO.Ports/9.0.2": { + "sha512": "ygB47B8//yT97qPnQHTDwzj+rqukcI4UcuBzk8YDKtoskJS+tn21OOtMOlr922m7YEPYnOOwZygrx/fRaDKf1g==", + "type": "package", + "path": "runtime.android-x64.runtime.native.system.io.ports/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "runtime.android-x64.runtime.native.system.io.ports.9.0.2.nupkg.sha512", + "runtime.android-x64.runtime.native.system.io.ports.nuspec", + "runtimes/android-arm/native/_._", + "runtimes/android-arm64/native/_._", + "runtimes/android-x64/native/libSystem.IO.Ports.Native.so", + "runtimes/android-x86/native/_._", + "runtimes/linux-arm/native/_._", + "runtimes/linux-arm64/native/_._", + "runtimes/linux-bionic-arm64/native/_._", + "runtimes/linux-bionic-x64/native/_._", + "runtimes/linux-musl-arm/native/_._", + "runtimes/linux-musl-arm64/native/_._", + "runtimes/linux-musl-x64/native/_._", + "runtimes/linux-x64/native/_._", + "runtimes/maccatalyst-arm64/native/_._", + "runtimes/maccatalyst-x64/native/_._", + "runtimes/osx-arm64/native/_._", + "runtimes/osx-x64/native/_._", + "useSharedDesignerContext.txt" + ] + }, + "runtime.android-x86.runtime.native.System.IO.Ports/9.0.2": { + "sha512": "D6jf7vDJHKXU9didjUYkgbMUGaeFwVqq91tRLzw1CqoDIBXcAxms8UlU4pap6qUMLuoa0DM3CrTQQzVOgEDaxA==", + "type": "package", + "path": "runtime.android-x86.runtime.native.system.io.ports/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "runtime.android-x86.runtime.native.system.io.ports.9.0.2.nupkg.sha512", + "runtime.android-x86.runtime.native.system.io.ports.nuspec", + "runtimes/android-arm/native/_._", + "runtimes/android-arm64/native/_._", + "runtimes/android-x64/native/_._", + "runtimes/android-x86/native/libSystem.IO.Ports.Native.so", + "runtimes/linux-arm/native/_._", + "runtimes/linux-arm64/native/_._", + "runtimes/linux-bionic-arm64/native/_._", + "runtimes/linux-bionic-x64/native/_._", + "runtimes/linux-musl-arm/native/_._", + "runtimes/linux-musl-arm64/native/_._", + "runtimes/linux-musl-x64/native/_._", + "runtimes/linux-x64/native/_._", + "runtimes/maccatalyst-arm64/native/_._", + "runtimes/maccatalyst-x64/native/_._", + "runtimes/osx-arm64/native/_._", + "runtimes/osx-x64/native/_._", + "useSharedDesignerContext.txt" + ] + }, + "runtime.linux-arm.runtime.native.System.IO.Ports/9.0.2": { + "sha512": "bsXuCSpyPqJtdKXQ4+zHhmP9iZUj+SY9UwKM++uCZY/40fO/05u54H5F9qE2II4OJBzo2ea4X2xxRAhy0ieemA==", + "type": "package", + "path": "runtime.linux-arm.runtime.native.system.io.ports/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "runtime.linux-arm.runtime.native.system.io.ports.9.0.2.nupkg.sha512", + "runtime.linux-arm.runtime.native.system.io.ports.nuspec", + "runtimes/android-arm/native/_._", + "runtimes/android-arm64/native/_._", + "runtimes/android-x64/native/_._", + "runtimes/android-x86/native/_._", + "runtimes/linux-arm/native/libSystem.IO.Ports.Native.so", + "runtimes/linux-arm64/native/_._", + "runtimes/linux-bionic-arm64/native/_._", + "runtimes/linux-bionic-x64/native/_._", + "runtimes/linux-musl-arm/native/_._", + "runtimes/linux-musl-arm64/native/_._", + "runtimes/linux-musl-x64/native/_._", + "runtimes/linux-x64/native/_._", + "runtimes/maccatalyst-arm64/native/_._", + "runtimes/maccatalyst-x64/native/_._", + "runtimes/osx-arm64/native/_._", + "runtimes/osx-x64/native/_._", + "useSharedDesignerContext.txt" + ] + }, + "runtime.linux-arm64.runtime.native.System.IO.Ports/9.0.2": { + "sha512": "SoNWxczlEI5UaAwgKxwosooo+0eYbkWD7mWTW4vhtWCEmebzcFmjTxMNiKP0/elFrT9AZE5kqsylUW86Xf61Ew==", + "type": "package", + "path": "runtime.linux-arm64.runtime.native.system.io.ports/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "runtime.linux-arm64.runtime.native.system.io.ports.9.0.2.nupkg.sha512", + "runtime.linux-arm64.runtime.native.system.io.ports.nuspec", + "runtimes/android-arm/native/_._", + "runtimes/android-arm64/native/_._", + "runtimes/android-x64/native/_._", + "runtimes/android-x86/native/_._", + "runtimes/linux-arm/native/_._", + "runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so", + "runtimes/linux-bionic-arm64/native/_._", + "runtimes/linux-bionic-x64/native/_._", + "runtimes/linux-musl-arm/native/_._", + "runtimes/linux-musl-arm64/native/_._", + "runtimes/linux-musl-x64/native/_._", + "runtimes/linux-x64/native/_._", + "runtimes/maccatalyst-arm64/native/_._", + "runtimes/maccatalyst-x64/native/_._", + "runtimes/osx-arm64/native/_._", + "runtimes/osx-x64/native/_._", + "useSharedDesignerContext.txt" + ] + }, + "runtime.linux-bionic-arm64.runtime.native.System.IO.Ports/9.0.2": { + "sha512": "A1pXuhSvP59vjsl98kj/IazdPExslkohS/8Co+GJsCcLj1ITqHkC1jJXeiQ/LCFiYVANT0UusZ7rUWCfNhgHZg==", + "type": "package", + "path": "runtime.linux-bionic-arm64.runtime.native.system.io.ports/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "runtime.linux-bionic-arm64.runtime.native.system.io.ports.9.0.2.nupkg.sha512", + "runtime.linux-bionic-arm64.runtime.native.system.io.ports.nuspec", + "runtimes/android-arm/native/_._", + "runtimes/android-arm64/native/_._", + "runtimes/android-x64/native/_._", + "runtimes/android-x86/native/_._", + "runtimes/linux-arm/native/_._", + "runtimes/linux-arm64/native/_._", + "runtimes/linux-bionic-arm64/native/libSystem.IO.Ports.Native.so", + "runtimes/linux-bionic-x64/native/_._", + "runtimes/linux-musl-arm/native/_._", + "runtimes/linux-musl-arm64/native/_._", + "runtimes/linux-musl-x64/native/_._", + "runtimes/linux-x64/native/_._", + "runtimes/maccatalyst-arm64/native/_._", + "runtimes/maccatalyst-x64/native/_._", + "runtimes/osx-arm64/native/_._", + "runtimes/osx-x64/native/_._", + "useSharedDesignerContext.txt" + ] + }, + "runtime.linux-bionic-x64.runtime.native.System.IO.Ports/9.0.2": { + "sha512": "8HrGBFKVfuiiRtywSHYYu4P6GehmJZkdI+YN5J94WBspe28Pty0Uy/PTUDkzUOjdcZN/lyJ1l0bJalJE7iECUA==", + "type": "package", + "path": "runtime.linux-bionic-x64.runtime.native.system.io.ports/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "runtime.linux-bionic-x64.runtime.native.system.io.ports.9.0.2.nupkg.sha512", + "runtime.linux-bionic-x64.runtime.native.system.io.ports.nuspec", + "runtimes/android-arm/native/_._", + "runtimes/android-arm64/native/_._", + "runtimes/android-x64/native/_._", + "runtimes/android-x86/native/_._", + "runtimes/linux-arm/native/_._", + "runtimes/linux-arm64/native/_._", + "runtimes/linux-bionic-arm64/native/_._", + "runtimes/linux-bionic-x64/native/libSystem.IO.Ports.Native.so", + "runtimes/linux-musl-arm/native/_._", + "runtimes/linux-musl-arm64/native/_._", + "runtimes/linux-musl-x64/native/_._", + "runtimes/linux-x64/native/_._", + "runtimes/maccatalyst-arm64/native/_._", + "runtimes/maccatalyst-x64/native/_._", + "runtimes/osx-arm64/native/_._", + "runtimes/osx-x64/native/_._", + "useSharedDesignerContext.txt" + ] + }, + "runtime.linux-musl-arm.runtime.native.System.IO.Ports/9.0.2": { + "sha512": "7IFSSoDB6j8GX6OTyfFvYH79J0xoGpC24xDGpOICohiC5OVIuCXyi94CWtydnpvMQzLZeUXSmVMRG6QQvlJTjg==", + "type": "package", + "path": "runtime.linux-musl-arm.runtime.native.system.io.ports/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "runtime.linux-musl-arm.runtime.native.system.io.ports.9.0.2.nupkg.sha512", + "runtime.linux-musl-arm.runtime.native.system.io.ports.nuspec", + "runtimes/android-arm/native/_._", + "runtimes/android-arm64/native/_._", + "runtimes/android-x64/native/_._", + "runtimes/android-x86/native/_._", + "runtimes/linux-arm/native/_._", + "runtimes/linux-arm64/native/_._", + "runtimes/linux-bionic-arm64/native/_._", + "runtimes/linux-bionic-x64/native/_._", + "runtimes/linux-musl-arm/native/libSystem.IO.Ports.Native.so", + "runtimes/linux-musl-arm64/native/_._", + "runtimes/linux-musl-x64/native/_._", + "runtimes/linux-x64/native/_._", + "runtimes/maccatalyst-arm64/native/_._", + "runtimes/maccatalyst-x64/native/_._", + "runtimes/osx-arm64/native/_._", + "runtimes/osx-x64/native/_._", + "useSharedDesignerContext.txt" + ] + }, + "runtime.linux-musl-arm64.runtime.native.System.IO.Ports/9.0.2": { + "sha512": "0jyuKKQ+MKzZg0QBfOevQNaO+EaCTLVAgHXrrE+TnRx4RpsSWWhubhjFhfdwgXPaIJp7s22ziDZlFfhaEofzqA==", + "type": "package", + "path": "runtime.linux-musl-arm64.runtime.native.system.io.ports/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "runtime.linux-musl-arm64.runtime.native.system.io.ports.9.0.2.nupkg.sha512", + "runtime.linux-musl-arm64.runtime.native.system.io.ports.nuspec", + "runtimes/android-arm/native/_._", + "runtimes/android-arm64/native/_._", + "runtimes/android-x64/native/_._", + "runtimes/android-x86/native/_._", + "runtimes/linux-arm/native/_._", + "runtimes/linux-arm64/native/_._", + "runtimes/linux-bionic-arm64/native/_._", + "runtimes/linux-bionic-x64/native/_._", + "runtimes/linux-musl-arm/native/_._", + "runtimes/linux-musl-arm64/native/libSystem.IO.Ports.Native.so", + "runtimes/linux-musl-x64/native/_._", + "runtimes/linux-x64/native/_._", + "runtimes/maccatalyst-arm64/native/_._", + "runtimes/maccatalyst-x64/native/_._", + "runtimes/osx-arm64/native/_._", + "runtimes/osx-x64/native/_._", + "useSharedDesignerContext.txt" + ] + }, + "runtime.linux-musl-x64.runtime.native.System.IO.Ports/9.0.2": { + "sha512": "eIAL7aIpokin87Q0k7TrvZappuQqOJlwYUC7rjlAyaD57sCGknFPMcK6Dy5/4PndUUynhuv4eHWiQ+JNqmrZzA==", + "type": "package", + "path": "runtime.linux-musl-x64.runtime.native.system.io.ports/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "runtime.linux-musl-x64.runtime.native.system.io.ports.9.0.2.nupkg.sha512", + "runtime.linux-musl-x64.runtime.native.system.io.ports.nuspec", + "runtimes/android-arm/native/_._", + "runtimes/android-arm64/native/_._", + "runtimes/android-x64/native/_._", + "runtimes/android-x86/native/_._", + "runtimes/linux-arm/native/_._", + "runtimes/linux-arm64/native/_._", + "runtimes/linux-bionic-arm64/native/_._", + "runtimes/linux-bionic-x64/native/_._", + "runtimes/linux-musl-arm/native/_._", + "runtimes/linux-musl-arm64/native/_._", + "runtimes/linux-musl-x64/native/libSystem.IO.Ports.Native.so", + "runtimes/linux-x64/native/_._", + "runtimes/maccatalyst-arm64/native/_._", + "runtimes/maccatalyst-x64/native/_._", + "runtimes/osx-arm64/native/_._", + "runtimes/osx-x64/native/_._", + "useSharedDesignerContext.txt" + ] + }, + "runtime.linux-x64.runtime.native.System.IO.Ports/9.0.2": { + "sha512": "OnivEH6g0lJ9RqxBGjN4v2DmQ2ujnxKQTl2+DuWJE4P1X5xBZML9wH9i9Z3ctClIQW6erLtb6WbAv/Wu67gEBw==", + "type": "package", + "path": "runtime.linux-x64.runtime.native.system.io.ports/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "runtime.linux-x64.runtime.native.system.io.ports.9.0.2.nupkg.sha512", + "runtime.linux-x64.runtime.native.system.io.ports.nuspec", + "runtimes/android-arm/native/_._", + "runtimes/android-arm64/native/_._", + "runtimes/android-x64/native/_._", + "runtimes/android-x86/native/_._", + "runtimes/linux-arm/native/_._", + "runtimes/linux-arm64/native/_._", + "runtimes/linux-bionic-arm64/native/_._", + "runtimes/linux-bionic-x64/native/_._", + "runtimes/linux-musl-arm/native/_._", + "runtimes/linux-musl-arm64/native/_._", + "runtimes/linux-musl-x64/native/_._", + "runtimes/linux-x64/native/libSystem.IO.Ports.Native.so", + "runtimes/maccatalyst-arm64/native/_._", + "runtimes/maccatalyst-x64/native/_._", + "runtimes/osx-arm64/native/_._", + "runtimes/osx-x64/native/_._", + "useSharedDesignerContext.txt" + ] + }, + "runtime.maccatalyst-arm64.runtime.native.System.IO.Ports/9.0.2": { + "sha512": "2CdJqVTAiDStC6Osc13Xn6tNoMFeKg2wXhVKDcdtp03JrAEaQDxS/8Lqf78CCNqz3d5Y8Ao747Wcw1OkoVjguw==", + "type": "package", + "path": "runtime.maccatalyst-arm64.runtime.native.system.io.ports/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "runtime.maccatalyst-arm64.runtime.native.system.io.ports.9.0.2.nupkg.sha512", + "runtime.maccatalyst-arm64.runtime.native.system.io.ports.nuspec", + "runtimes/android-arm/native/_._", + "runtimes/android-arm64/native/_._", + "runtimes/android-x64/native/_._", + "runtimes/android-x86/native/_._", + "runtimes/linux-arm/native/_._", + "runtimes/linux-arm64/native/_._", + "runtimes/linux-bionic-arm64/native/_._", + "runtimes/linux-bionic-x64/native/_._", + "runtimes/linux-musl-arm/native/_._", + "runtimes/linux-musl-arm64/native/_._", + "runtimes/linux-musl-x64/native/_._", + "runtimes/linux-x64/native/_._", + "runtimes/maccatalyst-arm64/native/libSystem.IO.Ports.Native.dylib", + "runtimes/maccatalyst-x64/native/_._", + "runtimes/osx-arm64/native/_._", + "runtimes/osx-x64/native/_._", + "useSharedDesignerContext.txt" + ] + }, + "runtime.maccatalyst-x64.runtime.native.System.IO.Ports/9.0.2": { + "sha512": "H9WGv+kxTQkOwegBtGoFU1YhFx6sNe1QYVBy1uS3oo+28XrvBr3rqehbz+CEs9L9kbVXION/7jwN2MV4rnOHGg==", + "type": "package", + "path": "runtime.maccatalyst-x64.runtime.native.system.io.ports/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "runtime.maccatalyst-x64.runtime.native.system.io.ports.9.0.2.nupkg.sha512", + "runtime.maccatalyst-x64.runtime.native.system.io.ports.nuspec", + "runtimes/android-arm/native/_._", + "runtimes/android-arm64/native/_._", + "runtimes/android-x64/native/_._", + "runtimes/android-x86/native/_._", + "runtimes/linux-arm/native/_._", + "runtimes/linux-arm64/native/_._", + "runtimes/linux-bionic-arm64/native/_._", + "runtimes/linux-bionic-x64/native/_._", + "runtimes/linux-musl-arm/native/_._", + "runtimes/linux-musl-arm64/native/_._", + "runtimes/linux-musl-x64/native/_._", + "runtimes/linux-x64/native/_._", + "runtimes/maccatalyst-arm64/native/_._", + "runtimes/maccatalyst-x64/native/libSystem.IO.Ports.Native.dylib", + "runtimes/osx-arm64/native/_._", + "runtimes/osx-x64/native/_._", + "useSharedDesignerContext.txt" + ] + }, + "runtime.native.System.IO.Ports/9.0.2": { + "sha512": "vDSDKmQScIAjYBb2sBuuuAa35juhCmUzk1qyybJrHzZ0pigKZgxhqtDBiLoIdN6epjRfX5uwNJPrNTdW9awxuA==", + "type": "package", + "path": "runtime.native.system.io.ports/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "runtime.native.system.io.ports.9.0.2.nupkg.sha512", + "runtime.native.system.io.ports.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "runtime.osx-arm64.runtime.native.System.IO.Ports/9.0.2": { + "sha512": "aKmjKX0GLAuLF8iZQgkvEfNgsKfXfJ93mqlcLyxlGcb4f0u1HCPOf97IJI4HAOGmwlqw1RTQyEEMVes54S7o1Q==", + "type": "package", + "path": "runtime.osx-arm64.runtime.native.system.io.ports/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "runtime.osx-arm64.runtime.native.system.io.ports.9.0.2.nupkg.sha512", + "runtime.osx-arm64.runtime.native.system.io.ports.nuspec", + "runtimes/android-arm/native/_._", + "runtimes/android-arm64/native/_._", + "runtimes/android-x64/native/_._", + "runtimes/android-x86/native/_._", + "runtimes/linux-arm/native/_._", + "runtimes/linux-arm64/native/_._", + "runtimes/linux-bionic-arm64/native/_._", + "runtimes/linux-bionic-x64/native/_._", + "runtimes/linux-musl-arm/native/_._", + "runtimes/linux-musl-arm64/native/_._", + "runtimes/linux-musl-x64/native/_._", + "runtimes/linux-x64/native/_._", + "runtimes/maccatalyst-arm64/native/_._", + "runtimes/maccatalyst-x64/native/_._", + "runtimes/osx-arm64/native/libSystem.IO.Ports.Native.dylib", + "runtimes/osx-x64/native/_._", + "useSharedDesignerContext.txt" + ] + }, + "runtime.osx-x64.runtime.native.System.IO.Ports/9.0.2": { + "sha512": "aQDPDCg6seSBRJvx45K8heC2Q1u8uKZ+u52RnREKh6MdHx+E1WlEOqs7u5MH5E3dP6Hw6BIYSdvoElRi8fBB3Q==", + "type": "package", + "path": "runtime.osx-x64.runtime.native.system.io.ports/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "runtime.osx-x64.runtime.native.system.io.ports.9.0.2.nupkg.sha512", + "runtime.osx-x64.runtime.native.system.io.ports.nuspec", + "runtimes/android-arm/native/_._", + "runtimes/android-arm64/native/_._", + "runtimes/android-x64/native/_._", + "runtimes/android-x86/native/_._", + "runtimes/linux-arm/native/_._", + "runtimes/linux-arm64/native/_._", + "runtimes/linux-bionic-arm64/native/_._", + "runtimes/linux-bionic-x64/native/_._", + "runtimes/linux-musl-arm/native/_._", + "runtimes/linux-musl-arm64/native/_._", + "runtimes/linux-musl-x64/native/_._", + "runtimes/linux-x64/native/_._", + "runtimes/maccatalyst-arm64/native/_._", + "runtimes/maccatalyst-x64/native/_._", + "runtimes/osx-arm64/native/_._", + "runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib", + "useSharedDesignerContext.txt" + ] + }, "System.IO.Pipelines/8.0.0": { "sha512": "FHNOatmUq0sqJOkTx+UF/9YK1f180cnW5FVqnQMvYUN0elp6wFzbtPSiqbo1/ru8ICp43JM1i7kKkk6GsNGHlA==", "type": "package", @@ -1209,6 +2891,42 @@ "useSharedDesignerContext.txt" ] }, + "System.IO.Ports/9.0.2": { + "sha512": "8s2COaRyV3om826x0rd2Y5bzpLWmS5KHAIUpG3BWYKxFmdLWM2UTOWzp6/x9rGutbJbfFra8QLfhar4kR/7Ygg==", + "type": "package", + "path": "system.io.ports/9.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.IO.Ports.targets", + "buildTransitive/net462/_._", + "buildTransitive/net8.0/_._", + "buildTransitive/netcoreapp2.0/System.IO.Ports.targets", + "lib/net462/System.IO.Ports.dll", + "lib/net462/System.IO.Ports.xml", + "lib/net8.0/System.IO.Ports.dll", + "lib/net8.0/System.IO.Ports.xml", + "lib/net9.0/System.IO.Ports.dll", + "lib/net9.0/System.IO.Ports.xml", + "lib/netstandard2.0/System.IO.Ports.dll", + "lib/netstandard2.0/System.IO.Ports.xml", + "runtimes/unix/lib/net8.0/System.IO.Ports.dll", + "runtimes/unix/lib/net8.0/System.IO.Ports.xml", + "runtimes/unix/lib/net9.0/System.IO.Ports.dll", + "runtimes/unix/lib/net9.0/System.IO.Ports.xml", + "runtimes/win/lib/net8.0/System.IO.Ports.dll", + "runtimes/win/lib/net8.0/System.IO.Ports.xml", + "runtimes/win/lib/net9.0/System.IO.Ports.dll", + "runtimes/win/lib/net9.0/System.IO.Ports.xml", + "system.io.ports.9.0.2.nupkg.sha512", + "system.io.ports.nuspec", + "useSharedDesignerContext.txt" + ] + }, "Website.Client/1.0.0": { "type": "project", "path": "../Website.Client/Website.Client.csproj", @@ -1219,6 +2937,7 @@ "net8.0": [ "Microsoft.AspNetCore.Components.WebAssembly.Server >= 8.0.11", "Newtonsoft.Json >= 13.0.3", + "System.IO.Ports >= 9.0.2", "Website.Client >= 1.0.0" ] }, @@ -1229,11 +2948,11 @@ "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Website.csproj", + "projectUniqueName": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Website.csproj", "projectName": "Website", - "projectPath": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Website.csproj", + "projectPath": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Website.csproj", "packagesPath": "C:\\Users\\mgj32\\.nuget\\packages\\", - "outputPath": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\obj\\", + "outputPath": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" @@ -1254,8 +2973,8 @@ "net8.0": { "targetAlias": "net8.0", "projectReferences": { - "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\Website.Client.csproj": { - "projectPath": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website.Client\\Website.Client.csproj" + "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\Website.Client.csproj": { + "projectPath": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website.Client\\Website.Client.csproj" } } } @@ -1268,7 +2987,7 @@ "restoreAuditProperties": { "enableAudit": "true", "auditLevel": "low", - "auditMode": "direct" + "auditMode": "all" }, "SdkAnalysisLevel": "9.0.100" }, @@ -1283,6 +3002,10 @@ "Newtonsoft.Json": { "target": "Package", "version": "[13.0.3, )" + }, + "System.IO.Ports": { + "target": "Package", + "version": "[9.0.2, )" } }, "imports": [ @@ -1304,7 +3027,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.101/PortableRuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.100/PortableRuntimeIdentifierGraph.json" } } } diff --git a/Website/Website/obj/project.nuget.cache b/Website/Website/obj/project.nuget.cache index fb09701..1fdff41 100644 --- a/Website/Website/obj/project.nuget.cache +++ b/Website/Website/obj/project.nuget.cache @@ -1,8 +1,8 @@ { "version": 2, - "dgSpecHash": "b6/hD7TWqfg=", + "dgSpecHash": "qw3sWjzkHyU=", "success": true, - "projectFilePath": "C:\\Users\\mgj32\\Documents\\DrinksMachine\\Website\\Website\\Website.csproj", + "projectFilePath": "C:\\Users\\mgj32\\Documents\\GitHub\\DrinksMachine\\Website\\Website\\Website.csproj", "expectedPackageFiles": [ "C:\\Users\\mgj32\\.nuget\\packages\\microsoft.aspnetcore.authorization\\8.0.11\\microsoft.aspnetcore.authorization.8.0.11.nupkg.sha512", "C:\\Users\\mgj32\\.nuget\\packages\\microsoft.aspnetcore.components\\8.0.11\\microsoft.aspnetcore.components.8.0.11.nupkg.sha512", @@ -29,7 +29,25 @@ "C:\\Users\\mgj32\\.nuget\\packages\\microsoft.jsinterop\\8.0.11\\microsoft.jsinterop.8.0.11.nupkg.sha512", "C:\\Users\\mgj32\\.nuget\\packages\\microsoft.jsinterop.webassembly\\8.0.11\\microsoft.jsinterop.webassembly.8.0.11.nupkg.sha512", "C:\\Users\\mgj32\\.nuget\\packages\\newtonsoft.json\\13.0.3\\newtonsoft.json.13.0.3.nupkg.sha512", - "C:\\Users\\mgj32\\.nuget\\packages\\system.io.pipelines\\8.0.0\\system.io.pipelines.8.0.0.nupkg.sha512" + "C:\\Users\\mgj32\\.nuget\\packages\\runtime.android-arm.runtime.native.system.io.ports\\9.0.2\\runtime.android-arm.runtime.native.system.io.ports.9.0.2.nupkg.sha512", + "C:\\Users\\mgj32\\.nuget\\packages\\runtime.android-arm64.runtime.native.system.io.ports\\9.0.2\\runtime.android-arm64.runtime.native.system.io.ports.9.0.2.nupkg.sha512", + "C:\\Users\\mgj32\\.nuget\\packages\\runtime.android-x64.runtime.native.system.io.ports\\9.0.2\\runtime.android-x64.runtime.native.system.io.ports.9.0.2.nupkg.sha512", + "C:\\Users\\mgj32\\.nuget\\packages\\runtime.android-x86.runtime.native.system.io.ports\\9.0.2\\runtime.android-x86.runtime.native.system.io.ports.9.0.2.nupkg.sha512", + "C:\\Users\\mgj32\\.nuget\\packages\\runtime.linux-arm.runtime.native.system.io.ports\\9.0.2\\runtime.linux-arm.runtime.native.system.io.ports.9.0.2.nupkg.sha512", + "C:\\Users\\mgj32\\.nuget\\packages\\runtime.linux-arm64.runtime.native.system.io.ports\\9.0.2\\runtime.linux-arm64.runtime.native.system.io.ports.9.0.2.nupkg.sha512", + "C:\\Users\\mgj32\\.nuget\\packages\\runtime.linux-bionic-arm64.runtime.native.system.io.ports\\9.0.2\\runtime.linux-bionic-arm64.runtime.native.system.io.ports.9.0.2.nupkg.sha512", + "C:\\Users\\mgj32\\.nuget\\packages\\runtime.linux-bionic-x64.runtime.native.system.io.ports\\9.0.2\\runtime.linux-bionic-x64.runtime.native.system.io.ports.9.0.2.nupkg.sha512", + "C:\\Users\\mgj32\\.nuget\\packages\\runtime.linux-musl-arm.runtime.native.system.io.ports\\9.0.2\\runtime.linux-musl-arm.runtime.native.system.io.ports.9.0.2.nupkg.sha512", + "C:\\Users\\mgj32\\.nuget\\packages\\runtime.linux-musl-arm64.runtime.native.system.io.ports\\9.0.2\\runtime.linux-musl-arm64.runtime.native.system.io.ports.9.0.2.nupkg.sha512", + "C:\\Users\\mgj32\\.nuget\\packages\\runtime.linux-musl-x64.runtime.native.system.io.ports\\9.0.2\\runtime.linux-musl-x64.runtime.native.system.io.ports.9.0.2.nupkg.sha512", + "C:\\Users\\mgj32\\.nuget\\packages\\runtime.linux-x64.runtime.native.system.io.ports\\9.0.2\\runtime.linux-x64.runtime.native.system.io.ports.9.0.2.nupkg.sha512", + "C:\\Users\\mgj32\\.nuget\\packages\\runtime.maccatalyst-arm64.runtime.native.system.io.ports\\9.0.2\\runtime.maccatalyst-arm64.runtime.native.system.io.ports.9.0.2.nupkg.sha512", + "C:\\Users\\mgj32\\.nuget\\packages\\runtime.maccatalyst-x64.runtime.native.system.io.ports\\9.0.2\\runtime.maccatalyst-x64.runtime.native.system.io.ports.9.0.2.nupkg.sha512", + "C:\\Users\\mgj32\\.nuget\\packages\\runtime.native.system.io.ports\\9.0.2\\runtime.native.system.io.ports.9.0.2.nupkg.sha512", + "C:\\Users\\mgj32\\.nuget\\packages\\runtime.osx-arm64.runtime.native.system.io.ports\\9.0.2\\runtime.osx-arm64.runtime.native.system.io.ports.9.0.2.nupkg.sha512", + "C:\\Users\\mgj32\\.nuget\\packages\\runtime.osx-x64.runtime.native.system.io.ports\\9.0.2\\runtime.osx-x64.runtime.native.system.io.ports.9.0.2.nupkg.sha512", + "C:\\Users\\mgj32\\.nuget\\packages\\system.io.pipelines\\8.0.0\\system.io.pipelines.8.0.0.nupkg.sha512", + "C:\\Users\\mgj32\\.nuget\\packages\\system.io.ports\\9.0.2\\system.io.ports.9.0.2.nupkg.sha512" ], "logs": [] } \ No newline at end of file diff --git a/Website/Website/wwwroot/data/Drinks.json b/Website/Website/wwwroot/data/Drinks.json index df650a0..0917e92 100644 --- a/Website/Website/wwwroot/data/Drinks.json +++ b/Website/Website/wwwroot/data/Drinks.json @@ -78,5 +78,16 @@ "AlcoholContent": 0.0 } ] + }, + { + "Name": "gin hash", + "Creator": "Mester Matti", + "Liquids": [ + { + "Name": "Apple Juice", + "Volume": 100.0 + } + ], + "Alcohols": [] } ] \ No newline at end of file -- cgit v1.3.1