forked from aws/aws-sdk-net-extensions-cognito
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Amazon.Extensions.CognitoAuthentication.sln
37 lines (37 loc) · 2.36 KB
/
Amazon.Extensions.CognitoAuthentication.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Amazon.Extensions.CognitoAuthentication", "src\Amazon.Extensions.CognitoAuthentication\Amazon.Extensions.CognitoAuthentication.csproj", "{11E95DC6-54D2-4E7F-A05B-4C40C3B6FA49}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Amazon.Extensions.CognitoAuthentication.IntegrationTests", "test\Amazon.Extensions.CognitoAuthentication.IntegrationTests\Amazon.Extensions.CognitoAuthentication.IntegrationTests.csproj", "{198278E6-752A-47AB-8AF2-4E8E3C5633BF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Amazon.Extensions.CognitoAuthentication.UnitTests", "test\Amazon.Extensions.CognitoAuthentication.UnitTests\Amazon.Extensions.CognitoAuthentication.UnitTests.csproj", "{4A06044A-0043-4EB1-B1DB-F37B2E76FF84}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{11E95DC6-54D2-4E7F-A05B-4C40C3B6FA49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11E95DC6-54D2-4E7F-A05B-4C40C3B6FA49}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11E95DC6-54D2-4E7F-A05B-4C40C3B6FA49}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11E95DC6-54D2-4E7F-A05B-4C40C3B6FA49}.Release|Any CPU.Build.0 = Release|Any CPU
{198278E6-752A-47AB-8AF2-4E8E3C5633BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{198278E6-752A-47AB-8AF2-4E8E3C5633BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{198278E6-752A-47AB-8AF2-4E8E3C5633BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{198278E6-752A-47AB-8AF2-4E8E3C5633BF}.Release|Any CPU.Build.0 = Release|Any CPU
{4A06044A-0043-4EB1-B1DB-F37B2E76FF84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A06044A-0043-4EB1-B1DB-F37B2E76FF84}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A06044A-0043-4EB1-B1DB-F37B2E76FF84}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A06044A-0043-4EB1-B1DB-F37B2E76FF84}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C62404DE-2282-4A60-8D78-D42E07CCCA9C}
EndGlobalSection
EndGlobal