-
Notifications
You must be signed in to change notification settings - Fork 19
/
BlazorAuthenticationTutorial.sln
37 lines (37 loc) · 2.24 KB
/
BlazorAuthenticationTutorial.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorAuthenticationTutorial.Server", "BlazorAuthenticationTutorial\Server\BlazorAuthenticationTutorial.Server.csproj", "{8F039189-17E2-448A-83FD-2E832B86A7E1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorAuthenticationTutorial.Client", "BlazorAuthenticationTutorial\Client\BlazorAuthenticationTutorial.Client.csproj", "{42F84871-433C-481F-B62B-721FC262F791}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorAuthenticationTutorial.Shared", "BlazorAuthenticationTutorial\Shared\BlazorAuthenticationTutorial.Shared.csproj", "{1364B446-F65B-4565-B928-3D788BE1BBFB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8F039189-17E2-448A-83FD-2E832B86A7E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F039189-17E2-448A-83FD-2E832B86A7E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F039189-17E2-448A-83FD-2E832B86A7E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F039189-17E2-448A-83FD-2E832B86A7E1}.Release|Any CPU.Build.0 = Release|Any CPU
{42F84871-433C-481F-B62B-721FC262F791}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42F84871-433C-481F-B62B-721FC262F791}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42F84871-433C-481F-B62B-721FC262F791}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42F84871-433C-481F-B62B-721FC262F791}.Release|Any CPU.Build.0 = Release|Any CPU
{1364B446-F65B-4565-B928-3D788BE1BBFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1364B446-F65B-4565-B928-3D788BE1BBFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1364B446-F65B-4565-B928-3D788BE1BBFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1364B446-F65B-4565-B928-3D788BE1BBFB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {123F02F8-537D-46EC-9D30-B90E01B8BB08}
EndGlobalSection
EndGlobal