forked from AzureAD/azure-activedirectory-library-for-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LibsNoSamples.sln
62 lines (62 loc) · 4.05 KB
/
LibsNoSamples.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2000
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.IdentityModel.Clients.ActiveDirectory", "src\Microsoft.IdentityModel.Clients.ActiveDirectory\Microsoft.IdentityModel.Clients.ActiveDirectory.csproj", "{A71924EE-1172-4725-9E2C-6E5A342D1620}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.ADAL.NET.Common", "tests\Test.ADAL.NET.Common\Test.ADAL.NET.Common.csproj", "{412F8F05-2694-4D2E-8FE0-A821721CF682}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{5D231979-0A13-456D-B9F9-CED41F935FD9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{48CF4D7C-5E2E-4C4A-BDD2-8F2A06AAE3F6}"
ProjectSection(SolutionItems) = preProject
build\SolutionWideAnalyzerConfig.ruleset = build\SolutionWideAnalyzerConfig.ruleset
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.ADAL.NET.Unit.net45", "tests\Test.ADAL.NET.Unit.net45\Test.ADAL.NET.Unit.net45.csproj", "{91E9E564-8A44-457B-A97C-E76C9F6275D6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.ADAL.NET.Unit.netcore", "tests\Test.ADAL.NET.Unit.netcore\Test.ADAL.NET.Unit.netcore.csproj", "{FCDDA8D3-F299-426B-9CAD-0824D941ED53}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.Microsoft.Identity.LabInfrastructure", "tests\Test.Microsoft.Identity.LabInfrastructure\Test.Microsoft.Identity.LabInfrastructure.csproj", "{E22918A8-8FE6-47D2-B65E-34436918C5D7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A71924EE-1172-4725-9E2C-6E5A342D1620}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A71924EE-1172-4725-9E2C-6E5A342D1620}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A71924EE-1172-4725-9E2C-6E5A342D1620}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A71924EE-1172-4725-9E2C-6E5A342D1620}.Release|Any CPU.Build.0 = Release|Any CPU
{412F8F05-2694-4D2E-8FE0-A821721CF682}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{412F8F05-2694-4D2E-8FE0-A821721CF682}.Debug|Any CPU.Build.0 = Debug|Any CPU
{412F8F05-2694-4D2E-8FE0-A821721CF682}.Release|Any CPU.ActiveCfg = Release|Any CPU
{412F8F05-2694-4D2E-8FE0-A821721CF682}.Release|Any CPU.Build.0 = Release|Any CPU
{91E9E564-8A44-457B-A97C-E76C9F6275D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91E9E564-8A44-457B-A97C-E76C9F6275D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91E9E564-8A44-457B-A97C-E76C9F6275D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91E9E564-8A44-457B-A97C-E76C9F6275D6}.Release|Any CPU.Build.0 = Release|Any CPU
{FCDDA8D3-F299-426B-9CAD-0824D941ED53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCDDA8D3-F299-426B-9CAD-0824D941ED53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCDDA8D3-F299-426B-9CAD-0824D941ED53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCDDA8D3-F299-426B-9CAD-0824D941ED53}.Release|Any CPU.Build.0 = Release|Any CPU
{E22918A8-8FE6-47D2-B65E-34436918C5D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E22918A8-8FE6-47D2-B65E-34436918C5D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E22918A8-8FE6-47D2-B65E-34436918C5D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E22918A8-8FE6-47D2-B65E-34436918C5D7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{412F8F05-2694-4D2E-8FE0-A821721CF682} = {5D231979-0A13-456D-B9F9-CED41F935FD9}
{91E9E564-8A44-457B-A97C-E76C9F6275D6} = {5D231979-0A13-456D-B9F9-CED41F935FD9}
{FCDDA8D3-F299-426B-9CAD-0824D941ED53} = {5D231979-0A13-456D-B9F9-CED41F935FD9}
{E22918A8-8FE6-47D2-B65E-34436918C5D7} = {5D231979-0A13-456D-B9F9-CED41F935FD9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6C88EF77-AF03-4F82-B666-1831DABAA119}
EndGlobalSection
EndGlobal