-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDumpDays.AttendeeRegistration.sln
46 lines (46 loc) · 3.18 KB
/
DumpDays.AttendeeRegistration.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DumpDays.AttendeeRegistration.Domain", "DumpDays.AttendeeRegistration.Domain\DumpDays.AttendeeRegistration.Domain.csproj", "{9C9828DD-BD9F-422C-B503-806CD749370B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DumpDays.AttendeeRegistration.Data", "DumpDays.AttendeeRegistration.Data\DumpDays.AttendeeRegistration.Data.csproj", "{6DDD74CA-8612-4972-8724-6761AF97E6BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DumpDays.AttendeeRegistration.Auth", "DumpDays.AttendeeRegistration.Auth\DumpDays.AttendeeRegistration.Auth.csproj", "{458C9F18-EC08-4E4C-B8B7-2EDA89F063F3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DumpDays.AttendeeRegistration.Api", "DumpDays.AttendeeRegistration.Api\DumpDays.AttendeeRegistration.Api.csproj", "{4F0E54A2-3CD0-4F26-96DF-E7DBA8476930}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DumpDays.AttendeeRegistration.Common", "DumpDays.AttendeeRegistration.Common\DumpDays.AttendeeRegistration.Common.csproj", "{59D2548D-8F87-4053-9EBE-7525784CD382}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9C9828DD-BD9F-422C-B503-806CD749370B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C9828DD-BD9F-422C-B503-806CD749370B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C9828DD-BD9F-422C-B503-806CD749370B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C9828DD-BD9F-422C-B503-806CD749370B}.Release|Any CPU.Build.0 = Release|Any CPU
{6DDD74CA-8612-4972-8724-6761AF97E6BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DDD74CA-8612-4972-8724-6761AF97E6BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DDD74CA-8612-4972-8724-6761AF97E6BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DDD74CA-8612-4972-8724-6761AF97E6BB}.Release|Any CPU.Build.0 = Release|Any CPU
{458C9F18-EC08-4E4C-B8B7-2EDA89F063F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{458C9F18-EC08-4E4C-B8B7-2EDA89F063F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{458C9F18-EC08-4E4C-B8B7-2EDA89F063F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{458C9F18-EC08-4E4C-B8B7-2EDA89F063F3}.Release|Any CPU.Build.0 = Release|Any CPU
{4F0E54A2-3CD0-4F26-96DF-E7DBA8476930}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F0E54A2-3CD0-4F26-96DF-E7DBA8476930}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F0E54A2-3CD0-4F26-96DF-E7DBA8476930}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F0E54A2-3CD0-4F26-96DF-E7DBA8476930}.Release|Any CPU.Build.0 = Release|Any CPU
{59D2548D-8F87-4053-9EBE-7525784CD382}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59D2548D-8F87-4053-9EBE-7525784CD382}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59D2548D-8F87-4053-9EBE-7525784CD382}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59D2548D-8F87-4053-9EBE-7525784CD382}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal