forked from dsbenghe/Novell.Directory.Ldap.NETStandard
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNovell.Directory.Ldap.sln
51 lines (51 loc) · 3.07 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.421
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
global.json = global.json
EndProjectSection
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("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{6E28F0DF-400F-4A78-8DD0-B8D843F96010}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Novell.Directory.Ldap.NETStandard.FunctionalTests", "test\Novell.Directory.Ldap.NETStandard.FunctionalTests\Novell.Directory.Ldap.NETStandard.FunctionalTests.xproj", "{332F0714-7ABB-4451-92A1-B656AC26C8AD}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Novell.Directory.Ldap.NETStandard.StressTests", "test\Novell.Directory.Ldap.NETStandard.StressTests\Novell.Directory.Ldap.NETStandard.StressTests.xproj", "{0ABBF187-A48E-42BB-83F0-96C2E1011C25}"
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
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}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1DFBAD2C-EE17-445E-8307-633C83E060AC}
EndGlobalSection
EndGlobal