This repository was archived by the owner on Jan 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathLibDev.sln
107 lines (107 loc) · 6.65 KB
/
LibDev.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LibCsv", "LibCsv\LibCsv.vcxproj", "{181426AC-372D-40C3-86F9-554BE0F6F069}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LibLdap", "LibLdap\LibLdap.vcxproj", "{DBC8FAF7-6789-4A8F-AE11-7D17E6ED8B16}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LibUtils", "LibUtils\LibUtils.vcxproj", "{ABC59760-7700-49F3-AC9E-A29414B1C5CE}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LibLog", "LibLog\LibLog.vcxproj", "{1D4E068B-ACEE-4C7E-B361-4419377871C8}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LibCache", "LibCache\LibCache.vcxproj", "{DC24D7AB-6724-4932-A63E-586B5C5F80C5}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LibJson", "LibJson\LibJson.vcxproj", "{33C0FE4C-8EF9-493D-AF1A-BA79E3B949E5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
VLD|x64 = VLD|x64
VLD|x86 = VLD|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{181426AC-372D-40C3-86F9-554BE0F6F069}.Debug|x64.ActiveCfg = Debug|x64
{181426AC-372D-40C3-86F9-554BE0F6F069}.Debug|x64.Build.0 = Debug|x64
{181426AC-372D-40C3-86F9-554BE0F6F069}.Debug|x86.ActiveCfg = Debug|Win32
{181426AC-372D-40C3-86F9-554BE0F6F069}.Debug|x86.Build.0 = Debug|Win32
{181426AC-372D-40C3-86F9-554BE0F6F069}.Release|x64.ActiveCfg = Release|x64
{181426AC-372D-40C3-86F9-554BE0F6F069}.Release|x64.Build.0 = Release|x64
{181426AC-372D-40C3-86F9-554BE0F6F069}.Release|x86.ActiveCfg = Release|Win32
{181426AC-372D-40C3-86F9-554BE0F6F069}.Release|x86.Build.0 = Release|Win32
{181426AC-372D-40C3-86F9-554BE0F6F069}.VLD|x64.ActiveCfg = VLD|x64
{181426AC-372D-40C3-86F9-554BE0F6F069}.VLD|x64.Build.0 = VLD|x64
{181426AC-372D-40C3-86F9-554BE0F6F069}.VLD|x86.ActiveCfg = VLD|Win32
{181426AC-372D-40C3-86F9-554BE0F6F069}.VLD|x86.Build.0 = VLD|Win32
{DBC8FAF7-6789-4A8F-AE11-7D17E6ED8B16}.Debug|x64.ActiveCfg = Debug|x64
{DBC8FAF7-6789-4A8F-AE11-7D17E6ED8B16}.Debug|x64.Build.0 = Debug|x64
{DBC8FAF7-6789-4A8F-AE11-7D17E6ED8B16}.Debug|x86.ActiveCfg = Debug|Win32
{DBC8FAF7-6789-4A8F-AE11-7D17E6ED8B16}.Debug|x86.Build.0 = Debug|Win32
{DBC8FAF7-6789-4A8F-AE11-7D17E6ED8B16}.Release|x64.ActiveCfg = Release|x64
{DBC8FAF7-6789-4A8F-AE11-7D17E6ED8B16}.Release|x64.Build.0 = Release|x64
{DBC8FAF7-6789-4A8F-AE11-7D17E6ED8B16}.Release|x86.ActiveCfg = Release|Win32
{DBC8FAF7-6789-4A8F-AE11-7D17E6ED8B16}.Release|x86.Build.0 = Release|Win32
{DBC8FAF7-6789-4A8F-AE11-7D17E6ED8B16}.VLD|x64.ActiveCfg = VLD|x64
{DBC8FAF7-6789-4A8F-AE11-7D17E6ED8B16}.VLD|x64.Build.0 = VLD|x64
{DBC8FAF7-6789-4A8F-AE11-7D17E6ED8B16}.VLD|x86.ActiveCfg = VLD|Win32
{DBC8FAF7-6789-4A8F-AE11-7D17E6ED8B16}.VLD|x86.Build.0 = VLD|Win32
{ABC59760-7700-49F3-AC9E-A29414B1C5CE}.Debug|x64.ActiveCfg = Debug|x64
{ABC59760-7700-49F3-AC9E-A29414B1C5CE}.Debug|x64.Build.0 = Debug|x64
{ABC59760-7700-49F3-AC9E-A29414B1C5CE}.Debug|x86.ActiveCfg = Debug|Win32
{ABC59760-7700-49F3-AC9E-A29414B1C5CE}.Debug|x86.Build.0 = Debug|Win32
{ABC59760-7700-49F3-AC9E-A29414B1C5CE}.Release|x64.ActiveCfg = Release|x64
{ABC59760-7700-49F3-AC9E-A29414B1C5CE}.Release|x64.Build.0 = Release|x64
{ABC59760-7700-49F3-AC9E-A29414B1C5CE}.Release|x86.ActiveCfg = Release|Win32
{ABC59760-7700-49F3-AC9E-A29414B1C5CE}.Release|x86.Build.0 = Release|Win32
{ABC59760-7700-49F3-AC9E-A29414B1C5CE}.VLD|x64.ActiveCfg = VLD|x64
{ABC59760-7700-49F3-AC9E-A29414B1C5CE}.VLD|x64.Build.0 = VLD|x64
{ABC59760-7700-49F3-AC9E-A29414B1C5CE}.VLD|x86.ActiveCfg = VLD|Win32
{ABC59760-7700-49F3-AC9E-A29414B1C5CE}.VLD|x86.Build.0 = VLD|Win32
{1D4E068B-ACEE-4C7E-B361-4419377871C8}.Debug|x64.ActiveCfg = Debug|x64
{1D4E068B-ACEE-4C7E-B361-4419377871C8}.Debug|x64.Build.0 = Debug|x64
{1D4E068B-ACEE-4C7E-B361-4419377871C8}.Debug|x86.ActiveCfg = Debug|Win32
{1D4E068B-ACEE-4C7E-B361-4419377871C8}.Debug|x86.Build.0 = Debug|Win32
{1D4E068B-ACEE-4C7E-B361-4419377871C8}.Release|x64.ActiveCfg = Release|x64
{1D4E068B-ACEE-4C7E-B361-4419377871C8}.Release|x64.Build.0 = Release|x64
{1D4E068B-ACEE-4C7E-B361-4419377871C8}.Release|x86.ActiveCfg = Release|Win32
{1D4E068B-ACEE-4C7E-B361-4419377871C8}.Release|x86.Build.0 = Release|Win32
{1D4E068B-ACEE-4C7E-B361-4419377871C8}.VLD|x64.ActiveCfg = VLD|x64
{1D4E068B-ACEE-4C7E-B361-4419377871C8}.VLD|x64.Build.0 = VLD|x64
{1D4E068B-ACEE-4C7E-B361-4419377871C8}.VLD|x86.ActiveCfg = VLD|Win32
{1D4E068B-ACEE-4C7E-B361-4419377871C8}.VLD|x86.Build.0 = VLD|Win32
{DC24D7AB-6724-4932-A63E-586B5C5F80C5}.Debug|x64.ActiveCfg = Debug|x64
{DC24D7AB-6724-4932-A63E-586B5C5F80C5}.Debug|x64.Build.0 = Debug|x64
{DC24D7AB-6724-4932-A63E-586B5C5F80C5}.Debug|x86.ActiveCfg = Debug|Win32
{DC24D7AB-6724-4932-A63E-586B5C5F80C5}.Debug|x86.Build.0 = Debug|Win32
{DC24D7AB-6724-4932-A63E-586B5C5F80C5}.Release|x64.ActiveCfg = Release|x64
{DC24D7AB-6724-4932-A63E-586B5C5F80C5}.Release|x64.Build.0 = Release|x64
{DC24D7AB-6724-4932-A63E-586B5C5F80C5}.Release|x86.ActiveCfg = Release|Win32
{DC24D7AB-6724-4932-A63E-586B5C5F80C5}.Release|x86.Build.0 = Release|Win32
{DC24D7AB-6724-4932-A63E-586B5C5F80C5}.VLD|x64.ActiveCfg = VLD|x64
{DC24D7AB-6724-4932-A63E-586B5C5F80C5}.VLD|x64.Build.0 = VLD|x64
{DC24D7AB-6724-4932-A63E-586B5C5F80C5}.VLD|x86.ActiveCfg = VLD|Win32
{DC24D7AB-6724-4932-A63E-586B5C5F80C5}.VLD|x86.Build.0 = VLD|Win32
{33C0FE4C-8EF9-493D-AF1A-BA79E3B949E5}.Debug|x64.ActiveCfg = Debug|x64
{33C0FE4C-8EF9-493D-AF1A-BA79E3B949E5}.Debug|x64.Build.0 = Debug|x64
{33C0FE4C-8EF9-493D-AF1A-BA79E3B949E5}.Debug|x86.ActiveCfg = Debug|Win32
{33C0FE4C-8EF9-493D-AF1A-BA79E3B949E5}.Debug|x86.Build.0 = Debug|Win32
{33C0FE4C-8EF9-493D-AF1A-BA79E3B949E5}.Release|x64.ActiveCfg = Release|x64
{33C0FE4C-8EF9-493D-AF1A-BA79E3B949E5}.Release|x64.Build.0 = Release|x64
{33C0FE4C-8EF9-493D-AF1A-BA79E3B949E5}.Release|x86.ActiveCfg = Release|Win32
{33C0FE4C-8EF9-493D-AF1A-BA79E3B949E5}.Release|x86.Build.0 = Release|Win32
{33C0FE4C-8EF9-493D-AF1A-BA79E3B949E5}.VLD|x64.ActiveCfg = VLD|x64
{33C0FE4C-8EF9-493D-AF1A-BA79E3B949E5}.VLD|x64.Build.0 = VLD|x64
{33C0FE4C-8EF9-493D-AF1A-BA79E3B949E5}.VLD|x86.ActiveCfg = VLD|Win32
{33C0FE4C-8EF9-493D-AF1A-BA79E3B949E5}.VLD|x86.Build.0 = VLD|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {55460A69-6EFA-48EB-AB86-F6AA3879884A}
EndGlobalSection
EndGlobal