forked from VinceZK/LRCS_WIN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLRCS_WIN.sln
176 lines (176 loc) · 13.5 KB
/
LRCS_WIN.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LRCS_TST", "LRCS_TST\LRCS_TST.vcxproj", "{73EB4947-E619-432B-BD6F-F3E6CC539AAE}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LRCSBasis", "LRCSBasis\LRCSBasis.vcxproj", "{E65389B8-595D-4BAC-A10C-2B6D500CDA41}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DbLayer_Test", "DbLayer_Test\DbLayer_Test.vcxproj", "{64FB1DEC-5CF3-4908-9654-7B3A97952F5F}"
ProjectSection(ProjectDependencies) = postProject
{E65389B8-595D-4BAC-A10C-2B6D500CDA41} = {E65389B8-595D-4BAC-A10C-2B6D500CDA41}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LRCS_TestData", "LRCS_TestData\LRCS_TestData.vcxproj", "{1FE50326-9AE4-4165-BAD0-B0FA9573856D}"
ProjectSection(ProjectDependencies) = postProject
{64FB1DEC-5CF3-4908-9654-7B3A97952F5F} = {64FB1DEC-5CF3-4908-9654-7B3A97952F5F}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LRCSApi", "LRCSApi\LRCSApi.vcxproj", "{3D75F7D0-4D1B-472D-BED7-891494CA2EA7}"
ProjectSection(ProjectDependencies) = postProject
{E65389B8-595D-4BAC-A10C-2B6D500CDA41} = {E65389B8-595D-4BAC-A10C-2B6D500CDA41}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
LRCSAPI_UnitTest_Debug|Any CPU = LRCSAPI_UnitTest_Debug|Any CPU
LRCSAPI_UnitTest_Debug|Mixed Platforms = LRCSAPI_UnitTest_Debug|Mixed Platforms
LRCSAPI_UnitTest_Debug|Win32 = LRCSAPI_UnitTest_Debug|Win32
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
UnitTest_Debug|Any CPU = UnitTest_Debug|Any CPU
UnitTest_Debug|Mixed Platforms = UnitTest_Debug|Mixed Platforms
UnitTest_Debug|Win32 = UnitTest_Debug|Win32
UnitTest_Release|Any CPU = UnitTest_Release|Any CPU
UnitTest_Release|Mixed Platforms = UnitTest_Release|Mixed Platforms
UnitTest_Release|Win32 = UnitTest_Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{73EB4947-E619-432B-BD6F-F3E6CC539AAE}.Debug|Any CPU.ActiveCfg = Debug|Win32
{73EB4947-E619-432B-BD6F-F3E6CC539AAE}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{73EB4947-E619-432B-BD6F-F3E6CC539AAE}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{73EB4947-E619-432B-BD6F-F3E6CC539AAE}.Debug|Win32.ActiveCfg = Debug|Win32
{73EB4947-E619-432B-BD6F-F3E6CC539AAE}.Debug|Win32.Build.0 = Debug|Win32
{73EB4947-E619-432B-BD6F-F3E6CC539AAE}.LRCSAPI_UnitTest_Debug|Any CPU.ActiveCfg = Debug|Win32
{73EB4947-E619-432B-BD6F-F3E6CC539AAE}.LRCSAPI_UnitTest_Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{73EB4947-E619-432B-BD6F-F3E6CC539AAE}.LRCSAPI_UnitTest_Debug|Mixed Platforms.Build.0 = Debug|Win32
{73EB4947-E619-432B-BD6F-F3E6CC539AAE}.LRCSAPI_UnitTest_Debug|Win32.ActiveCfg = Debug|Win32
{73EB4947-E619-432B-BD6F-F3E6CC539AAE}.LRCSAPI_UnitTest_Debug|Win32.Build.0 = Debug|Win32
{73EB4947-E619-432B-BD6F-F3E6CC539AAE}.Release|Any CPU.ActiveCfg = Release|Win32
{73EB4947-E619-432B-BD6F-F3E6CC539AAE}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{73EB4947-E619-432B-BD6F-F3E6CC539AAE}.Release|Mixed Platforms.Build.0 = Release|Win32
{73EB4947-E619-432B-BD6F-F3E6CC539AAE}.Release|Win32.ActiveCfg = Release|Win32
{73EB4947-E619-432B-BD6F-F3E6CC539AAE}.Release|Win32.Build.0 = Release|Win32
{73EB4947-E619-432B-BD6F-F3E6CC539AAE}.UnitTest_Debug|Any CPU.ActiveCfg = Debug|Win32
{73EB4947-E619-432B-BD6F-F3E6CC539AAE}.UnitTest_Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{73EB4947-E619-432B-BD6F-F3E6CC539AAE}.UnitTest_Debug|Mixed Platforms.Build.0 = Debug|Win32
{73EB4947-E619-432B-BD6F-F3E6CC539AAE}.UnitTest_Debug|Win32.ActiveCfg = Debug|Win32
{73EB4947-E619-432B-BD6F-F3E6CC539AAE}.UnitTest_Debug|Win32.Build.0 = Debug|Win32
{73EB4947-E619-432B-BD6F-F3E6CC539AAE}.UnitTest_Release|Any CPU.ActiveCfg = Release|Win32
{73EB4947-E619-432B-BD6F-F3E6CC539AAE}.UnitTest_Release|Mixed Platforms.ActiveCfg = Release|Win32
{73EB4947-E619-432B-BD6F-F3E6CC539AAE}.UnitTest_Release|Mixed Platforms.Build.0 = Release|Win32
{73EB4947-E619-432B-BD6F-F3E6CC539AAE}.UnitTest_Release|Win32.ActiveCfg = Release|Win32
{73EB4947-E619-432B-BD6F-F3E6CC539AAE}.UnitTest_Release|Win32.Build.0 = Release|Win32
{E65389B8-595D-4BAC-A10C-2B6D500CDA41}.Debug|Any CPU.ActiveCfg = Debug|Win32
{E65389B8-595D-4BAC-A10C-2B6D500CDA41}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{E65389B8-595D-4BAC-A10C-2B6D500CDA41}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{E65389B8-595D-4BAC-A10C-2B6D500CDA41}.Debug|Win32.ActiveCfg = Debug|Win32
{E65389B8-595D-4BAC-A10C-2B6D500CDA41}.Debug|Win32.Build.0 = Debug|Win32
{E65389B8-595D-4BAC-A10C-2B6D500CDA41}.LRCSAPI_UnitTest_Debug|Any CPU.ActiveCfg = UnitTest_Debug|Win32
{E65389B8-595D-4BAC-A10C-2B6D500CDA41}.LRCSAPI_UnitTest_Debug|Mixed Platforms.ActiveCfg = UnitTest_Debug|Win32
{E65389B8-595D-4BAC-A10C-2B6D500CDA41}.LRCSAPI_UnitTest_Debug|Mixed Platforms.Build.0 = UnitTest_Debug|Win32
{E65389B8-595D-4BAC-A10C-2B6D500CDA41}.LRCSAPI_UnitTest_Debug|Win32.ActiveCfg = UnitTest_Debug|Win32
{E65389B8-595D-4BAC-A10C-2B6D500CDA41}.LRCSAPI_UnitTest_Debug|Win32.Build.0 = UnitTest_Debug|Win32
{E65389B8-595D-4BAC-A10C-2B6D500CDA41}.Release|Any CPU.ActiveCfg = Release|Win32
{E65389B8-595D-4BAC-A10C-2B6D500CDA41}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{E65389B8-595D-4BAC-A10C-2B6D500CDA41}.Release|Mixed Platforms.Build.0 = Release|Win32
{E65389B8-595D-4BAC-A10C-2B6D500CDA41}.Release|Win32.ActiveCfg = Release|Win32
{E65389B8-595D-4BAC-A10C-2B6D500CDA41}.Release|Win32.Build.0 = Release|Win32
{E65389B8-595D-4BAC-A10C-2B6D500CDA41}.UnitTest_Debug|Any CPU.ActiveCfg = UnitTest_Debug|Win32
{E65389B8-595D-4BAC-A10C-2B6D500CDA41}.UnitTest_Debug|Mixed Platforms.ActiveCfg = UnitTest_Debug|Win32
{E65389B8-595D-4BAC-A10C-2B6D500CDA41}.UnitTest_Debug|Mixed Platforms.Build.0 = UnitTest_Debug|Win32
{E65389B8-595D-4BAC-A10C-2B6D500CDA41}.UnitTest_Debug|Win32.ActiveCfg = UnitTest_Debug|Win32
{E65389B8-595D-4BAC-A10C-2B6D500CDA41}.UnitTest_Debug|Win32.Build.0 = UnitTest_Debug|Win32
{E65389B8-595D-4BAC-A10C-2B6D500CDA41}.UnitTest_Release|Any CPU.ActiveCfg = UnitTest_Release|Win32
{E65389B8-595D-4BAC-A10C-2B6D500CDA41}.UnitTest_Release|Mixed Platforms.ActiveCfg = UnitTest_Release|Win32
{E65389B8-595D-4BAC-A10C-2B6D500CDA41}.UnitTest_Release|Mixed Platforms.Build.0 = UnitTest_Release|Win32
{E65389B8-595D-4BAC-A10C-2B6D500CDA41}.UnitTest_Release|Win32.ActiveCfg = UnitTest_Release|Win32
{E65389B8-595D-4BAC-A10C-2B6D500CDA41}.UnitTest_Release|Win32.Build.0 = UnitTest_Release|Win32
{64FB1DEC-5CF3-4908-9654-7B3A97952F5F}.Debug|Any CPU.ActiveCfg = Debug|Win32
{64FB1DEC-5CF3-4908-9654-7B3A97952F5F}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{64FB1DEC-5CF3-4908-9654-7B3A97952F5F}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{64FB1DEC-5CF3-4908-9654-7B3A97952F5F}.Debug|Win32.ActiveCfg = Debug|Win32
{64FB1DEC-5CF3-4908-9654-7B3A97952F5F}.Debug|Win32.Build.0 = Debug|Win32
{64FB1DEC-5CF3-4908-9654-7B3A97952F5F}.LRCSAPI_UnitTest_Debug|Any CPU.ActiveCfg = Debug|Win32
{64FB1DEC-5CF3-4908-9654-7B3A97952F5F}.LRCSAPI_UnitTest_Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{64FB1DEC-5CF3-4908-9654-7B3A97952F5F}.LRCSAPI_UnitTest_Debug|Mixed Platforms.Build.0 = Debug|Win32
{64FB1DEC-5CF3-4908-9654-7B3A97952F5F}.LRCSAPI_UnitTest_Debug|Win32.ActiveCfg = Debug|Win32
{64FB1DEC-5CF3-4908-9654-7B3A97952F5F}.LRCSAPI_UnitTest_Debug|Win32.Build.0 = Debug|Win32
{64FB1DEC-5CF3-4908-9654-7B3A97952F5F}.Release|Any CPU.ActiveCfg = Release|Win32
{64FB1DEC-5CF3-4908-9654-7B3A97952F5F}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{64FB1DEC-5CF3-4908-9654-7B3A97952F5F}.Release|Mixed Platforms.Build.0 = Release|Win32
{64FB1DEC-5CF3-4908-9654-7B3A97952F5F}.Release|Win32.ActiveCfg = Release|Win32
{64FB1DEC-5CF3-4908-9654-7B3A97952F5F}.Release|Win32.Build.0 = Release|Win32
{64FB1DEC-5CF3-4908-9654-7B3A97952F5F}.UnitTest_Debug|Any CPU.ActiveCfg = Debug|Win32
{64FB1DEC-5CF3-4908-9654-7B3A97952F5F}.UnitTest_Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{64FB1DEC-5CF3-4908-9654-7B3A97952F5F}.UnitTest_Debug|Mixed Platforms.Build.0 = Debug|Win32
{64FB1DEC-5CF3-4908-9654-7B3A97952F5F}.UnitTest_Debug|Win32.ActiveCfg = Debug|Win32
{64FB1DEC-5CF3-4908-9654-7B3A97952F5F}.UnitTest_Debug|Win32.Build.0 = Debug|Win32
{64FB1DEC-5CF3-4908-9654-7B3A97952F5F}.UnitTest_Release|Any CPU.ActiveCfg = Release|Win32
{64FB1DEC-5CF3-4908-9654-7B3A97952F5F}.UnitTest_Release|Mixed Platforms.ActiveCfg = Release|Win32
{64FB1DEC-5CF3-4908-9654-7B3A97952F5F}.UnitTest_Release|Mixed Platforms.Build.0 = Release|Win32
{64FB1DEC-5CF3-4908-9654-7B3A97952F5F}.UnitTest_Release|Win32.ActiveCfg = Release|Win32
{64FB1DEC-5CF3-4908-9654-7B3A97952F5F}.UnitTest_Release|Win32.Build.0 = Release|Win32
{1FE50326-9AE4-4165-BAD0-B0FA9573856D}.Debug|Any CPU.ActiveCfg = Debug|Win32
{1FE50326-9AE4-4165-BAD0-B0FA9573856D}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{1FE50326-9AE4-4165-BAD0-B0FA9573856D}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{1FE50326-9AE4-4165-BAD0-B0FA9573856D}.Debug|Win32.ActiveCfg = Debug|Win32
{1FE50326-9AE4-4165-BAD0-B0FA9573856D}.Debug|Win32.Build.0 = Debug|Win32
{1FE50326-9AE4-4165-BAD0-B0FA9573856D}.LRCSAPI_UnitTest_Debug|Any CPU.ActiveCfg = Debug|Win32
{1FE50326-9AE4-4165-BAD0-B0FA9573856D}.LRCSAPI_UnitTest_Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{1FE50326-9AE4-4165-BAD0-B0FA9573856D}.LRCSAPI_UnitTest_Debug|Mixed Platforms.Build.0 = Debug|Win32
{1FE50326-9AE4-4165-BAD0-B0FA9573856D}.LRCSAPI_UnitTest_Debug|Win32.ActiveCfg = Debug|Win32
{1FE50326-9AE4-4165-BAD0-B0FA9573856D}.LRCSAPI_UnitTest_Debug|Win32.Build.0 = Debug|Win32
{1FE50326-9AE4-4165-BAD0-B0FA9573856D}.Release|Any CPU.ActiveCfg = Release|Win32
{1FE50326-9AE4-4165-BAD0-B0FA9573856D}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{1FE50326-9AE4-4165-BAD0-B0FA9573856D}.Release|Mixed Platforms.Build.0 = Release|Win32
{1FE50326-9AE4-4165-BAD0-B0FA9573856D}.Release|Win32.ActiveCfg = Release|Win32
{1FE50326-9AE4-4165-BAD0-B0FA9573856D}.Release|Win32.Build.0 = Release|Win32
{1FE50326-9AE4-4165-BAD0-B0FA9573856D}.UnitTest_Debug|Any CPU.ActiveCfg = Debug|Win32
{1FE50326-9AE4-4165-BAD0-B0FA9573856D}.UnitTest_Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{1FE50326-9AE4-4165-BAD0-B0FA9573856D}.UnitTest_Debug|Mixed Platforms.Build.0 = Debug|Win32
{1FE50326-9AE4-4165-BAD0-B0FA9573856D}.UnitTest_Debug|Win32.ActiveCfg = Debug|Win32
{1FE50326-9AE4-4165-BAD0-B0FA9573856D}.UnitTest_Debug|Win32.Build.0 = Debug|Win32
{1FE50326-9AE4-4165-BAD0-B0FA9573856D}.UnitTest_Release|Any CPU.ActiveCfg = Release|Win32
{1FE50326-9AE4-4165-BAD0-B0FA9573856D}.UnitTest_Release|Mixed Platforms.ActiveCfg = Release|Win32
{1FE50326-9AE4-4165-BAD0-B0FA9573856D}.UnitTest_Release|Mixed Platforms.Build.0 = Release|Win32
{1FE50326-9AE4-4165-BAD0-B0FA9573856D}.UnitTest_Release|Win32.ActiveCfg = Release|Win32
{1FE50326-9AE4-4165-BAD0-B0FA9573856D}.UnitTest_Release|Win32.Build.0 = Release|Win32
{3D75F7D0-4D1B-472D-BED7-891494CA2EA7}.Debug|Any CPU.ActiveCfg = Debug|Win32
{3D75F7D0-4D1B-472D-BED7-891494CA2EA7}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{3D75F7D0-4D1B-472D-BED7-891494CA2EA7}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{3D75F7D0-4D1B-472D-BED7-891494CA2EA7}.Debug|Win32.ActiveCfg = Debug|Win32
{3D75F7D0-4D1B-472D-BED7-891494CA2EA7}.Debug|Win32.Build.0 = Debug|Win32
{3D75F7D0-4D1B-472D-BED7-891494CA2EA7}.LRCSAPI_UnitTest_Debug|Any CPU.ActiveCfg = LRCSAPI_UnitTest_Debug|Win32
{3D75F7D0-4D1B-472D-BED7-891494CA2EA7}.LRCSAPI_UnitTest_Debug|Mixed Platforms.ActiveCfg = LRCSAPI_UnitTest_Debug|Win32
{3D75F7D0-4D1B-472D-BED7-891494CA2EA7}.LRCSAPI_UnitTest_Debug|Mixed Platforms.Build.0 = LRCSAPI_UnitTest_Debug|Win32
{3D75F7D0-4D1B-472D-BED7-891494CA2EA7}.LRCSAPI_UnitTest_Debug|Win32.ActiveCfg = LRCSAPI_UnitTest_Debug|Win32
{3D75F7D0-4D1B-472D-BED7-891494CA2EA7}.LRCSAPI_UnitTest_Debug|Win32.Build.0 = LRCSAPI_UnitTest_Debug|Win32
{3D75F7D0-4D1B-472D-BED7-891494CA2EA7}.Release|Any CPU.ActiveCfg = Release|Win32
{3D75F7D0-4D1B-472D-BED7-891494CA2EA7}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{3D75F7D0-4D1B-472D-BED7-891494CA2EA7}.Release|Mixed Platforms.Build.0 = Release|Win32
{3D75F7D0-4D1B-472D-BED7-891494CA2EA7}.Release|Win32.ActiveCfg = Release|Win32
{3D75F7D0-4D1B-472D-BED7-891494CA2EA7}.Release|Win32.Build.0 = Release|Win32
{3D75F7D0-4D1B-472D-BED7-891494CA2EA7}.UnitTest_Debug|Any CPU.ActiveCfg = Debug|Win32
{3D75F7D0-4D1B-472D-BED7-891494CA2EA7}.UnitTest_Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{3D75F7D0-4D1B-472D-BED7-891494CA2EA7}.UnitTest_Debug|Mixed Platforms.Build.0 = Debug|Win32
{3D75F7D0-4D1B-472D-BED7-891494CA2EA7}.UnitTest_Debug|Win32.ActiveCfg = Debug|Win32
{3D75F7D0-4D1B-472D-BED7-891494CA2EA7}.UnitTest_Debug|Win32.Build.0 = Debug|Win32
{3D75F7D0-4D1B-472D-BED7-891494CA2EA7}.UnitTest_Release|Any CPU.ActiveCfg = Release|Win32
{3D75F7D0-4D1B-472D-BED7-891494CA2EA7}.UnitTest_Release|Mixed Platforms.ActiveCfg = Release|Win32
{3D75F7D0-4D1B-472D-BED7-891494CA2EA7}.UnitTest_Release|Mixed Platforms.Build.0 = Release|Win32
{3D75F7D0-4D1B-472D-BED7-891494CA2EA7}.UnitTest_Release|Win32.ActiveCfg = Release|Win32
{3D75F7D0-4D1B-472D-BED7-891494CA2EA7}.UnitTest_Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal