-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbmcdavid.IdentityCollection.sln
More file actions
65 lines (65 loc) · 3.99 KB
/
Copy pathbmcdavid.IdentityCollection.sln
File metadata and controls
65 lines (65 loc) · 3.99 KB
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
63
64
65
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.438
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "bmcdavid.Episerver.SynchronizedProviderExtensions", "src\bmcdavid.Episerver.SynchronizedProviderExtensions\bmcdavid.Episerver.SynchronizedProviderExtensions.csproj", "{F56D4B8A-AB7D-428F-AC88-A497099BD541}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "bmcdavid.Episerver.SynchronizedProviderExtensionTests", "tests\bmcdavid.Episerver.SynchronizedProviderExtensionTests\bmcdavid.Episerver.SynchronizedProviderExtensionTests.csproj", "{9D91EB69-01C3-4156-9243-66EFDEB433DD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3F0B930C-6CBB-46F3-936F-CCF518392FAC}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
azuredevops-build.yml = azuredevops-build.yml
icon.png = icon.png
readme.md = readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "bmcdavid.AzureGraphService", "src\bmcdavid.AzureGraphService\bmcdavid.AzureGraphService.csproj", "{309F6D07-8DE9-4808-BBAE-C611BE3847DA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{CF877978-F52C-4CA8-B2DD-B016EAB6FCF4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "bmcdavid.Episerver.ClaimsCriteria", "src\bmcdavid.Episerver.ClaimsCriteria\bmcdavid.Episerver.ClaimsCriteria.csproj", "{A80EBB8F-B7A4-4B9F-AE7C-BB67BCF80463}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "targets", "targets", "{DE13DF8A-4779-4AF3-BF7F-B78D6F31B4FC}"
ProjectSection(SolutionItems) = preProject
src\targets\AddReadMeMarkdown.targets = src\targets\AddReadMeMarkdown.targets
src\targets\AddReleaseNotes.targets = src\targets\AddReleaseNotes.targets
src\targets\CommonBuild.props = src\targets\CommonBuild.props
src\targets\ZipEpiserverModule.targets = src\targets\ZipEpiserverModule.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F56D4B8A-AB7D-428F-AC88-A497099BD541}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F56D4B8A-AB7D-428F-AC88-A497099BD541}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F56D4B8A-AB7D-428F-AC88-A497099BD541}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F56D4B8A-AB7D-428F-AC88-A497099BD541}.Release|Any CPU.Build.0 = Release|Any CPU
{9D91EB69-01C3-4156-9243-66EFDEB433DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D91EB69-01C3-4156-9243-66EFDEB433DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D91EB69-01C3-4156-9243-66EFDEB433DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D91EB69-01C3-4156-9243-66EFDEB433DD}.Release|Any CPU.Build.0 = Release|Any CPU
{309F6D07-8DE9-4808-BBAE-C611BE3847DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{309F6D07-8DE9-4808-BBAE-C611BE3847DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{309F6D07-8DE9-4808-BBAE-C611BE3847DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{309F6D07-8DE9-4808-BBAE-C611BE3847DA}.Release|Any CPU.Build.0 = Release|Any CPU
{A80EBB8F-B7A4-4B9F-AE7C-BB67BCF80463}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A80EBB8F-B7A4-4B9F-AE7C-BB67BCF80463}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A80EBB8F-B7A4-4B9F-AE7C-BB67BCF80463}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A80EBB8F-B7A4-4B9F-AE7C-BB67BCF80463}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9D91EB69-01C3-4156-9243-66EFDEB433DD} = {CF877978-F52C-4CA8-B2DD-B016EAB6FCF4}
{DE13DF8A-4779-4AF3-BF7F-B78D6F31B4FC} = {3F0B930C-6CBB-46F3-936F-CCF518392FAC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2F855045-4E50-4EF0-A331-B3666CAE73FB}
EndGlobalSection
EndGlobal