-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSpring.sln
More file actions
58 lines (58 loc) · 3.83 KB
/
Spring.sln
File metadata and controls
58 lines (58 loc) · 3.83 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
52
53
54
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.WebApi", "Spring.WebApi\Spring.WebApi.csproj", "{791AC2E9-C7AD-4EED-87CE-2B1353075251}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Dto", "Spring.Dto\Spring.Dto.csproj", "{3AFE5AF2-ACE7-4FBF-9698-765F3BB5609F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Services", "Spring.Services\Spring.Services.csproj", "{49972FE3-66C7-4E01-999E-A9FE8A5E9224}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.DbContext", "Spring.DbContext\Spring.DbContext.csproj", "{30D2707F-66B0-4D6E-A994-0C36DFCEC677}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Repositories", "Spring.Repositories\Spring.Repositories.csproj", "{CB98DC9A-FDB1-4A54-AC14-46C9DE8F566F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Common", "Spring.Common\Spring.Common.csproj", "{1D1B1139-88DA-4B73-9CFF-60787B40C450}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Tests", "Spring.Tests\Spring.Tests.csproj", "{93491144-87DA-4BB5-A9D5-1F4009EEA03E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{791AC2E9-C7AD-4EED-87CE-2B1353075251}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{791AC2E9-C7AD-4EED-87CE-2B1353075251}.Debug|Any CPU.Build.0 = Debug|Any CPU
{791AC2E9-C7AD-4EED-87CE-2B1353075251}.Release|Any CPU.ActiveCfg = Release|Any CPU
{791AC2E9-C7AD-4EED-87CE-2B1353075251}.Release|Any CPU.Build.0 = Release|Any CPU
{3AFE5AF2-ACE7-4FBF-9698-765F3BB5609F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3AFE5AF2-ACE7-4FBF-9698-765F3BB5609F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AFE5AF2-ACE7-4FBF-9698-765F3BB5609F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3AFE5AF2-ACE7-4FBF-9698-765F3BB5609F}.Release|Any CPU.Build.0 = Release|Any CPU
{49972FE3-66C7-4E01-999E-A9FE8A5E9224}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49972FE3-66C7-4E01-999E-A9FE8A5E9224}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49972FE3-66C7-4E01-999E-A9FE8A5E9224}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49972FE3-66C7-4E01-999E-A9FE8A5E9224}.Release|Any CPU.Build.0 = Release|Any CPU
{30D2707F-66B0-4D6E-A994-0C36DFCEC677}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30D2707F-66B0-4D6E-A994-0C36DFCEC677}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30D2707F-66B0-4D6E-A994-0C36DFCEC677}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30D2707F-66B0-4D6E-A994-0C36DFCEC677}.Release|Any CPU.Build.0 = Release|Any CPU
{CB98DC9A-FDB1-4A54-AC14-46C9DE8F566F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB98DC9A-FDB1-4A54-AC14-46C9DE8F566F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB98DC9A-FDB1-4A54-AC14-46C9DE8F566F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB98DC9A-FDB1-4A54-AC14-46C9DE8F566F}.Release|Any CPU.Build.0 = Release|Any CPU
{1D1B1139-88DA-4B73-9CFF-60787B40C450}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D1B1139-88DA-4B73-9CFF-60787B40C450}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D1B1139-88DA-4B73-9CFF-60787B40C450}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D1B1139-88DA-4B73-9CFF-60787B40C450}.Release|Any CPU.Build.0 = Release|Any CPU
{93491144-87DA-4BB5-A9D5-1F4009EEA03E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93491144-87DA-4BB5-A9D5-1F4009EEA03E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93491144-87DA-4BB5-A9D5-1F4009EEA03E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93491144-87DA-4BB5-A9D5-1F4009EEA03E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal