forked from dsbenghe/Novell.Directory.Ldap.NETStandard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNovell.Directory.Ldap.sln
79 lines (79 loc) · 4.7 KB
/
Novell.Directory.Ldap.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29230.47
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{BEE82E9C-181C-443E-A9CC-26D2D432FD56}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3A16475B-0D8E-4316-86D5-F7D37EEE802D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.travis.yml = .travis.yml
appveyor.yml = appveyor.yml
build.ps1 = build.ps1
test\conf\cert_template.conf = test\conf\cert_template.conf
ChangeLog.md = ChangeLog.md
configure-opendj.sh = configure-opendj.sh
configure-openldap.sh = configure-openldap.sh
build\Novell.Directory.Ldap.NETStandard.ruleset = build\Novell.Directory.Ldap.NETStandard.ruleset
README.md = README.md
build\remove-openldap.sh = build\remove-openldap.sh
test\conf\setupData.ldif = test\conf\setupData.ldif
test\conf\slapd.conf = test\conf\slapd.conf
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{6E28F0DF-400F-4A78-8DD0-B8D843F96010}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Novell.Directory.Ldap.NETStandard", "src\Novell.Directory.Ldap.NETStandard\Novell.Directory.Ldap.NETStandard.csproj", "{87646BB4-7F55-49EF-9FE7-49AEE6378453}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Novell.Directory.Ldap.NETStandard.FunctionalTests", "test\Novell.Directory.Ldap.NETStandard.FunctionalTests\Novell.Directory.Ldap.NETStandard.FunctionalTests.csproj", "{332F0714-7ABB-4451-92A1-B656AC26C8AD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Novell.Directory.Ldap.NETStandard.StressTests", "test\Novell.Directory.Ldap.NETStandard.StressTests\Novell.Directory.Ldap.NETStandard.StressTests.csproj", "{0ABBF187-A48E-42BB-83F0-96C2E1011C25}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Novell.Directory.Ldap.NETStandard.UnitTests", "test\Novell.Directory.Ldap.NETStandard.UnitTests\Novell.Directory.Ldap.NETStandard.UnitTests.csproj", "{C6A40F5E-22FE-4A74-9021-70C3C96AF105}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docker", "docker", "{A481A956-8420-4B4A-BCBB-DE966E767A27}"
ProjectSection(SolutionItems) = preProject
opendj-docker-env.props = opendj-docker-env.props
openldap-docker-env.props = openldap-docker-env.props
run-opendj.bat = run-opendj.bat
run-openldap.bat = run-openldap.bat
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{87646BB4-7F55-49EF-9FE7-49AEE6378453}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87646BB4-7F55-49EF-9FE7-49AEE6378453}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87646BB4-7F55-49EF-9FE7-49AEE6378453}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87646BB4-7F55-49EF-9FE7-49AEE6378453}.Release|Any CPU.Build.0 = Release|Any CPU
{332F0714-7ABB-4451-92A1-B656AC26C8AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{332F0714-7ABB-4451-92A1-B656AC26C8AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{332F0714-7ABB-4451-92A1-B656AC26C8AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{332F0714-7ABB-4451-92A1-B656AC26C8AD}.Release|Any CPU.Build.0 = Release|Any CPU
{0ABBF187-A48E-42BB-83F0-96C2E1011C25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0ABBF187-A48E-42BB-83F0-96C2E1011C25}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0ABBF187-A48E-42BB-83F0-96C2E1011C25}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0ABBF187-A48E-42BB-83F0-96C2E1011C25}.Release|Any CPU.Build.0 = Release|Any CPU
{C6A40F5E-22FE-4A74-9021-70C3C96AF105}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6A40F5E-22FE-4A74-9021-70C3C96AF105}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6A40F5E-22FE-4A74-9021-70C3C96AF105}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6A40F5E-22FE-4A74-9021-70C3C96AF105}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{87646BB4-7F55-49EF-9FE7-49AEE6378453} = {BEE82E9C-181C-443E-A9CC-26D2D432FD56}
{332F0714-7ABB-4451-92A1-B656AC26C8AD} = {6E28F0DF-400F-4A78-8DD0-B8D843F96010}
{0ABBF187-A48E-42BB-83F0-96C2E1011C25} = {6E28F0DF-400F-4A78-8DD0-B8D843F96010}
{C6A40F5E-22FE-4A74-9021-70C3C96AF105} = {6E28F0DF-400F-4A78-8DD0-B8D843F96010}
{A481A956-8420-4B4A-BCBB-DE966E767A27} = {3A16475B-0D8E-4316-86D5-F7D37EEE802D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3B780926-24FB-4213-9233-C3B61F2209BA}
EndGlobalSection
EndGlobal