-
Notifications
You must be signed in to change notification settings - Fork 0
/
BlazorWasmAllowNoAuthHttpRequest.sln
43 lines (43 loc) · 2.29 KB
/
BlazorWasmAllowNoAuthHttpRequest.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30128.36
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorWasmApp.Server", "Server\BlazorWasmApp.Server.csproj", "{9C323B68-BB78-45EE-BE6F-A956EC73AC2B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorWasmApp.Client", "Client\BlazorWasmApp.Client.csproj", "{2FFD31F4-1101-4CE0-B29A-12327C62D05E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorWasmApp.Shared", "Shared\BlazorWasmApp.Shared.csproj", "{1F468A85-E57E-4778-985B-A85D7C197ABD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "README", "README", "{650C9D41-7616-4B96-BC45-9CB46A386539}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9C323B68-BB78-45EE-BE6F-A956EC73AC2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C323B68-BB78-45EE-BE6F-A956EC73AC2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C323B68-BB78-45EE-BE6F-A956EC73AC2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C323B68-BB78-45EE-BE6F-A956EC73AC2B}.Release|Any CPU.Build.0 = Release|Any CPU
{2FFD31F4-1101-4CE0-B29A-12327C62D05E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FFD31F4-1101-4CE0-B29A-12327C62D05E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FFD31F4-1101-4CE0-B29A-12327C62D05E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FFD31F4-1101-4CE0-B29A-12327C62D05E}.Release|Any CPU.Build.0 = Release|Any CPU
{1F468A85-E57E-4778-985B-A85D7C197ABD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F468A85-E57E-4778-985B-A85D7C197ABD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F468A85-E57E-4778-985B-A85D7C197ABD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F468A85-E57E-4778-985B-A85D7C197ABD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B7FB8B61-D872-4B05-8940-BF6F2A1E3322}
EndGlobalSection
EndGlobal