-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathChiakiYu.sln
59 lines (59 loc) · 3.7 KB
/
ChiakiYu.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChiakiYu.Core", "ChiakiYu.Core\ChiakiYu.Core.csproj", "{51E84891-C753-484D-929E-7C177F54431A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChiakiYu.Common", "ChiakiYu.Common\ChiakiYu.Common.csproj", "{C2C9481F-0590-40B7-90C8-7FEA4F6B783A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChiakiYu.EntityFramework", "ChiakiYu.EntityFramework\ChiakiYu.EntityFramework.csproj", "{8517D39B-FA3F-43E3-BC2A-70BFE05B3D08}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChiakiYu.Web", "ChiakiYu.Web\ChiakiYu.Web.csproj", "{0C2AD4DE-A5DE-4B11-8BAF-4595B4723CD6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{1F9D0852-8DE7-43A3-82CC-2282AEACDD0B}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChiakiYu.Model", "ChiakiYu.Model\ChiakiYu.Model.csproj", "{7008A0E9-BAF7-4D54-AF61-BE7C738B6307}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChiakiYu.Service", "ChiakiYu.Service\ChiakiYu.Service.csproj", "{495B51EB-C520-46A0-9BC0-54D67516A1CB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{51E84891-C753-484D-929E-7C177F54431A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51E84891-C753-484D-929E-7C177F54431A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51E84891-C753-484D-929E-7C177F54431A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51E84891-C753-484D-929E-7C177F54431A}.Release|Any CPU.Build.0 = Release|Any CPU
{C2C9481F-0590-40B7-90C8-7FEA4F6B783A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2C9481F-0590-40B7-90C8-7FEA4F6B783A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2C9481F-0590-40B7-90C8-7FEA4F6B783A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2C9481F-0590-40B7-90C8-7FEA4F6B783A}.Release|Any CPU.Build.0 = Release|Any CPU
{8517D39B-FA3F-43E3-BC2A-70BFE05B3D08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8517D39B-FA3F-43E3-BC2A-70BFE05B3D08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8517D39B-FA3F-43E3-BC2A-70BFE05B3D08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8517D39B-FA3F-43E3-BC2A-70BFE05B3D08}.Release|Any CPU.Build.0 = Release|Any CPU
{0C2AD4DE-A5DE-4B11-8BAF-4595B4723CD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C2AD4DE-A5DE-4B11-8BAF-4595B4723CD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C2AD4DE-A5DE-4B11-8BAF-4595B4723CD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C2AD4DE-A5DE-4B11-8BAF-4595B4723CD6}.Release|Any CPU.Build.0 = Release|Any CPU
{7008A0E9-BAF7-4D54-AF61-BE7C738B6307}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7008A0E9-BAF7-4D54-AF61-BE7C738B6307}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7008A0E9-BAF7-4D54-AF61-BE7C738B6307}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7008A0E9-BAF7-4D54-AF61-BE7C738B6307}.Release|Any CPU.Build.0 = Release|Any CPU
{495B51EB-C520-46A0-9BC0-54D67516A1CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{495B51EB-C520-46A0-9BC0-54D67516A1CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{495B51EB-C520-46A0-9BC0-54D67516A1CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{495B51EB-C520-46A0-9BC0-54D67516A1CB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal