-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSnsTestReceiver.sln
69 lines (69 loc) · 4.29 KB
/
SnsTestReceiver.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31919.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SnsTestReceiver.Api", "src\SnsTestReceiver.Api\SnsTestReceiver.Api.csproj", "{EBECD430-ED0A-4F47-9992-F4A42F6AE49D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SnsTestReceiver.Sdk", "src\SnsTestReceiver.Sdk\SnsTestReceiver.Sdk.csproj", "{595D59F3-A84F-4590-A5EF-5B5CF099AA7C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5FAFC828-9E46-402E-96A3-51676534D6F5}"
ProjectSection(SolutionItems) = preProject
docker-compose.api.yml = docker-compose.api.yml
docker-compose.sdk.yml = docker-compose.sdk.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SnsTestReceiver.Sdk.Tests", "test\SnsTestReceiver.Sdk.Tests\SnsTestReceiver.Sdk.Tests.csproj", "{BAB7AF58-0E43-4739-90C1-18BBC1547414}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{159C8935-CC18-46B1-893C-162B6C9D8BAE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{20C23ADC-35FE-46F1-B54D-088BC5773B57}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "example", "example", "{800C151D-64C5-49A9-A461-D3609AE4E98D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleIntegrationTest", "example\SimpleIntegrationTest\SimpleIntegrationTest.csproj", "{07D60DB1-090B-4928-9B5E-43AF91CA17A9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SnsTestReceiver.Api.Tests", "test\SnsTestReceiver.Api.Tests\SnsTestReceiver.Api.Tests.csproj", "{6BA64FD4-F7CA-4198-9A90-8FB543DC005A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EBECD430-ED0A-4F47-9992-F4A42F6AE49D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBECD430-ED0A-4F47-9992-F4A42F6AE49D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBECD430-ED0A-4F47-9992-F4A42F6AE49D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBECD430-ED0A-4F47-9992-F4A42F6AE49D}.Release|Any CPU.Build.0 = Release|Any CPU
{595D59F3-A84F-4590-A5EF-5B5CF099AA7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{595D59F3-A84F-4590-A5EF-5B5CF099AA7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{595D59F3-A84F-4590-A5EF-5B5CF099AA7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{595D59F3-A84F-4590-A5EF-5B5CF099AA7C}.Release|Any CPU.Build.0 = Release|Any CPU
{BAB7AF58-0E43-4739-90C1-18BBC1547414}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BAB7AF58-0E43-4739-90C1-18BBC1547414}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BAB7AF58-0E43-4739-90C1-18BBC1547414}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BAB7AF58-0E43-4739-90C1-18BBC1547414}.Release|Any CPU.Build.0 = Release|Any CPU
{07D60DB1-090B-4928-9B5E-43AF91CA17A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07D60DB1-090B-4928-9B5E-43AF91CA17A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07D60DB1-090B-4928-9B5E-43AF91CA17A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07D60DB1-090B-4928-9B5E-43AF91CA17A9}.Release|Any CPU.Build.0 = Release|Any CPU
{6BA64FD4-F7CA-4198-9A90-8FB543DC005A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BA64FD4-F7CA-4198-9A90-8FB543DC005A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BA64FD4-F7CA-4198-9A90-8FB543DC005A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6BA64FD4-F7CA-4198-9A90-8FB543DC005A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EBECD430-ED0A-4F47-9992-F4A42F6AE49D} = {159C8935-CC18-46B1-893C-162B6C9D8BAE}
{595D59F3-A84F-4590-A5EF-5B5CF099AA7C} = {159C8935-CC18-46B1-893C-162B6C9D8BAE}
{BAB7AF58-0E43-4739-90C1-18BBC1547414} = {20C23ADC-35FE-46F1-B54D-088BC5773B57}
{07D60DB1-090B-4928-9B5E-43AF91CA17A9} = {800C151D-64C5-49A9-A461-D3609AE4E98D}
{6BA64FD4-F7CA-4198-9A90-8FB543DC005A} = {20C23ADC-35FE-46F1-B54D-088BC5773B57}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {153261A3-6356-428D-9142-5594D275A9EE}
EndGlobalSection
EndGlobal