-
Notifications
You must be signed in to change notification settings - Fork 1
/
ApiWithAuth.sln
49 lines (49 loc) · 2.99 KB
/
ApiWithAuth.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
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30523.141
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApiWithAuth", "ApiWithAuth\ApiWithAuth.csproj", "{D844C771-172D-4D12-AB13-2EA95DC0479C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorApp", "BlazorApp\BlazorApp.csproj", "{8C2DCA6E-40F2-4B85-B235-7DCC7382EF3F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure", "Infrastructure\Infrastructure\Infrastructure.csproj", "{4C706271-753C-4937-A269-D3464013BA01}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Application", "Application\Application\Application.csproj", "{3C843435-8EB8-48E1-9DFE-00ED7E718F00}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "Domain\Domain\Domain.csproj", "{578F49DE-70EA-442A-8BE4-6BCFDD183B03}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D844C771-172D-4D12-AB13-2EA95DC0479C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D844C771-172D-4D12-AB13-2EA95DC0479C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D844C771-172D-4D12-AB13-2EA95DC0479C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D844C771-172D-4D12-AB13-2EA95DC0479C}.Release|Any CPU.Build.0 = Release|Any CPU
{8C2DCA6E-40F2-4B85-B235-7DCC7382EF3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C2DCA6E-40F2-4B85-B235-7DCC7382EF3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C2DCA6E-40F2-4B85-B235-7DCC7382EF3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C2DCA6E-40F2-4B85-B235-7DCC7382EF3F}.Release|Any CPU.Build.0 = Release|Any CPU
{4C706271-753C-4937-A269-D3464013BA01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C706271-753C-4937-A269-D3464013BA01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C706271-753C-4937-A269-D3464013BA01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C706271-753C-4937-A269-D3464013BA01}.Release|Any CPU.Build.0 = Release|Any CPU
{3C843435-8EB8-48E1-9DFE-00ED7E718F00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C843435-8EB8-48E1-9DFE-00ED7E718F00}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C843435-8EB8-48E1-9DFE-00ED7E718F00}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C843435-8EB8-48E1-9DFE-00ED7E718F00}.Release|Any CPU.Build.0 = Release|Any CPU
{578F49DE-70EA-442A-8BE4-6BCFDD183B03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{578F49DE-70EA-442A-8BE4-6BCFDD183B03}.Debug|Any CPU.Build.0 = Debug|Any CPU
{578F49DE-70EA-442A-8BE4-6BCFDD183B03}.Release|Any CPU.ActiveCfg = Release|Any CPU
{578F49DE-70EA-442A-8BE4-6BCFDD183B03}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {87F1E29B-5231-4C29-A542-57A8B51E7272}
EndGlobalSection
EndGlobal