forked from AzureAD/microsoft-identity-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Microsoft.Identity.Web-Source.sln
31 lines (31 loc) · 1.64 KB
/
Microsoft.Identity.Web-Source.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30330.147
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Identity.Web", "src\Microsoft.Identity.Web\Microsoft.Identity.Web.csproj", "{CE6EE1B4-95FC-4284-AFE6-C6A4967AE7D5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Identity.Web.UI", "src\Microsoft.Identity.Web.UI\Microsoft.Identity.Web.UI.csproj", "{3ABE0CB2-2049-400B-8117-582654367C52}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CE6EE1B4-95FC-4284-AFE6-C6A4967AE7D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE6EE1B4-95FC-4284-AFE6-C6A4967AE7D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE6EE1B4-95FC-4284-AFE6-C6A4967AE7D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE6EE1B4-95FC-4284-AFE6-C6A4967AE7D5}.Release|Any CPU.Build.0 = Release|Any CPU
{3ABE0CB2-2049-400B-8117-582654367C52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3ABE0CB2-2049-400B-8117-582654367C52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3ABE0CB2-2049-400B-8117-582654367C52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3ABE0CB2-2049-400B-8117-582654367C52}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {197FAB54-E47A-4B8A-A6D5-DF5E39D64DB0}
EndGlobalSection
EndGlobal