forked from levibotelho/LearnAngular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AngularTutorial.sln
58 lines (58 loc) · 3.59 KB
/
AngularTutorial.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30324.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AngularTutorial.Entities", "AngularTutorial.Entities\AngularTutorial.Entities.csproj", "{AFABA0DB-367E-4BD5-A8FE-2EB8C555E826}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AngularTutorial.Repository", "AngularTutorial.Repository\AngularTutorial.Repository.csproj", "{12C9B943-09F4-4A6B-9770-A53A0D144BDA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AngularTutorial.Web", "AngularTutorial.Web\AngularTutorial.Web.csproj", "{C67746A6-2062-4C39-B45A-9F78A1F98A55}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AngularTutorial.Services", "AngularTutorial.Services\AngularTutorial.Services.csproj", "{631650EA-AA2B-489E-8C2F-C2F2290005E2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AngularTutorial.Tests.Unit", "AngularTutorial.Tests.Unit\AngularTutorial.Tests.Unit.csproj", "{E349495A-6BF5-4A15-B996-D4B5F4F89BFC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{563097AD-B346-4F3C-910C-4B3F25DE55E0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{EF6B9AEE-D7E8-42F7-9F23-A3CD26DBEB96}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AFABA0DB-367E-4BD5-A8FE-2EB8C555E826}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFABA0DB-367E-4BD5-A8FE-2EB8C555E826}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFABA0DB-367E-4BD5-A8FE-2EB8C555E826}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFABA0DB-367E-4BD5-A8FE-2EB8C555E826}.Release|Any CPU.Build.0 = Release|Any CPU
{12C9B943-09F4-4A6B-9770-A53A0D144BDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12C9B943-09F4-4A6B-9770-A53A0D144BDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12C9B943-09F4-4A6B-9770-A53A0D144BDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12C9B943-09F4-4A6B-9770-A53A0D144BDA}.Release|Any CPU.Build.0 = Release|Any CPU
{C67746A6-2062-4C39-B45A-9F78A1F98A55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C67746A6-2062-4C39-B45A-9F78A1F98A55}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C67746A6-2062-4C39-B45A-9F78A1F98A55}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C67746A6-2062-4C39-B45A-9F78A1F98A55}.Release|Any CPU.Build.0 = Release|Any CPU
{631650EA-AA2B-489E-8C2F-C2F2290005E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{631650EA-AA2B-489E-8C2F-C2F2290005E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{631650EA-AA2B-489E-8C2F-C2F2290005E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{631650EA-AA2B-489E-8C2F-C2F2290005E2}.Release|Any CPU.Build.0 = Release|Any CPU
{E349495A-6BF5-4A15-B996-D4B5F4F89BFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E349495A-6BF5-4A15-B996-D4B5F4F89BFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E349495A-6BF5-4A15-B996-D4B5F4F89BFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E349495A-6BF5-4A15-B996-D4B5F4F89BFC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E349495A-6BF5-4A15-B996-D4B5F4F89BFC} = {563097AD-B346-4F3C-910C-4B3F25DE55E0}
EndGlobalSection
EndGlobal