-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathBlazorApp.sln
43 lines (43 loc) · 2.51 KB
/
BlazorApp.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 17
VisualStudioVersion = 17.9.34310.174
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorApp", "BlazorApp\BlazorApp\BlazorApp.csproj", "{EBE172DC-1803-4785-8828-7620144D880C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorApp.Client", "BlazorApp\BlazorApp.Client\BlazorApp.Client.csproj", "{F6FC0992-D8F5-4086-A850-A93D75E3FC9C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "API", "API\API.csproj", "{740A32E8-B2AF-4E10-9223-7D744346921C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IdentityServer", "IdentityServer\IdentityServer.csproj", "{F17BBF3F-9506-4544-8C45-9B843AE257CE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EBE172DC-1803-4785-8828-7620144D880C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBE172DC-1803-4785-8828-7620144D880C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBE172DC-1803-4785-8828-7620144D880C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBE172DC-1803-4785-8828-7620144D880C}.Release|Any CPU.Build.0 = Release|Any CPU
{F6FC0992-D8F5-4086-A850-A93D75E3FC9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6FC0992-D8F5-4086-A850-A93D75E3FC9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6FC0992-D8F5-4086-A850-A93D75E3FC9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6FC0992-D8F5-4086-A850-A93D75E3FC9C}.Release|Any CPU.Build.0 = Release|Any CPU
{740A32E8-B2AF-4E10-9223-7D744346921C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{740A32E8-B2AF-4E10-9223-7D744346921C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{740A32E8-B2AF-4E10-9223-7D744346921C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{740A32E8-B2AF-4E10-9223-7D744346921C}.Release|Any CPU.Build.0 = Release|Any CPU
{F17BBF3F-9506-4544-8C45-9B843AE257CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F17BBF3F-9506-4544-8C45-9B843AE257CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F17BBF3F-9506-4544-8C45-9B843AE257CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F17BBF3F-9506-4544-8C45-9B843AE257CE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6BBA698B-8D23-4150-B66B-B7E5B453AADD}
EndGlobalSection
EndGlobal