-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMicroLib.LdapHelper.Core.sln
37 lines (37 loc) · 2 KB
/
MicroLib.LdapHelper.Core.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 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MicroLib.LdapHelper.Core", "src\MicroLib.LdapHelper.Core\MicroLib.LdapHelper.Core.csproj", "{C9430DDA-6B80-4636-BE11-1AA60A29F4AF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MicroLib.LdapHelper.Core.Identity", "src\MicroLib.LdapHelper.Core.Identity\MicroLib.LdapHelper.Core.Identity.csproj", "{5A2901BC-C970-483F-948E-75411BE0410C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{2BA52128-22B2-417D-BBF7-C47F0A0D7CC7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C9430DDA-6B80-4636-BE11-1AA60A29F4AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9430DDA-6B80-4636-BE11-1AA60A29F4AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9430DDA-6B80-4636-BE11-1AA60A29F4AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9430DDA-6B80-4636-BE11-1AA60A29F4AF}.Release|Any CPU.Build.0 = Release|Any CPU
{5A2901BC-C970-483F-948E-75411BE0410C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A2901BC-C970-483F-948E-75411BE0410C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A2901BC-C970-483F-948E-75411BE0410C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A2901BC-C970-483F-948E-75411BE0410C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C9430DDA-6B80-4636-BE11-1AA60A29F4AF} = {2BA52128-22B2-417D-BBF7-C47F0A0D7CC7}
{5A2901BC-C970-483F-948E-75411BE0410C} = {2BA52128-22B2-417D-BBF7-C47F0A0D7CC7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {04B53022-76BC-4343-B558-C639DB774C68}
EndGlobalSection
EndGlobal