-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTronCell.Queue.sln
70 lines (70 loc) · 4.64 KB
/
TronCell.Queue.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 2013
VisualStudioVersion = 12.0.30516.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TronCell.Queue.Web", "TronCell.Queue.Web\TronCell.Queue.Web.csproj", "{62922E72-27EE-4295-AEDD-451C2BA2DFBC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TronCell.Repository", "TronCell.Repository", "{13AF8F21-31C0-4CCB-AB04-AB18EEE5A2B6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Repository.Pattern", "TronCell.Repository\Repository.Pattern\Repository.Pattern.csproj", "{6E682A14-C872-4813-B620-76E108DEA683}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Repository.Pattern.Ef6", "TronCell.Repository\Repository.Pattern.Ef6\Repository.Pattern.Ef6.csproj", "{F68A1D19-93FB-47C1-A22B-42BEA3E4FD8C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TronCell.Queue.Repo", "TronCell.Queue.Repo", "{502B2CBC-F2F5-4CA4-9701-FA541770E726}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Queue.Entities", "TronCell.Queue.Repo\Queue.Entity\Queue.Entities.csproj", "{6D60606E-751B-4521-9E86-BF78FFBB94A6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Queue.Repository", "TronCell.Queue.Repo\Queue.Repository\Queue.Repository.csproj", "{81A08F4F-960D-49BC-BCFB-4915A9307D21}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{62922E72-27EE-4295-AEDD-451C2BA2DFBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62922E72-27EE-4295-AEDD-451C2BA2DFBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62922E72-27EE-4295-AEDD-451C2BA2DFBC}.Debug|x86.ActiveCfg = Debug|Any CPU
{62922E72-27EE-4295-AEDD-451C2BA2DFBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62922E72-27EE-4295-AEDD-451C2BA2DFBC}.Release|Any CPU.Build.0 = Release|Any CPU
{62922E72-27EE-4295-AEDD-451C2BA2DFBC}.Release|x86.ActiveCfg = Release|Any CPU
{6E682A14-C872-4813-B620-76E108DEA683}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E682A14-C872-4813-B620-76E108DEA683}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E682A14-C872-4813-B620-76E108DEA683}.Debug|x86.ActiveCfg = Debug|x86
{6E682A14-C872-4813-B620-76E108DEA683}.Debug|x86.Build.0 = Debug|x86
{6E682A14-C872-4813-B620-76E108DEA683}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E682A14-C872-4813-B620-76E108DEA683}.Release|Any CPU.Build.0 = Release|Any CPU
{6E682A14-C872-4813-B620-76E108DEA683}.Release|x86.ActiveCfg = Release|x86
{6E682A14-C872-4813-B620-76E108DEA683}.Release|x86.Build.0 = Release|x86
{F68A1D19-93FB-47C1-A22B-42BEA3E4FD8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F68A1D19-93FB-47C1-A22B-42BEA3E4FD8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F68A1D19-93FB-47C1-A22B-42BEA3E4FD8C}.Debug|x86.ActiveCfg = Debug|Any CPU
{F68A1D19-93FB-47C1-A22B-42BEA3E4FD8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F68A1D19-93FB-47C1-A22B-42BEA3E4FD8C}.Release|Any CPU.Build.0 = Release|Any CPU
{F68A1D19-93FB-47C1-A22B-42BEA3E4FD8C}.Release|x86.ActiveCfg = Release|Any CPU
{6D60606E-751B-4521-9E86-BF78FFBB94A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D60606E-751B-4521-9E86-BF78FFBB94A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D60606E-751B-4521-9E86-BF78FFBB94A6}.Debug|x86.ActiveCfg = Debug|Any CPU
{6D60606E-751B-4521-9E86-BF78FFBB94A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D60606E-751B-4521-9E86-BF78FFBB94A6}.Release|Any CPU.Build.0 = Release|Any CPU
{6D60606E-751B-4521-9E86-BF78FFBB94A6}.Release|x86.ActiveCfg = Release|Any CPU
{81A08F4F-960D-49BC-BCFB-4915A9307D21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81A08F4F-960D-49BC-BCFB-4915A9307D21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81A08F4F-960D-49BC-BCFB-4915A9307D21}.Debug|x86.ActiveCfg = Debug|Any CPU
{81A08F4F-960D-49BC-BCFB-4915A9307D21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81A08F4F-960D-49BC-BCFB-4915A9307D21}.Release|Any CPU.Build.0 = Release|Any CPU
{81A08F4F-960D-49BC-BCFB-4915A9307D21}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6E682A14-C872-4813-B620-76E108DEA683} = {13AF8F21-31C0-4CCB-AB04-AB18EEE5A2B6}
{F68A1D19-93FB-47C1-A22B-42BEA3E4FD8C} = {13AF8F21-31C0-4CCB-AB04-AB18EEE5A2B6}
{6D60606E-751B-4521-9E86-BF78FFBB94A6} = {502B2CBC-F2F5-4CA4-9701-FA541770E726}
{81A08F4F-960D-49BC-BCFB-4915A9307D21} = {502B2CBC-F2F5-4CA4-9701-FA541770E726}
EndGlobalSection
EndGlobal