-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCoreServer.Demo.sln
52 lines (52 loc) · 3.61 KB
/
CoreServer.Demo.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoreServer.Entity", "CoreServer.Entity\CoreServer.Entity.csproj", "{74C78C2F-EAA4-4017-85A7-FC8F7C015174}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoreServer.Model", "CoreServer.Model\CoreServer.Model.csproj", "{70DBDD74-9560-47CA-BE43-26B03EB017B3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoreServer.Service", "CoreServer.Service\CoreServer.Service.csproj", "{63E3F97E-68A4-4A64-801F-8A0FEF5C72A5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoreServer.Common", "CoreServer.Common\CoreServer.Common.csproj", "{CFD76124-541D-4F01-8E54-6C9B12410878}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MicroService", "MicroService", "{5770CEAF-D331-43FD-829A-F3C15EC23BF1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoreServer.Api", "MicroService\CoreServer.Api\CoreServer.Api.csproj", "{24B454F3-C7DE-4659-8B90-EE02A11657E3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoreServer.Port.Station", "MicroService\CoreServer.Port.Station\CoreServer.Port.Station.csproj", "{F234CDF5-1246-4560-AED7-4C3C922ACD27}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{74C78C2F-EAA4-4017-85A7-FC8F7C015174}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74C78C2F-EAA4-4017-85A7-FC8F7C015174}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74C78C2F-EAA4-4017-85A7-FC8F7C015174}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74C78C2F-EAA4-4017-85A7-FC8F7C015174}.Release|Any CPU.Build.0 = Release|Any CPU
{70DBDD74-9560-47CA-BE43-26B03EB017B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70DBDD74-9560-47CA-BE43-26B03EB017B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70DBDD74-9560-47CA-BE43-26B03EB017B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70DBDD74-9560-47CA-BE43-26B03EB017B3}.Release|Any CPU.Build.0 = Release|Any CPU
{63E3F97E-68A4-4A64-801F-8A0FEF5C72A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63E3F97E-68A4-4A64-801F-8A0FEF5C72A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63E3F97E-68A4-4A64-801F-8A0FEF5C72A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63E3F97E-68A4-4A64-801F-8A0FEF5C72A5}.Release|Any CPU.Build.0 = Release|Any CPU
{CFD76124-541D-4F01-8E54-6C9B12410878}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFD76124-541D-4F01-8E54-6C9B12410878}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFD76124-541D-4F01-8E54-6C9B12410878}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFD76124-541D-4F01-8E54-6C9B12410878}.Release|Any CPU.Build.0 = Release|Any CPU
{24B454F3-C7DE-4659-8B90-EE02A11657E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24B454F3-C7DE-4659-8B90-EE02A11657E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24B454F3-C7DE-4659-8B90-EE02A11657E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24B454F3-C7DE-4659-8B90-EE02A11657E3}.Release|Any CPU.Build.0 = Release|Any CPU
{F234CDF5-1246-4560-AED7-4C3C922ACD27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F234CDF5-1246-4560-AED7-4C3C922ACD27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F234CDF5-1246-4560-AED7-4C3C922ACD27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F234CDF5-1246-4560-AED7-4C3C922ACD27}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{24B454F3-C7DE-4659-8B90-EE02A11657E3} = {5770CEAF-D331-43FD-829A-F3C15EC23BF1}
{F234CDF5-1246-4560-AED7-4C3C922ACD27} = {5770CEAF-D331-43FD-829A-F3C15EC23BF1}
EndGlobalSection
EndGlobal