-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwkmvc.sln
61 lines (61 loc) · 3.55 KB
/
wkmvc.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "应用程序", "应用程序", "{5C8BCFCD-B363-449F-8178-F9EDC8B5829B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "应用服务", "应用服务", "{3AB6E840-15FB-4369-BBEF-07797227F1BA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Service", "Service\Service.csproj", "{7415725A-9CB4-4B25-852E-FC8CEC447C57}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "应用类库", "应用类库", "{DFAA6457-A06E-4495-94BF-656A1172AD5A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common", "Common\Common.csproj", "{9BEC400C-CF33-490D-ACA8-D10DB9BB3B73}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Domain", "Domain\Domain.csproj", "{CA396697-1D0F-490B-97EE-6B09324C8C33}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebPage", "WebPage\WebPage.csproj", "{BF1517BE-FD29-46D8-B490-B04AA04313AC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "测试项目", "测试项目", "{7D88480E-32BB-4496-A2C3-80CBED348403}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8C9BD3AC-C59E-499F-9AA3-F9453ED4FCCF}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
WE-Palette.css = WE-Palette.css
WebEssentials2015-Settings.json = WebEssentials2015-Settings.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7415725A-9CB4-4B25-852E-FC8CEC447C57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7415725A-9CB4-4B25-852E-FC8CEC447C57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7415725A-9CB4-4B25-852E-FC8CEC447C57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7415725A-9CB4-4B25-852E-FC8CEC447C57}.Release|Any CPU.Build.0 = Release|Any CPU
{9BEC400C-CF33-490D-ACA8-D10DB9BB3B73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BEC400C-CF33-490D-ACA8-D10DB9BB3B73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BEC400C-CF33-490D-ACA8-D10DB9BB3B73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BEC400C-CF33-490D-ACA8-D10DB9BB3B73}.Release|Any CPU.Build.0 = Release|Any CPU
{CA396697-1D0F-490B-97EE-6B09324C8C33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA396697-1D0F-490B-97EE-6B09324C8C33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA396697-1D0F-490B-97EE-6B09324C8C33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA396697-1D0F-490B-97EE-6B09324C8C33}.Release|Any CPU.Build.0 = Release|Any CPU
{BF1517BE-FD29-46D8-B490-B04AA04313AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF1517BE-FD29-46D8-B490-B04AA04313AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF1517BE-FD29-46D8-B490-B04AA04313AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF1517BE-FD29-46D8-B490-B04AA04313AC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7415725A-9CB4-4B25-852E-FC8CEC447C57} = {3AB6E840-15FB-4369-BBEF-07797227F1BA}
{9BEC400C-CF33-490D-ACA8-D10DB9BB3B73} = {DFAA6457-A06E-4495-94BF-656A1172AD5A}
{CA396697-1D0F-490B-97EE-6B09324C8C33} = {3AB6E840-15FB-4369-BBEF-07797227F1BA}
{BF1517BE-FD29-46D8-B490-B04AA04313AC} = {5C8BCFCD-B363-449F-8178-F9EDC8B5829B}
EndGlobalSection
EndGlobal