-
Notifications
You must be signed in to change notification settings - Fork 1
/
Schedule.io.sln
79 lines (79 loc) · 5.15 KB
/
Schedule.io.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
71
72
73
74
75
76
77
78
79
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{28C2BC5E-7B54-49EF-BE6B-0DB31513653C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Infra", "Infra", "{A3619F2A-A0FD-4922-AE17-D8221CD13B2E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{9DC00D4B-45EF-45FE-8BC4-23CDBB9A2068}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nuspecs", "nuspecs", "{C17C2947-9E62-4D69-8C7C-FE82D99B2CC1}"
ProjectSection(SolutionItems) = preProject
nuspecs\Scheduleio.MongoDB.nuspecs = nuspecs\Scheduleio.MongoDB.nuspecs
nuspecs\Scheduleio.nuspecs = nuspecs\Scheduleio.nuspecs
nuspecs\Scheduleio.RavenDB.nuspecs = nuspecs\Scheduleio.RavenDB.nuspecs
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{9B74BBBA-0E30-4101-94C9-9BE9C58943E1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Schedule.io.Test", "tests\Scheduleio.Domain.Test\Schedule.io.Test.csproj", "{036948BE-3DC8-4E7B-B28C-238253FD3CCF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Schedule.io.Infra.RavenDB", "src\Infra\Schedule.io.Infra.RavenDB\Schedule.io.Infra.RavenDB.csproj", "{3961C44D-4017-498F-9089-ADFD98D502EC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Schedule.io", "src\Schedule.io\Schedule.io.csproj", "{8C25F6BE-B812-4B4E-9C14-5C3F664E97AB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Schedule.io.UI.MVC", "presentation\Schedule.io.UI.MVC\Schedule.io.UI.MVC.csproj", "{2D1C654C-7013-45B6-8B89-7F9F3BE5CE19}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Schedule.io.Infra.MongoDB", "src\Infra\Schedule.io.Infra.MongoDB\Schedule.io.Infra.MongoDB.csproj", "{D0C16708-1B52-4D86-A799-A65F088651F2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Schedule.io.Infra.SqlServerDB", "src\Infra\Schedule.io.Infra.SqlServerDB\Schedule.io.Infra.SqlServerDB.csproj", "{07483470-3F21-4B13-8F0B-6228D38369D3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{036948BE-3DC8-4E7B-B28C-238253FD3CCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{036948BE-3DC8-4E7B-B28C-238253FD3CCF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{036948BE-3DC8-4E7B-B28C-238253FD3CCF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{036948BE-3DC8-4E7B-B28C-238253FD3CCF}.Release|Any CPU.Build.0 = Release|Any CPU
{3961C44D-4017-498F-9089-ADFD98D502EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3961C44D-4017-498F-9089-ADFD98D502EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3961C44D-4017-498F-9089-ADFD98D502EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3961C44D-4017-498F-9089-ADFD98D502EC}.Release|Any CPU.Build.0 = Release|Any CPU
{8C25F6BE-B812-4B4E-9C14-5C3F664E97AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C25F6BE-B812-4B4E-9C14-5C3F664E97AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C25F6BE-B812-4B4E-9C14-5C3F664E97AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C25F6BE-B812-4B4E-9C14-5C3F664E97AB}.Release|Any CPU.Build.0 = Release|Any CPU
{2D1C654C-7013-45B6-8B89-7F9F3BE5CE19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D1C654C-7013-45B6-8B89-7F9F3BE5CE19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D1C654C-7013-45B6-8B89-7F9F3BE5CE19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D1C654C-7013-45B6-8B89-7F9F3BE5CE19}.Release|Any CPU.Build.0 = Release|Any CPU
{D0C16708-1B52-4D86-A799-A65F088651F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0C16708-1B52-4D86-A799-A65F088651F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0C16708-1B52-4D86-A799-A65F088651F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0C16708-1B52-4D86-A799-A65F088651F2}.Release|Any CPU.Build.0 = Release|Any CPU
{07483470-3F21-4B13-8F0B-6228D38369D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07483470-3F21-4B13-8F0B-6228D38369D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07483470-3F21-4B13-8F0B-6228D38369D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07483470-3F21-4B13-8F0B-6228D38369D3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A3619F2A-A0FD-4922-AE17-D8221CD13B2E} = {28C2BC5E-7B54-49EF-BE6B-0DB31513653C}
{036948BE-3DC8-4E7B-B28C-238253FD3CCF} = {9B74BBBA-0E30-4101-94C9-9BE9C58943E1}
{3961C44D-4017-498F-9089-ADFD98D502EC} = {A3619F2A-A0FD-4922-AE17-D8221CD13B2E}
{8C25F6BE-B812-4B4E-9C14-5C3F664E97AB} = {28C2BC5E-7B54-49EF-BE6B-0DB31513653C}
{2D1C654C-7013-45B6-8B89-7F9F3BE5CE19} = {9DC00D4B-45EF-45FE-8BC4-23CDBB9A2068}
{D0C16708-1B52-4D86-A799-A65F088651F2} = {A3619F2A-A0FD-4922-AE17-D8221CD13B2E}
{07483470-3F21-4B13-8F0B-6228D38369D3} = {A3619F2A-A0FD-4922-AE17-D8221CD13B2E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5C308AC2-EACD-400F-A790-F593582B1BA1}
EndGlobalSection
EndGlobal