-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFakeSurveyGenerator.sln
110 lines (110 loc) · 8.18 KB
/
FakeSurveyGenerator.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31911.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{438984B1-9FA7-45B5-8716-CDE285922F9B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FakeSurveyGenerator.API", "src\server\FakeSurveyGenerator.API\FakeSurveyGenerator.API.csproj", "{F3382496-05D8-4608-9BDE-C6F9BD2EB43C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FakeSurveyGenerator.API.Tests.Integration", "src\server\FakeSurveyGenerator.API.Tests.Integration\FakeSurveyGenerator.API.Tests.Integration.csproj", "{F18CFDB2-EA79-4AC3-BC06-203A31F35486}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FakeSurveyGenerator.Domain", "src\server\FakeSurveyGenerator.Domain\FakeSurveyGenerator.Domain.csproj", "{C936D670-5D01-45D3-9625-3AB91C8CAFA6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FakeSurveyGenerator.Domain.Tests", "src\server\FakeSurveyGenerator.Domain.Tests\FakeSurveyGenerator.Domain.Tests.csproj", "{62E03C8E-7FD4-4CE9-B686-40840950C98A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FakeSurveyGenerator.EF.Design", "src\server\FakeSurveyGenerator.EF.Design\FakeSurveyGenerator.EF.Design.csproj", "{99EA5DC3-56B7-4473-8574-B304461B4B76}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6465B709-BA6F-4AE9-B22C-C8E28CCA9AC6}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
build\fake-survey-generator-api\azure-pipelines.yml = build\fake-survey-generator-api\azure-pipelines.yml
build\fake-survey-generator-ui\azure-pipelines.yml = build\fake-survey-generator-ui\azure-pipelines.yml
build\infrastructure\azure-pipelines.yml = build\infrastructure\azure-pipelines.yml
global.json = global.json
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FakeSurveyGenerator.Worker", "src\server\FakeSurveyGenerator.Worker\FakeSurveyGenerator.Worker.csproj", "{22C32FFB-93C4-470F-90FA-B3727CAFB8CB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FakeSurveyGenerator.Application", "src\server\FakeSurveyGenerator.Application\FakeSurveyGenerator.Application.csproj", "{87784ADE-CB11-47DA-AA11-675AB96DE059}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FakeSurveyGenerator.Application.Tests", "src\server\FakeSurveyGenerator.Application.Tests\FakeSurveyGenerator.Application.Tests.csproj", "{EC88BDF7-47DD-42F7-8039-A52638375902}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FakeSurveyGenerator.Infrastructure", "src\server\FakeSurveyGenerator.Infrastructure\FakeSurveyGenerator.Infrastructure.csproj", "{C1C21608-5D92-48A4-9553-6D96D2CE8723}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FakeSurveyGenerator.Data", "src\server\FakeSurveyGenerator.Data\FakeSurveyGenerator.Data.csproj", "{0F52FF53-408E-4B34-A737-632B7CB70936}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FakeSurveyGenerator.Shared", "src\server\FakeSurveyGenerator.Shared\FakeSurveyGenerator.Shared.csproj", "{BCACA880-C288-4F91-A734-A0EA95599EC8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FakeSurveyGenerator.Acceptance.Tests", "src\server\FakeSurveyGenerator.Acceptance.Tests\FakeSurveyGenerator.Acceptance.Tests.csproj", "{0E9489B9-06B0-42FD-A119-78A9B8557E9F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{438984B1-9FA7-45B5-8716-CDE285922F9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{438984B1-9FA7-45B5-8716-CDE285922F9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{438984B1-9FA7-45B5-8716-CDE285922F9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{438984B1-9FA7-45B5-8716-CDE285922F9B}.Release|Any CPU.Build.0 = Release|Any CPU
{F3382496-05D8-4608-9BDE-C6F9BD2EB43C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3382496-05D8-4608-9BDE-C6F9BD2EB43C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3382496-05D8-4608-9BDE-C6F9BD2EB43C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3382496-05D8-4608-9BDE-C6F9BD2EB43C}.Release|Any CPU.Build.0 = Release|Any CPU
{F18CFDB2-EA79-4AC3-BC06-203A31F35486}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F18CFDB2-EA79-4AC3-BC06-203A31F35486}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F18CFDB2-EA79-4AC3-BC06-203A31F35486}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F18CFDB2-EA79-4AC3-BC06-203A31F35486}.Release|Any CPU.Build.0 = Release|Any CPU
{C936D670-5D01-45D3-9625-3AB91C8CAFA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C936D670-5D01-45D3-9625-3AB91C8CAFA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C936D670-5D01-45D3-9625-3AB91C8CAFA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C936D670-5D01-45D3-9625-3AB91C8CAFA6}.Release|Any CPU.Build.0 = Release|Any CPU
{62E03C8E-7FD4-4CE9-B686-40840950C98A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62E03C8E-7FD4-4CE9-B686-40840950C98A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62E03C8E-7FD4-4CE9-B686-40840950C98A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62E03C8E-7FD4-4CE9-B686-40840950C98A}.Release|Any CPU.Build.0 = Release|Any CPU
{99EA5DC3-56B7-4473-8574-B304461B4B76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99EA5DC3-56B7-4473-8574-B304461B4B76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99EA5DC3-56B7-4473-8574-B304461B4B76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99EA5DC3-56B7-4473-8574-B304461B4B76}.Release|Any CPU.Build.0 = Release|Any CPU
{22C32FFB-93C4-470F-90FA-B3727CAFB8CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22C32FFB-93C4-470F-90FA-B3727CAFB8CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22C32FFB-93C4-470F-90FA-B3727CAFB8CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22C32FFB-93C4-470F-90FA-B3727CAFB8CB}.Release|Any CPU.Build.0 = Release|Any CPU
{87784ADE-CB11-47DA-AA11-675AB96DE059}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87784ADE-CB11-47DA-AA11-675AB96DE059}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87784ADE-CB11-47DA-AA11-675AB96DE059}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87784ADE-CB11-47DA-AA11-675AB96DE059}.Release|Any CPU.Build.0 = Release|Any CPU
{EC88BDF7-47DD-42F7-8039-A52638375902}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC88BDF7-47DD-42F7-8039-A52638375902}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC88BDF7-47DD-42F7-8039-A52638375902}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC88BDF7-47DD-42F7-8039-A52638375902}.Release|Any CPU.Build.0 = Release|Any CPU
{C1C21608-5D92-48A4-9553-6D96D2CE8723}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1C21608-5D92-48A4-9553-6D96D2CE8723}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1C21608-5D92-48A4-9553-6D96D2CE8723}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1C21608-5D92-48A4-9553-6D96D2CE8723}.Release|Any CPU.Build.0 = Release|Any CPU
{0F52FF53-408E-4B34-A737-632B7CB70936}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F52FF53-408E-4B34-A737-632B7CB70936}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F52FF53-408E-4B34-A737-632B7CB70936}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F52FF53-408E-4B34-A737-632B7CB70936}.Release|Any CPU.Build.0 = Release|Any CPU
{BCACA880-C288-4F91-A734-A0EA95599EC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BCACA880-C288-4F91-A734-A0EA95599EC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BCACA880-C288-4F91-A734-A0EA95599EC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BCACA880-C288-4F91-A734-A0EA95599EC8}.Release|Any CPU.Build.0 = Release|Any CPU
{0E9489B9-06B0-42FD-A119-78A9B8557E9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E9489B9-06B0-42FD-A119-78A9B8557E9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E9489B9-06B0-42FD-A119-78A9B8557E9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E9489B9-06B0-42FD-A119-78A9B8557E9F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A71DA4E5-DA3F-48D3-96B6-AD9001C18BED}
EndGlobalSection
EndGlobal