-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCustomAuthenticationApp.sln
More file actions
49 lines (49 loc) · 3.33 KB
/
CustomAuthenticationApp.sln
File metadata and controls
49 lines (49 loc) · 3.33 KB
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 17
VisualStudioVersion = 17.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomAuthenticationApp", "CustomAuthenticationApp\CustomAuthenticationApp.csproj", "{C6B2F0C3-24DF-4857-8314-B5E2E19EDC68}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomAuthenticationAspireApp.AppHost", "CustomAuthenticationAspireApp.AppHost\CustomAuthenticationAspireApp.AppHost.csproj", "{B5E31618-27BE-4377-9A16-0BD908C4DEFC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomAuthenticationAspireApp.ServiceDefaults", "CustomAuthenticationAspireApp.ServiceDefaults\CustomAuthenticationAspireApp.ServiceDefaults.csproj", "{A5A81DF6-A56C-4BA6-B525-95ACF60C14CA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomAuthenticationAspireApp.ApiService", "CustomAuthenticationAspireApp.ApiService\CustomAuthenticationAspireApp.ApiService.csproj", "{E9FEBEA6-0E18-4C81-9AF4-C8CFBF2C2392}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomAuthenticationAspireApp.Web", "CustomAuthenticationAspireApp.Web\CustomAuthenticationAspireApp.Web.csproj", "{9224F576-B3B4-4E7C-BEB6-027ABDF9FAF9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C6B2F0C3-24DF-4857-8314-B5E2E19EDC68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6B2F0C3-24DF-4857-8314-B5E2E19EDC68}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6B2F0C3-24DF-4857-8314-B5E2E19EDC68}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6B2F0C3-24DF-4857-8314-B5E2E19EDC68}.Release|Any CPU.Build.0 = Release|Any CPU
{B5E31618-27BE-4377-9A16-0BD908C4DEFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5E31618-27BE-4377-9A16-0BD908C4DEFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5E31618-27BE-4377-9A16-0BD908C4DEFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5E31618-27BE-4377-9A16-0BD908C4DEFC}.Release|Any CPU.Build.0 = Release|Any CPU
{A5A81DF6-A56C-4BA6-B525-95ACF60C14CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5A81DF6-A56C-4BA6-B525-95ACF60C14CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5A81DF6-A56C-4BA6-B525-95ACF60C14CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5A81DF6-A56C-4BA6-B525-95ACF60C14CA}.Release|Any CPU.Build.0 = Release|Any CPU
{E9FEBEA6-0E18-4C81-9AF4-C8CFBF2C2392}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9FEBEA6-0E18-4C81-9AF4-C8CFBF2C2392}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9FEBEA6-0E18-4C81-9AF4-C8CFBF2C2392}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9FEBEA6-0E18-4C81-9AF4-C8CFBF2C2392}.Release|Any CPU.Build.0 = Release|Any CPU
{9224F576-B3B4-4E7C-BEB6-027ABDF9FAF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9224F576-B3B4-4E7C-BEB6-027ABDF9FAF9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9224F576-B3B4-4E7C-BEB6-027ABDF9FAF9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9224F576-B3B4-4E7C-BEB6-027ABDF9FAF9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {135A7E31-E111-473A-9C8A-D629F46635C2}
EndGlobalSection
EndGlobal