|
| 1 | + |
| 2 | +Microsoft Visual Studio Solution File, Format Version 12.00 |
| 3 | +# Visual Studio Version 17 |
| 4 | +VisualStudioVersion = 17.6.33815.320 |
| 5 | +MinimumVisualStudioVersion = 10.0.40219.1 |
| 6 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{521DD4B5-B08C-4AFC-8D93-3E5552DE2C2D}" |
| 7 | + ProjectSection(SolutionItems) = preProject |
| 8 | + serverless.template = serverless.template |
| 9 | + EndProjectSection |
| 10 | +EndProject |
| 11 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5E136BA6-1662-401B-8D0D-0BA0595A942D}" |
| 12 | +EndProject |
| 13 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{81458A7E-41B1-4553-AE5D-227E4E9A7D47}" |
| 14 | +EndProject |
| 15 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "S3Notifications", "src\S3Notifications\S3Notifications.csproj", "{0645487F-46F6-4BA7-8334-2997E9CC70B9}" |
| 16 | +EndProject |
| 17 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "S3Notificaztions.E2ETests", "tests\S3Notifications.E2ETests\S3Notificaztions.E2ETests.csproj", "{AE0182DD-A9F0-419D-89F5-F346AF920CD5}" |
| 18 | +EndProject |
| 19 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "S3Notifications.UnitTests", "tests\S3Notifications.UnitTests\S3Notifications.UnitTests.csproj", "{C3905C57-8269-41C1-AB11-B5BA39577C66}" |
| 20 | +EndProject |
| 21 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "S3Notificatrions.TestUtilities", "tests\S3Notifications.TestUtilities\S3Notificatrions.TestUtilities.csproj", "{33A91439-4C1F-4F97-9BC2-F3003008F010}" |
| 22 | +EndProject |
| 23 | +Global |
| 24 | + GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 25 | + Debug|Any CPU = Debug|Any CPU |
| 26 | + Release|Any CPU = Release|Any CPU |
| 27 | + EndGlobalSection |
| 28 | + GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 29 | + {0645487F-46F6-4BA7-8334-2997E9CC70B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 30 | + {0645487F-46F6-4BA7-8334-2997E9CC70B9}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 31 | + {0645487F-46F6-4BA7-8334-2997E9CC70B9}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 32 | + {0645487F-46F6-4BA7-8334-2997E9CC70B9}.Release|Any CPU.Build.0 = Release|Any CPU |
| 33 | + {AE0182DD-A9F0-419D-89F5-F346AF920CD5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 34 | + {AE0182DD-A9F0-419D-89F5-F346AF920CD5}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 35 | + {AE0182DD-A9F0-419D-89F5-F346AF920CD5}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 36 | + {AE0182DD-A9F0-419D-89F5-F346AF920CD5}.Release|Any CPU.Build.0 = Release|Any CPU |
| 37 | + {C3905C57-8269-41C1-AB11-B5BA39577C66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 38 | + {C3905C57-8269-41C1-AB11-B5BA39577C66}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 39 | + {C3905C57-8269-41C1-AB11-B5BA39577C66}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 40 | + {C3905C57-8269-41C1-AB11-B5BA39577C66}.Release|Any CPU.Build.0 = Release|Any CPU |
| 41 | + {33A91439-4C1F-4F97-9BC2-F3003008F010}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 42 | + {33A91439-4C1F-4F97-9BC2-F3003008F010}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 43 | + {33A91439-4C1F-4F97-9BC2-F3003008F010}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 44 | + {33A91439-4C1F-4F97-9BC2-F3003008F010}.Release|Any CPU.Build.0 = Release|Any CPU |
| 45 | + EndGlobalSection |
| 46 | + GlobalSection(SolutionProperties) = preSolution |
| 47 | + HideSolutionNode = FALSE |
| 48 | + EndGlobalSection |
| 49 | + GlobalSection(NestedProjects) = preSolution |
| 50 | + {0645487F-46F6-4BA7-8334-2997E9CC70B9} = {5E136BA6-1662-401B-8D0D-0BA0595A942D} |
| 51 | + {AE0182DD-A9F0-419D-89F5-F346AF920CD5} = {81458A7E-41B1-4553-AE5D-227E4E9A7D47} |
| 52 | + {C3905C57-8269-41C1-AB11-B5BA39577C66} = {81458A7E-41B1-4553-AE5D-227E4E9A7D47} |
| 53 | + {33A91439-4C1F-4F97-9BC2-F3003008F010} = {81458A7E-41B1-4553-AE5D-227E4E9A7D47} |
| 54 | + EndGlobalSection |
| 55 | + GlobalSection(ExtensibilityGlobals) = postSolution |
| 56 | + SolutionGuid = {6BE69204-644C-49EC-AE6A-E08CA582876F} |
| 57 | + EndGlobalSection |
| 58 | +EndGlobal |
0 commit comments