-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLearnbyDoing.Angular.sln
More file actions
51 lines (51 loc) · 3.29 KB
/
LearnbyDoing.Angular.sln
File metadata and controls
51 lines (51 loc) · 3.29 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
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35716.79
MinimumVisualStudioVersion = 10.0.40219.1
Project("{54A90642-561A-4BB1-A94E-469ADEE60C69}") = "app.angular.client", "App.Angular\app.angular.client\app.angular.client.esproj", "{14D38EB6-163B-EDB7-61B3-9995CDF1B68B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "App.Angular.Server", "App.Angular\App.Angular.Server\App.Angular.Server.csproj", "{C4779993-2487-4D60-9DC3-67CD26E69BE6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TaskApp.Application", "App.Angular\TaskApp.Application\TaskApp.Application.csproj", "{7BA2CFEC-34E4-460F-A740-EECD91977FCA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TaskApp.Core", "App.Angular\TaskApp.Core\TaskApp.Core.csproj", "{C3E676E7-8B4E-9E98-80D1-6496B4F70566}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TaskApp.Infrastructure", "App.Angular\TaskApp.Infrastructure\TaskApp.Infrastructure.csproj", "{50D3415B-9CF2-7DD8-D60E-923711E35091}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{14D38EB6-163B-EDB7-61B3-9995CDF1B68B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14D38EB6-163B-EDB7-61B3-9995CDF1B68B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14D38EB6-163B-EDB7-61B3-9995CDF1B68B}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{14D38EB6-163B-EDB7-61B3-9995CDF1B68B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14D38EB6-163B-EDB7-61B3-9995CDF1B68B}.Release|Any CPU.Build.0 = Release|Any CPU
{14D38EB6-163B-EDB7-61B3-9995CDF1B68B}.Release|Any CPU.Deploy.0 = Release|Any CPU
{C4779993-2487-4D60-9DC3-67CD26E69BE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4779993-2487-4D60-9DC3-67CD26E69BE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4779993-2487-4D60-9DC3-67CD26E69BE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4779993-2487-4D60-9DC3-67CD26E69BE6}.Release|Any CPU.Build.0 = Release|Any CPU
{7BA2CFEC-34E4-460F-A740-EECD91977FCA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BA2CFEC-34E4-460F-A740-EECD91977FCA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BA2CFEC-34E4-460F-A740-EECD91977FCA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BA2CFEC-34E4-460F-A740-EECD91977FCA}.Release|Any CPU.Build.0 = Release|Any CPU
{C3E676E7-8B4E-9E98-80D1-6496B4F70566}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3E676E7-8B4E-9E98-80D1-6496B4F70566}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3E676E7-8B4E-9E98-80D1-6496B4F70566}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3E676E7-8B4E-9E98-80D1-6496B4F70566}.Release|Any CPU.Build.0 = Release|Any CPU
{50D3415B-9CF2-7DD8-D60E-923711E35091}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50D3415B-9CF2-7DD8-D60E-923711E35091}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50D3415B-9CF2-7DD8-D60E-923711E35091}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50D3415B-9CF2-7DD8-D60E-923711E35091}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8724D036-066E-4E38-B497-62B5B39AE7D5}
EndGlobalSection
EndGlobal