-
Notifications
You must be signed in to change notification settings - Fork 0
/
AuthNetCoreAndAngular.sln
37 lines (37 loc) · 1.99 KB
/
AuthNetCoreAndAngular.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 16
VisualStudioVersion = 16.0.30128.74
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Web", "Web\Web.csproj", "{5A619085-AE12-45F4-96B4-203117900BB5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{B97420B8-C699-4438-A86A-71927A2B6340}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core", "Core\Core.csproj", "{FF76EB76-5626-4DC6-8E16-3F85CBEE3F78}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5A619085-AE12-45F4-96B4-203117900BB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A619085-AE12-45F4-96B4-203117900BB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A619085-AE12-45F4-96B4-203117900BB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A619085-AE12-45F4-96B4-203117900BB5}.Release|Any CPU.Build.0 = Release|Any CPU
{B97420B8-C699-4438-A86A-71927A2B6340}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B97420B8-C699-4438-A86A-71927A2B6340}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B97420B8-C699-4438-A86A-71927A2B6340}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B97420B8-C699-4438-A86A-71927A2B6340}.Release|Any CPU.Build.0 = Release|Any CPU
{FF76EB76-5626-4DC6-8E16-3F85CBEE3F78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF76EB76-5626-4DC6-8E16-3F85CBEE3F78}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF76EB76-5626-4DC6-8E16-3F85CBEE3F78}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF76EB76-5626-4DC6-8E16-3F85CBEE3F78}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4A274D4A-76BC-40EC-A81B-E9293ED71650}
EndGlobalSection
EndGlobal