-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathEaterCamp.sln
70 lines (70 loc) · 4.44 KB
/
EaterCamp.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
59
60
61
62
63
64
65
66
67
68
69
70
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "3-测试类项目", "3-测试类项目", "{6D274A89-7F27-4918-849E-C8F76F47FD97}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "1-业务类项目", "1-业务类项目", "{7BFDFD0C-5864-471D-B7BD-705E3BBE078F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "2-框架类项目", "2-框架类项目", "{0FE1FEE8-FEE2-4D0E-9CC4-615E0C03C94C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libs", "Libs", "{F92C1B60-0FBB-488E-8191-EC6374AEB563}"
ProjectSection(SolutionItems) = preProject
Libs\IBatis4Net\IBatisNet.DataAccess.dll = Libs\IBatis4Net\IBatisNet.DataAccess.dll
Libs\IBatis4Net\IBatisNet.DataMapper.dll = Libs\IBatis4Net\IBatisNet.DataMapper.dll
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{14C46E69-5523-4439-BF95-31D03D15D37C}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hstar.EaterCamp.WebUI.Tests", "Hstar.EaterCamp.WebUI.Tests\Hstar.EaterCamp.WebUI.Tests.csproj", "{5E265A77-9AAE-4187-B3BC-9D97C4F8A61C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hstar.EaterCamp.BLL", "Hstar.EaterCamp.BLL\Hstar.EaterCamp.BLL.csproj", "{11F8331B-105D-4F0E-8E12-783A8E51ECEB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hstar.EaterCamp.Core", "Hstar.EaterCamp.Core\Hstar.EaterCamp.Core.csproj", "{717B0ADA-E2D0-4956-BF6F-6F0A774EC81A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hstar.Core", "..\Hstar.Core\Hstar.Core\Hstar.Core.csproj", "{41B888C1-6DE4-4A3B-9BA5-EB85C7D28CC4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hstar.EaterCamp.WebUI", "Hstar.EaterCamp.WebUI\Hstar.EaterCamp.WebUI.csproj", "{415140DF-28E2-43D4-93C2-C7C8715B7264}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5E265A77-9AAE-4187-B3BC-9D97C4F8A61C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E265A77-9AAE-4187-B3BC-9D97C4F8A61C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E265A77-9AAE-4187-B3BC-9D97C4F8A61C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E265A77-9AAE-4187-B3BC-9D97C4F8A61C}.Release|Any CPU.Build.0 = Release|Any CPU
{11F8331B-105D-4F0E-8E12-783A8E51ECEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11F8331B-105D-4F0E-8E12-783A8E51ECEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11F8331B-105D-4F0E-8E12-783A8E51ECEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11F8331B-105D-4F0E-8E12-783A8E51ECEB}.Release|Any CPU.Build.0 = Release|Any CPU
{717B0ADA-E2D0-4956-BF6F-6F0A774EC81A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{717B0ADA-E2D0-4956-BF6F-6F0A774EC81A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{717B0ADA-E2D0-4956-BF6F-6F0A774EC81A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{717B0ADA-E2D0-4956-BF6F-6F0A774EC81A}.Release|Any CPU.Build.0 = Release|Any CPU
{41B888C1-6DE4-4A3B-9BA5-EB85C7D28CC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41B888C1-6DE4-4A3B-9BA5-EB85C7D28CC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41B888C1-6DE4-4A3B-9BA5-EB85C7D28CC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41B888C1-6DE4-4A3B-9BA5-EB85C7D28CC4}.Release|Any CPU.Build.0 = Release|Any CPU
{415140DF-28E2-43D4-93C2-C7C8715B7264}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{415140DF-28E2-43D4-93C2-C7C8715B7264}.Debug|Any CPU.Build.0 = Debug|Any CPU
{415140DF-28E2-43D4-93C2-C7C8715B7264}.Release|Any CPU.ActiveCfg = Release|Any CPU
{415140DF-28E2-43D4-93C2-C7C8715B7264}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5E265A77-9AAE-4187-B3BC-9D97C4F8A61C} = {6D274A89-7F27-4918-849E-C8F76F47FD97}
{11F8331B-105D-4F0E-8E12-783A8E51ECEB} = {7BFDFD0C-5864-471D-B7BD-705E3BBE078F}
{717B0ADA-E2D0-4956-BF6F-6F0A774EC81A} = {0FE1FEE8-FEE2-4D0E-9CC4-615E0C03C94C}
{41B888C1-6DE4-4A3B-9BA5-EB85C7D28CC4} = {0FE1FEE8-FEE2-4D0E-9CC4-615E0C03C94C}
{415140DF-28E2-43D4-93C2-C7C8715B7264} = {7BFDFD0C-5864-471D-B7BD-705E3BBE078F}
EndGlobalSection
EndGlobal