-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLogistics.sln
57 lines (57 loc) · 3.71 KB
/
Logistics.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33402.96
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Logistics.Core", "Logistics.Core\Logistics.Core.csproj", "{96739C77-279E-4CB3-A02A-0EA841257858}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Logistics.Shared", "Logistics.Shared\Logistics.Shared.csproj", "{4E7854F1-43BC-45A0-BDF2-B7F945448DC1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Logistics.Web", "Logistics.Web\Logistics.Web.csproj", "{4E4FC1EC-C7FE-43AE-8E0A-448C9ADE564D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Logistics.AppClient", "Logistics.AppClient\Logistics.AppClient.csproj", "{B6992394-FC29-4EFC-ABA2-B86DE64B0CEC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Logistics.AppHost", "Logistics.AppHost\Logistics.AppHost.csproj", "{97B00CE6-3FE2-4A2A-80D6-36C1DEA0976E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Logistics.ServiceDefaults", "Logistics.ServiceDefaults\Logistics.ServiceDefaults.csproj", "{E60C6E2C-A565-C6BD-7651-8231008BA76D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{96739C77-279E-4CB3-A02A-0EA841257858}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96739C77-279E-4CB3-A02A-0EA841257858}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96739C77-279E-4CB3-A02A-0EA841257858}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96739C77-279E-4CB3-A02A-0EA841257858}.Release|Any CPU.Build.0 = Release|Any CPU
{4E7854F1-43BC-45A0-BDF2-B7F945448DC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E7854F1-43BC-45A0-BDF2-B7F945448DC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E7854F1-43BC-45A0-BDF2-B7F945448DC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E7854F1-43BC-45A0-BDF2-B7F945448DC1}.Release|Any CPU.Build.0 = Release|Any CPU
{4E4FC1EC-C7FE-43AE-8E0A-448C9ADE564D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E4FC1EC-C7FE-43AE-8E0A-448C9ADE564D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E4FC1EC-C7FE-43AE-8E0A-448C9ADE564D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E4FC1EC-C7FE-43AE-8E0A-448C9ADE564D}.Release|Any CPU.Build.0 = Release|Any CPU
{B6992394-FC29-4EFC-ABA2-B86DE64B0CEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6992394-FC29-4EFC-ABA2-B86DE64B0CEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6992394-FC29-4EFC-ABA2-B86DE64B0CEC}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{B6992394-FC29-4EFC-ABA2-B86DE64B0CEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6992394-FC29-4EFC-ABA2-B86DE64B0CEC}.Release|Any CPU.Build.0 = Release|Any CPU
{B6992394-FC29-4EFC-ABA2-B86DE64B0CEC}.Release|Any CPU.Deploy.0 = Release|Any CPU
{97B00CE6-3FE2-4A2A-80D6-36C1DEA0976E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97B00CE6-3FE2-4A2A-80D6-36C1DEA0976E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97B00CE6-3FE2-4A2A-80D6-36C1DEA0976E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97B00CE6-3FE2-4A2A-80D6-36C1DEA0976E}.Release|Any CPU.Build.0 = Release|Any CPU
{E60C6E2C-A565-C6BD-7651-8231008BA76D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E60C6E2C-A565-C6BD-7651-8231008BA76D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E60C6E2C-A565-C6BD-7651-8231008BA76D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E60C6E2C-A565-C6BD-7651-8231008BA76D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D3F49FCA-1284-483D-8BD3-C497610E1FD9}
EndGlobalSection
EndGlobal