-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLDAP Helper Libraries.sln
47 lines (47 loc) · 2.59 KB
/
LDAP Helper Libraries.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bitai.LDAPHelper.DTO", "src\Bitai.LDAPHelper.DTO\Bitai.LDAPHelper.DTO.csproj", "{2386A126-F237-43FD-9A7C-FDF6718ACAD7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bitai.LDAPHelper", "src\Bitai.LDAPHelper\Bitai.LDAPHelper.csproj", "{87B1AB51-6C42-4EC0-9ECB-189370A724C2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bitai.LDAPHelper.Demo", "demo\Bitai.LDAPHelper.Demo\Bitai.LDAPHelper.Demo.csproj", "{EF0E7C00-6116-46A7-BC21-6B30DE8361DD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "demo", "demo", "{D026C7BE-09AB-4BFD-B78E-1DF35734EBFD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{53DFC702-B482-433C-8946-A26ED8711DFB}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2386A126-F237-43FD-9A7C-FDF6718ACAD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2386A126-F237-43FD-9A7C-FDF6718ACAD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2386A126-F237-43FD-9A7C-FDF6718ACAD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2386A126-F237-43FD-9A7C-FDF6718ACAD7}.Release|Any CPU.Build.0 = Release|Any CPU
{87B1AB51-6C42-4EC0-9ECB-189370A724C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87B1AB51-6C42-4EC0-9ECB-189370A724C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87B1AB51-6C42-4EC0-9ECB-189370A724C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87B1AB51-6C42-4EC0-9ECB-189370A724C2}.Release|Any CPU.Build.0 = Release|Any CPU
{EF0E7C00-6116-46A7-BC21-6B30DE8361DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF0E7C00-6116-46A7-BC21-6B30DE8361DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF0E7C00-6116-46A7-BC21-6B30DE8361DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF0E7C00-6116-46A7-BC21-6B30DE8361DD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EF0E7C00-6116-46A7-BC21-6B30DE8361DD} = {D026C7BE-09AB-4BFD-B78E-1DF35734EBFD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DB0C2252-0846-4C49-970A-C7C68C82A4F3}
EndGlobalSection
EndGlobal