-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDemandManagement.sln
49 lines (49 loc) · 3.23 KB
/
DemandManagement.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DemandManagement.Api", "DemandManagement.Api\DemandManagement.Api.csproj", "{92D4DDB6-2B02-4737-89CF-7B772B9C9723}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DemandManagement.Registration", "DemandManagement.Registration\DemandManagement.Registration.csproj", "{58890CDA-4531-47BC-836B-716C5A77995F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DemandManagement.Notification", "DemandManagement.Notification\DemandManagement.Notification.csproj", "{C30B9FF1-65AF-44E0-96F1-7674DC590231}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DemandManagement.Thirdparty.Service", "DemandManagement.Thirdparty.Service\DemandManagement.Thirdparty.Service.csproj", "{8C67B7CD-2EF2-4E38-9228-B07DE716E9E2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DemandManagement.MessageContracts", "DemandManagement.MessageContracts\DemandManagement.MessageContracts.csproj", "{CFBCAFAD-0F39-454E-8D4C-FBAD212D54C3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{92D4DDB6-2B02-4737-89CF-7B772B9C9723}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92D4DDB6-2B02-4737-89CF-7B772B9C9723}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92D4DDB6-2B02-4737-89CF-7B772B9C9723}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92D4DDB6-2B02-4737-89CF-7B772B9C9723}.Release|Any CPU.Build.0 = Release|Any CPU
{58890CDA-4531-47BC-836B-716C5A77995F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58890CDA-4531-47BC-836B-716C5A77995F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58890CDA-4531-47BC-836B-716C5A77995F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58890CDA-4531-47BC-836B-716C5A77995F}.Release|Any CPU.Build.0 = Release|Any CPU
{C30B9FF1-65AF-44E0-96F1-7674DC590231}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C30B9FF1-65AF-44E0-96F1-7674DC590231}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C30B9FF1-65AF-44E0-96F1-7674DC590231}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C30B9FF1-65AF-44E0-96F1-7674DC590231}.Release|Any CPU.Build.0 = Release|Any CPU
{8C67B7CD-2EF2-4E38-9228-B07DE716E9E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C67B7CD-2EF2-4E38-9228-B07DE716E9E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C67B7CD-2EF2-4E38-9228-B07DE716E9E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C67B7CD-2EF2-4E38-9228-B07DE716E9E2}.Release|Any CPU.Build.0 = Release|Any CPU
{CFBCAFAD-0F39-454E-8D4C-FBAD212D54C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFBCAFAD-0F39-454E-8D4C-FBAD212D54C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFBCAFAD-0F39-454E-8D4C-FBAD212D54C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFBCAFAD-0F39-454E-8D4C-FBAD212D54C3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {11F28110-B8FE-49F5-9DC6-EB4A74489751}
EndGlobalSection
EndGlobal