-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFeedbackService.sln
67 lines (67 loc) · 4.49 KB
/
FeedbackService.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FeedbackService.Api", "src\FeedbackService.Api\FeedbackService.Api.csproj", "{E17B0892-0976-47D3-80EA-0A8E5456C362}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A9672818-71D0-4BF8-A83A-028449B94A63}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{5D83672A-7083-4134-937D-1BCCD77A534D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FeedbackService.Core", "src\FeedbackService.Core\FeedbackService.Core.csproj", "{F95E7D06-35E6-4C47-95BB-D77AB2ABA16E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FeedbackService.Api.Test", "test\FeedbackService.Api.Test\FeedbackService.Api.Test.csproj", "{28F870EE-511F-4A61-B3F7-1B1031312E7E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FeedbackService.Core.Test", "test\FeedbackService.Core.Test\FeedbackService.Core.Test.csproj", "{12CA5F5E-9299-4644-B533-619A3A9B0E19}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FeedbackService.Infrastructure.Test", "test\FeedbackService.Infrastructure.Test\FeedbackService.Infrastructure.Test.csproj", "{F05EA0DD-70A6-42ED-A77A-13BB9689DE54}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FeedbackService.Infrastructure", "src\FeedbackService.Infrastructure\FeedbackService.Infrastructure.csproj", "{F02E021B-83BC-49CF-8A83-230A3BF54644}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E17B0892-0976-47D3-80EA-0A8E5456C362}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E17B0892-0976-47D3-80EA-0A8E5456C362}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E17B0892-0976-47D3-80EA-0A8E5456C362}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E17B0892-0976-47D3-80EA-0A8E5456C362}.Release|Any CPU.Build.0 = Release|Any CPU
{F95E7D06-35E6-4C47-95BB-D77AB2ABA16E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F95E7D06-35E6-4C47-95BB-D77AB2ABA16E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F95E7D06-35E6-4C47-95BB-D77AB2ABA16E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F95E7D06-35E6-4C47-95BB-D77AB2ABA16E}.Release|Any CPU.Build.0 = Release|Any CPU
{28F870EE-511F-4A61-B3F7-1B1031312E7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28F870EE-511F-4A61-B3F7-1B1031312E7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28F870EE-511F-4A61-B3F7-1B1031312E7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28F870EE-511F-4A61-B3F7-1B1031312E7E}.Release|Any CPU.Build.0 = Release|Any CPU
{12CA5F5E-9299-4644-B533-619A3A9B0E19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12CA5F5E-9299-4644-B533-619A3A9B0E19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12CA5F5E-9299-4644-B533-619A3A9B0E19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12CA5F5E-9299-4644-B533-619A3A9B0E19}.Release|Any CPU.Build.0 = Release|Any CPU
{F05EA0DD-70A6-42ED-A77A-13BB9689DE54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F05EA0DD-70A6-42ED-A77A-13BB9689DE54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F05EA0DD-70A6-42ED-A77A-13BB9689DE54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F05EA0DD-70A6-42ED-A77A-13BB9689DE54}.Release|Any CPU.Build.0 = Release|Any CPU
{F02E021B-83BC-49CF-8A83-230A3BF54644}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F02E021B-83BC-49CF-8A83-230A3BF54644}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F02E021B-83BC-49CF-8A83-230A3BF54644}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F02E021B-83BC-49CF-8A83-230A3BF54644}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E17B0892-0976-47D3-80EA-0A8E5456C362} = {A9672818-71D0-4BF8-A83A-028449B94A63}
{F95E7D06-35E6-4C47-95BB-D77AB2ABA16E} = {A9672818-71D0-4BF8-A83A-028449B94A63}
{28F870EE-511F-4A61-B3F7-1B1031312E7E} = {5D83672A-7083-4134-937D-1BCCD77A534D}
{12CA5F5E-9299-4644-B533-619A3A9B0E19} = {5D83672A-7083-4134-937D-1BCCD77A534D}
{F05EA0DD-70A6-42ED-A77A-13BB9689DE54} = {5D83672A-7083-4134-937D-1BCCD77A534D}
{F02E021B-83BC-49CF-8A83-230A3BF54644} = {A9672818-71D0-4BF8-A83A-028449B94A63}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7981BD80-8435-4DB0-8ABE-F6B82132D324}
EndGlobalSection
EndGlobal