forked from microsoft/mfcmapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMFCMapi.sln
124 lines (124 loc) · 8.46 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MFCMapi", "MFCMapi.vcxproj", "{466117D5-278C-46E6-BC2E-4FA7B25C0B3F}"
ProjectSection(ProjectDependencies) = postProject
{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
{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
{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}"
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|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|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|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|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|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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {843E5DBD-D08E-47F1-9A88-7C0756361410}
EndGlobalSection
EndGlobal