-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathAuthenticatedUI.sln
37 lines (37 loc) · 2.07 KB
/
AuthenticatedUI.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 Version 17
VisualStudioVersion = 17.9.34701.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuthenticatedUI", "AuthenticatedUI\AuthenticatedUI.csproj", "{FA95AEF1-C504-4CA1-B694-4F78130888FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authentication", "Authentication\Authentication.csproj", "{B322E990-6030-4CC0-9856-DC14373C8E55}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticatedUITests", "AuthenticatedUITests\AuthenticatedUITests.csproj", "{7A45C84D-C1E2-490B-8E3C-1EF5AFCF2868}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FA95AEF1-C504-4CA1-B694-4F78130888FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA95AEF1-C504-4CA1-B694-4F78130888FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA95AEF1-C504-4CA1-B694-4F78130888FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA95AEF1-C504-4CA1-B694-4F78130888FF}.Release|Any CPU.Build.0 = Release|Any CPU
{B322E990-6030-4CC0-9856-DC14373C8E55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B322E990-6030-4CC0-9856-DC14373C8E55}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B322E990-6030-4CC0-9856-DC14373C8E55}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B322E990-6030-4CC0-9856-DC14373C8E55}.Release|Any CPU.Build.0 = Release|Any CPU
{7A45C84D-C1E2-490B-8E3C-1EF5AFCF2868}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A45C84D-C1E2-490B-8E3C-1EF5AFCF2868}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A45C84D-C1E2-490B-8E3C-1EF5AFCF2868}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A45C84D-C1E2-490B-8E3C-1EF5AFCF2868}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {22D575BC-0C5D-40DD-AA79-AFE9B2163902}
EndGlobalSection
EndGlobal