-
Notifications
You must be signed in to change notification settings - Fork 156
/
MFCMapi.sln
226 lines (226 loc) · 17.1 KB
/
MFCMapi.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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MFCMapi", "MFCMapi.vcxproj", "{466117D5-278C-46E6-BC2E-4FA7B25C0B3F}"
ProjectSection(ProjectDependencies) = postProject
{ACD4DD9F-0FB8-42C8-BC1C-25A5A29CB40C} = {ACD4DD9F-0FB8-42C8-BC1C-25A5A29CB40C}
{D2390ABA-E7B0-476D-BB38-089FEAB5357D} = {D2390ABA-E7B0-476D-BB38-089FEAB5357D}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MrMAPI", "MrMapi\MrMAPI.vcxproj", "{7AFE5655-71D0-4390-A4E0-BA915DFC18C4}"
ProjectSection(ProjectDependencies) = postProject
{ACD4DD9F-0FB8-42C8-BC1C-25A5A29CB40C} = {ACD4DD9F-0FB8-42C8-BC1C-25A5A29CB40C}
{D2390ABA-E7B0-476D-BB38-089FEAB5357D} = {D2390ABA-E7B0-476D-BB38-089FEAB5357D}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UnitTest", "UnitTest\UnitTest.vcxproj", "{B8B4C7F7-682E-40EF-B5AC-054187818E23}"
ProjectSection(ProjectDependencies) = postProject
{ACD4DD9F-0FB8-42C8-BC1C-25A5A29CB40C} = {ACD4DD9F-0FB8-42C8-BC1C-25A5A29CB40C}
{D2390ABA-E7B0-476D-BB38-089FEAB5357D} = {D2390ABA-E7B0-476D-BB38-089FEAB5357D}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "core", "core\core.vcxproj", "{D2390ABA-E7B0-476D-BB38-089FEAB5357D}"
ProjectSection(ProjectDependencies) = postProject
{ACD4DD9F-0FB8-42C8-BC1C-25A5A29CB40C} = {ACD4DD9F-0FB8-42C8-BC1C-25A5A29CB40C}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mapistub", "mapistub\mapistub.vcxproj", "{ACD4DD9F-0FB8-42C8-BC1C-25A5A29CB40C}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "exampleMapiConsoleApp", "exampleMapiConsoleApp\exampleMapiConsoleApp.vcxproj", "{0E30B8F5-4480-4130-BC46-BABA613B983F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug_Unicode|Win32 = Debug_Unicode|Win32
Debug_Unicode|x64 = Debug_Unicode|x64
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Prefast_Unicode|Win32 = Prefast_Unicode|Win32
Prefast_Unicode|x64 = Prefast_Unicode|x64
Prefast_Unicode|Win32 = Prefast_Unicode|Win32
Prefast_Unicode|x64 = Prefast_Unicode|x64
Prefast|Win32 = Prefast|Win32
Prefast|x64 = Prefast|x64
Release_Unicode|Win32 = Release_Unicode|Win32
Release_Unicode|x64 = Release_Unicode|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{466117D5-278C-46E6-BC2E-4FA7B25C0B3F}.Debug_Unicode|Win32.ActiveCfg = Debug_Unicode|Win32
{466117D5-278C-46E6-BC2E-4FA7B25C0B3F}.Debug_Unicode|Win32.Build.0 = Debug_Unicode|Win32
{466117D5-278C-46E6-BC2E-4FA7B25C0B3F}.Debug_Unicode|x64.ActiveCfg = Debug_Unicode|x64
{466117D5-278C-46E6-BC2E-4FA7B25C0B3F}.Debug_Unicode|x64.Build.0 = Debug_Unicode|x64
{466117D5-278C-46E6-BC2E-4FA7B25C0B3F}.Debug|Win32.ActiveCfg = Debug|Win32
{466117D5-278C-46E6-BC2E-4FA7B25C0B3F}.Debug|Win32.Build.0 = Debug|Win32
{466117D5-278C-46E6-BC2E-4FA7B25C0B3F}.Debug|x64.ActiveCfg = Debug|x64
{466117D5-278C-46E6-BC2E-4FA7B25C0B3F}.Debug|x64.Build.0 = Debug|x64
{466117D5-278C-46E6-BC2E-4FA7B25C0B3F}.Prefast_Unicode|Win32.ActiveCfg = Prefast_Unicode|Win32
{466117D5-278C-46E6-BC2E-4FA7B25C0B3F}.Prefast_Unicode|Win32.Build.0 = Prefast_Unicode|Win32
{466117D5-278C-46E6-BC2E-4FA7B25C0B3F}.Prefast_Unicode|x64.ActiveCfg = Debug|x64
{466117D5-278C-46E6-BC2E-4FA7B25C0B3F}.Prefast_Unicode|x64.Build.0 = Debug|x64
{466117D5-278C-46E6-BC2E-4FA7B25C0B3F}.Prefast_Unicode|Win32.ActiveCfg = Prefast_Unicode|Win32
{466117D5-278C-46E6-BC2E-4FA7B25C0B3F}.Prefast_Unicode|Win32.Build.0 = Prefast_Unicode|Win32
{466117D5-278C-46E6-BC2E-4FA7B25C0B3F}.Prefast_Unicode|x64.ActiveCfg = Prefast_Unicode|x64
{466117D5-278C-46E6-BC2E-4FA7B25C0B3F}.Prefast_Unicode|x64.Build.0 = Prefast_Unicode|x64
{466117D5-278C-46E6-BC2E-4FA7B25C0B3F}.Prefast|Win32.ActiveCfg = Prefast|Win32
{466117D5-278C-46E6-BC2E-4FA7B25C0B3F}.Prefast|Win32.Build.0 = Prefast|Win32
{466117D5-278C-46E6-BC2E-4FA7B25C0B3F}.Prefast|x64.ActiveCfg = Prefast|x64
{466117D5-278C-46E6-BC2E-4FA7B25C0B3F}.Prefast|x64.Build.0 = Prefast|x64
{466117D5-278C-46E6-BC2E-4FA7B25C0B3F}.Release_Unicode|Win32.ActiveCfg = Release_Unicode|Win32
{466117D5-278C-46E6-BC2E-4FA7B25C0B3F}.Release_Unicode|Win32.Build.0 = Release_Unicode|Win32
{466117D5-278C-46E6-BC2E-4FA7B25C0B3F}.Release_Unicode|x64.ActiveCfg = Release_Unicode|x64
{466117D5-278C-46E6-BC2E-4FA7B25C0B3F}.Release_Unicode|x64.Build.0 = Release_Unicode|x64
{466117D5-278C-46E6-BC2E-4FA7B25C0B3F}.Release|Win32.ActiveCfg = Release|Win32
{466117D5-278C-46E6-BC2E-4FA7B25C0B3F}.Release|Win32.Build.0 = Release|Win32
{466117D5-278C-46E6-BC2E-4FA7B25C0B3F}.Release|x64.ActiveCfg = Release|x64
{466117D5-278C-46E6-BC2E-4FA7B25C0B3F}.Release|x64.Build.0 = Release|x64
{7AFE5655-71D0-4390-A4E0-BA915DFC18C4}.Debug_Unicode|Win32.ActiveCfg = Debug_Unicode|Win32
{7AFE5655-71D0-4390-A4E0-BA915DFC18C4}.Debug_Unicode|Win32.Build.0 = Debug_Unicode|Win32
{7AFE5655-71D0-4390-A4E0-BA915DFC18C4}.Debug_Unicode|x64.ActiveCfg = Debug_Unicode|x64
{7AFE5655-71D0-4390-A4E0-BA915DFC18C4}.Debug_Unicode|x64.Build.0 = Debug_Unicode|x64
{7AFE5655-71D0-4390-A4E0-BA915DFC18C4}.Debug|Win32.ActiveCfg = Debug|Win32
{7AFE5655-71D0-4390-A4E0-BA915DFC18C4}.Debug|Win32.Build.0 = Debug|Win32
{7AFE5655-71D0-4390-A4E0-BA915DFC18C4}.Debug|x64.ActiveCfg = Debug|x64
{7AFE5655-71D0-4390-A4E0-BA915DFC18C4}.Debug|x64.Build.0 = Debug|x64
{7AFE5655-71D0-4390-A4E0-BA915DFC18C4}.Prefast_Unicode|Win32.ActiveCfg = Prefast_Unicode|Win32
{7AFE5655-71D0-4390-A4E0-BA915DFC18C4}.Prefast_Unicode|Win32.Build.0 = Prefast_Unicode|Win32
{7AFE5655-71D0-4390-A4E0-BA915DFC18C4}.Prefast_Unicode|x64.ActiveCfg = Prefast_Unicode|x64
{7AFE5655-71D0-4390-A4E0-BA915DFC18C4}.Prefast_Unicode|x64.Build.0 = Prefast_Unicode|x64
{7AFE5655-71D0-4390-A4E0-BA915DFC18C4}.Prefast_Unicode|Win32.ActiveCfg = Prefast_Unicode|Win32
{7AFE5655-71D0-4390-A4E0-BA915DFC18C4}.Prefast_Unicode|Win32.Build.0 = Prefast_Unicode|Win32
{7AFE5655-71D0-4390-A4E0-BA915DFC18C4}.Prefast_Unicode|x64.ActiveCfg = Prefast_Unicode|x64
{7AFE5655-71D0-4390-A4E0-BA915DFC18C4}.Prefast_Unicode|x64.Build.0 = Prefast_Unicode|x64
{7AFE5655-71D0-4390-A4E0-BA915DFC18C4}.Prefast|Win32.ActiveCfg = Prefast|Win32
{7AFE5655-71D0-4390-A4E0-BA915DFC18C4}.Prefast|Win32.Build.0 = Prefast|Win32
{7AFE5655-71D0-4390-A4E0-BA915DFC18C4}.Prefast|x64.ActiveCfg = Prefast|x64
{7AFE5655-71D0-4390-A4E0-BA915DFC18C4}.Prefast|x64.Build.0 = Prefast|x64
{7AFE5655-71D0-4390-A4E0-BA915DFC18C4}.Release_Unicode|Win32.ActiveCfg = Release_Unicode|Win32
{7AFE5655-71D0-4390-A4E0-BA915DFC18C4}.Release_Unicode|Win32.Build.0 = Release_Unicode|Win32
{7AFE5655-71D0-4390-A4E0-BA915DFC18C4}.Release_Unicode|x64.ActiveCfg = Release_Unicode|x64
{7AFE5655-71D0-4390-A4E0-BA915DFC18C4}.Release_Unicode|x64.Build.0 = Release_Unicode|x64
{7AFE5655-71D0-4390-A4E0-BA915DFC18C4}.Release|Win32.ActiveCfg = Release|Win32
{7AFE5655-71D0-4390-A4E0-BA915DFC18C4}.Release|Win32.Build.0 = Release|Win32
{7AFE5655-71D0-4390-A4E0-BA915DFC18C4}.Release|x64.ActiveCfg = Release|x64
{7AFE5655-71D0-4390-A4E0-BA915DFC18C4}.Release|x64.Build.0 = Release|x64
{B8B4C7F7-682E-40EF-B5AC-054187818E23}.Debug_Unicode|Win32.ActiveCfg = Debug_Unicode|Win32
{B8B4C7F7-682E-40EF-B5AC-054187818E23}.Debug_Unicode|Win32.Build.0 = Debug_Unicode|Win32
{B8B4C7F7-682E-40EF-B5AC-054187818E23}.Debug_Unicode|x64.ActiveCfg = Debug_Unicode|x64
{B8B4C7F7-682E-40EF-B5AC-054187818E23}.Debug_Unicode|x64.Build.0 = Debug_Unicode|x64
{B8B4C7F7-682E-40EF-B5AC-054187818E23}.Debug|Win32.ActiveCfg = Debug|Win32
{B8B4C7F7-682E-40EF-B5AC-054187818E23}.Debug|Win32.Build.0 = Debug|Win32
{B8B4C7F7-682E-40EF-B5AC-054187818E23}.Debug|x64.ActiveCfg = Debug|x64
{B8B4C7F7-682E-40EF-B5AC-054187818E23}.Debug|x64.Build.0 = Debug|x64
{B8B4C7F7-682E-40EF-B5AC-054187818E23}.Prefast_Unicode|Win32.ActiveCfg = Prefast_Unicode|Win32
{B8B4C7F7-682E-40EF-B5AC-054187818E23}.Prefast_Unicode|Win32.Build.0 = Prefast_Unicode|Win32
{B8B4C7F7-682E-40EF-B5AC-054187818E23}.Prefast_Unicode|x64.ActiveCfg = Prefast_Unicode|x64
{B8B4C7F7-682E-40EF-B5AC-054187818E23}.Prefast_Unicode|x64.Build.0 = Prefast_Unicode|x64
{B8B4C7F7-682E-40EF-B5AC-054187818E23}.Prefast_Unicode|Win32.ActiveCfg = Prefast_Unicode|Win32
{B8B4C7F7-682E-40EF-B5AC-054187818E23}.Prefast_Unicode|Win32.Build.0 = Prefast_Unicode|Win32
{B8B4C7F7-682E-40EF-B5AC-054187818E23}.Prefast_Unicode|x64.ActiveCfg = Prefast_Unicode|x64
{B8B4C7F7-682E-40EF-B5AC-054187818E23}.Prefast_Unicode|x64.Build.0 = Prefast_Unicode|x64
{B8B4C7F7-682E-40EF-B5AC-054187818E23}.Prefast|Win32.ActiveCfg = Prefast|Win32
{B8B4C7F7-682E-40EF-B5AC-054187818E23}.Prefast|Win32.Build.0 = Prefast|Win32
{B8B4C7F7-682E-40EF-B5AC-054187818E23}.Prefast|x64.ActiveCfg = Prefast|x64
{B8B4C7F7-682E-40EF-B5AC-054187818E23}.Prefast|x64.Build.0 = Prefast|x64
{B8B4C7F7-682E-40EF-B5AC-054187818E23}.Release_Unicode|Win32.ActiveCfg = Release_Unicode|Win32
{B8B4C7F7-682E-40EF-B5AC-054187818E23}.Release_Unicode|Win32.Build.0 = Release_Unicode|Win32
{B8B4C7F7-682E-40EF-B5AC-054187818E23}.Release_Unicode|x64.ActiveCfg = Release_Unicode|x64
{B8B4C7F7-682E-40EF-B5AC-054187818E23}.Release_Unicode|x64.Build.0 = Release_Unicode|x64
{B8B4C7F7-682E-40EF-B5AC-054187818E23}.Release|Win32.ActiveCfg = Release|Win32
{B8B4C7F7-682E-40EF-B5AC-054187818E23}.Release|Win32.Build.0 = Release|Win32
{B8B4C7F7-682E-40EF-B5AC-054187818E23}.Release|x64.ActiveCfg = Release|x64
{B8B4C7F7-682E-40EF-B5AC-054187818E23}.Release|x64.Build.0 = Release|x64
{D2390ABA-E7B0-476D-BB38-089FEAB5357D}.Debug_Unicode|Win32.ActiveCfg = Debug_Unicode|Win32
{D2390ABA-E7B0-476D-BB38-089FEAB5357D}.Debug_Unicode|Win32.Build.0 = Debug_Unicode|Win32
{D2390ABA-E7B0-476D-BB38-089FEAB5357D}.Debug_Unicode|x64.ActiveCfg = Debug_Unicode|x64
{D2390ABA-E7B0-476D-BB38-089FEAB5357D}.Debug_Unicode|x64.Build.0 = Debug_Unicode|x64
{D2390ABA-E7B0-476D-BB38-089FEAB5357D}.Debug|Win32.ActiveCfg = Debug|Win32
{D2390ABA-E7B0-476D-BB38-089FEAB5357D}.Debug|Win32.Build.0 = Debug|Win32
{D2390ABA-E7B0-476D-BB38-089FEAB5357D}.Debug|x64.ActiveCfg = Debug|x64
{D2390ABA-E7B0-476D-BB38-089FEAB5357D}.Debug|x64.Build.0 = Debug|x64
{D2390ABA-E7B0-476D-BB38-089FEAB5357D}.Prefast_Unicode|Win32.ActiveCfg = Prefast_Unicode|Win32
{D2390ABA-E7B0-476D-BB38-089FEAB5357D}.Prefast_Unicode|Win32.Build.0 = Prefast_Unicode|Win32
{D2390ABA-E7B0-476D-BB38-089FEAB5357D}.Prefast_Unicode|x64.ActiveCfg = Prefast_Unicode|x64
{D2390ABA-E7B0-476D-BB38-089FEAB5357D}.Prefast_Unicode|x64.Build.0 = Prefast_Unicode|x64
{D2390ABA-E7B0-476D-BB38-089FEAB5357D}.Prefast_Unicode|Win32.ActiveCfg = Prefast_Unicode|Win32
{D2390ABA-E7B0-476D-BB38-089FEAB5357D}.Prefast_Unicode|Win32.Build.0 = Prefast_Unicode|Win32
{D2390ABA-E7B0-476D-BB38-089FEAB5357D}.Prefast_Unicode|x64.ActiveCfg = Prefast_Unicode|x64
{D2390ABA-E7B0-476D-BB38-089FEAB5357D}.Prefast_Unicode|x64.Build.0 = Prefast_Unicode|x64
{D2390ABA-E7B0-476D-BB38-089FEAB5357D}.Prefast|Win32.ActiveCfg = Prefast|Win32
{D2390ABA-E7B0-476D-BB38-089FEAB5357D}.Prefast|Win32.Build.0 = Prefast|Win32
{D2390ABA-E7B0-476D-BB38-089FEAB5357D}.Prefast|x64.ActiveCfg = Prefast|x64
{D2390ABA-E7B0-476D-BB38-089FEAB5357D}.Prefast|x64.Build.0 = Prefast|x64
{D2390ABA-E7B0-476D-BB38-089FEAB5357D}.Release_Unicode|Win32.ActiveCfg = Release_Unicode|Win32
{D2390ABA-E7B0-476D-BB38-089FEAB5357D}.Release_Unicode|Win32.Build.0 = Release_Unicode|Win32
{D2390ABA-E7B0-476D-BB38-089FEAB5357D}.Release_Unicode|x64.ActiveCfg = Release_Unicode|x64
{D2390ABA-E7B0-476D-BB38-089FEAB5357D}.Release_Unicode|x64.Build.0 = Release_Unicode|x64
{D2390ABA-E7B0-476D-BB38-089FEAB5357D}.Release|Win32.ActiveCfg = Release|Win32
{D2390ABA-E7B0-476D-BB38-089FEAB5357D}.Release|Win32.Build.0 = Release|Win32
{D2390ABA-E7B0-476D-BB38-089FEAB5357D}.Release|x64.ActiveCfg = Release|x64
{D2390ABA-E7B0-476D-BB38-089FEAB5357D}.Release|x64.Build.0 = Release|x64
{ACD4DD9F-0FB8-42C8-BC1C-25A5A29CB40C}.Debug_Unicode|Win32.ActiveCfg = Debug_Unicode|Win32
{ACD4DD9F-0FB8-42C8-BC1C-25A5A29CB40C}.Debug_Unicode|Win32.Build.0 = Debug_Unicode|Win32
{ACD4DD9F-0FB8-42C8-BC1C-25A5A29CB40C}.Debug_Unicode|x64.ActiveCfg = Debug_Unicode|x64
{ACD4DD9F-0FB8-42C8-BC1C-25A5A29CB40C}.Debug_Unicode|x64.Build.0 = Debug_Unicode|x64
{ACD4DD9F-0FB8-42C8-BC1C-25A5A29CB40C}.Debug|Win32.ActiveCfg = Debug|Win32
{ACD4DD9F-0FB8-42C8-BC1C-25A5A29CB40C}.Debug|Win32.Build.0 = Debug|Win32
{ACD4DD9F-0FB8-42C8-BC1C-25A5A29CB40C}.Debug|x64.ActiveCfg = Debug|x64
{ACD4DD9F-0FB8-42C8-BC1C-25A5A29CB40C}.Debug|x64.Build.0 = Debug|x64
{ACD4DD9F-0FB8-42C8-BC1C-25A5A29CB40C}.Prefast_Unicode|Win32.ActiveCfg = Prefast_Unicode|Win32
{ACD4DD9F-0FB8-42C8-BC1C-25A5A29CB40C}.Prefast_Unicode|Win32.Build.0 = Prefast_Unicode|Win32
{ACD4DD9F-0FB8-42C8-BC1C-25A5A29CB40C}.Prefast_Unicode|x64.ActiveCfg = Prefast_Unicode|x64
{ACD4DD9F-0FB8-42C8-BC1C-25A5A29CB40C}.Prefast_Unicode|x64.Build.0 = Prefast_Unicode|x64
{ACD4DD9F-0FB8-42C8-BC1C-25A5A29CB40C}.Prefast_Unicode|Win32.ActiveCfg = Prefast_Unicode|Win32
{ACD4DD9F-0FB8-42C8-BC1C-25A5A29CB40C}.Prefast_Unicode|Win32.Build.0 = Prefast_Unicode|Win32
{ACD4DD9F-0FB8-42C8-BC1C-25A5A29CB40C}.Prefast_Unicode|x64.ActiveCfg = Prefast_Unicode|x64
{ACD4DD9F-0FB8-42C8-BC1C-25A5A29CB40C}.Prefast_Unicode|x64.Build.0 = Prefast_Unicode|x64
{ACD4DD9F-0FB8-42C8-BC1C-25A5A29CB40C}.Prefast|Win32.ActiveCfg = Prefast|Win32
{ACD4DD9F-0FB8-42C8-BC1C-25A5A29CB40C}.Prefast|Win32.Build.0 = Prefast|Win32
{ACD4DD9F-0FB8-42C8-BC1C-25A5A29CB40C}.Prefast|x64.ActiveCfg = Prefast|x64
{ACD4DD9F-0FB8-42C8-BC1C-25A5A29CB40C}.Prefast|x64.Build.0 = Prefast|x64
{ACD4DD9F-0FB8-42C8-BC1C-25A5A29CB40C}.Release_Unicode|Win32.ActiveCfg = Release_Unicode|Win32
{ACD4DD9F-0FB8-42C8-BC1C-25A5A29CB40C}.Release_Unicode|Win32.Build.0 = Release_Unicode|Win32
{ACD4DD9F-0FB8-42C8-BC1C-25A5A29CB40C}.Release_Unicode|x64.ActiveCfg = Release_Unicode|x64
{ACD4DD9F-0FB8-42C8-BC1C-25A5A29CB40C}.Release_Unicode|x64.Build.0 = Release_Unicode|x64
{ACD4DD9F-0FB8-42C8-BC1C-25A5A29CB40C}.Release|Win32.ActiveCfg = Release|Win32
{ACD4DD9F-0FB8-42C8-BC1C-25A5A29CB40C}.Release|Win32.Build.0 = Release|Win32
{ACD4DD9F-0FB8-42C8-BC1C-25A5A29CB40C}.Release|x64.ActiveCfg = Release|x64
{ACD4DD9F-0FB8-42C8-BC1C-25A5A29CB40C}.Release|x64.Build.0 = Release|x64
{0E30B8F5-4480-4130-BC46-BABA613B983F}.Debug_Unicode|Win32.ActiveCfg = Debug_Unicode|Win32
{0E30B8F5-4480-4130-BC46-BABA613B983F}.Debug_Unicode|Win32.Build.0 = Debug_Unicode|Win32
{0E30B8F5-4480-4130-BC46-BABA613B983F}.Debug_Unicode|x64.ActiveCfg = Debug_Unicode|x64
{0E30B8F5-4480-4130-BC46-BABA613B983F}.Debug_Unicode|x64.Build.0 = Debug_Unicode|x64
{0E30B8F5-4480-4130-BC46-BABA613B983F}.Debug|Win32.ActiveCfg = Debug|Win32
{0E30B8F5-4480-4130-BC46-BABA613B983F}.Debug|Win32.Build.0 = Debug|Win32
{0E30B8F5-4480-4130-BC46-BABA613B983F}.Debug|x64.ActiveCfg = Debug|x64
{0E30B8F5-4480-4130-BC46-BABA613B983F}.Debug|x64.Build.0 = Debug|x64
{0E30B8F5-4480-4130-BC46-BABA613B983F}.Prefast_Unicode|Win32.ActiveCfg = Prefast_Unicode|Win32
{0E30B8F5-4480-4130-BC46-BABA613B983F}.Prefast_Unicode|Win32.Build.0 = Prefast_Unicode|Win32
{0E30B8F5-4480-4130-BC46-BABA613B983F}.Prefast_Unicode|x64.ActiveCfg = Prefast_Unicode|x64
{0E30B8F5-4480-4130-BC46-BABA613B983F}.Prefast_Unicode|x64.Build.0 = Prefast_Unicode|x64
{0E30B8F5-4480-4130-BC46-BABA613B983F}.Prefast_Unicode|Win32.ActiveCfg = Prefast_Unicode|Win32
{0E30B8F5-4480-4130-BC46-BABA613B983F}.Prefast_Unicode|Win32.Build.0 = Prefast_Unicode|Win32
{0E30B8F5-4480-4130-BC46-BABA613B983F}.Prefast_Unicode|x64.ActiveCfg = Prefast_Unicode|x64
{0E30B8F5-4480-4130-BC46-BABA613B983F}.Prefast_Unicode|x64.Build.0 = Prefast_Unicode|x64
{0E30B8F5-4480-4130-BC46-BABA613B983F}.Prefast|Win32.ActiveCfg = Prefast|Win32
{0E30B8F5-4480-4130-BC46-BABA613B983F}.Prefast|Win32.Build.0 = Prefast|Win32
{0E30B8F5-4480-4130-BC46-BABA613B983F}.Prefast|x64.ActiveCfg = Prefast|x64
{0E30B8F5-4480-4130-BC46-BABA613B983F}.Prefast|x64.Build.0 = Prefast|x64
{0E30B8F5-4480-4130-BC46-BABA613B983F}.Release_Unicode|Win32.ActiveCfg = Release_Unicode|Win32
{0E30B8F5-4480-4130-BC46-BABA613B983F}.Release_Unicode|Win32.Build.0 = Release_Unicode|Win32
{0E30B8F5-4480-4130-BC46-BABA613B983F}.Release_Unicode|x64.ActiveCfg = Release_Unicode|x64
{0E30B8F5-4480-4130-BC46-BABA613B983F}.Release_Unicode|x64.Build.0 = Release_Unicode|x64
{0E30B8F5-4480-4130-BC46-BABA613B983F}.Release|Win32.ActiveCfg = Release|Win32
{0E30B8F5-4480-4130-BC46-BABA613B983F}.Release|Win32.Build.0 = Release|Win32
{0E30B8F5-4480-4130-BC46-BABA613B983F}.Release|x64.ActiveCfg = Release|x64
{0E30B8F5-4480-4130-BC46-BABA613B983F}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {843E5DBD-D08E-47F1-9A88-7C0756361410}
EndGlobalSection
EndGlobal