-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathmboxview.sln
49 lines (49 loc) · 2.52 KB
/
mboxview.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mboxview", "mboxview.vcxproj", "{D972FC63-F711-4D23-BADF-D4F126608CA9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Debug-StackTrace|Win32 = Debug-StackTrace|Win32
Debug-StackTrace|x64 = Debug-StackTrace|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
Release-StackTrace|Win32 = Release-StackTrace|Win32
Release-StackTrace|x64 = Release-StackTrace|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D972FC63-F711-4D23-BADF-D4F126608CA9}.Debug|Win32.ActiveCfg = Debug|Win32
{D972FC63-F711-4D23-BADF-D4F126608CA9}.Debug|Win32.Build.0 = Debug|Win32
{D972FC63-F711-4D23-BADF-D4F126608CA9}.Debug|x64.ActiveCfg = Debug|x64
{D972FC63-F711-4D23-BADF-D4F126608CA9}.Debug|x64.Build.0 = Debug|x64
{D972FC63-F711-4D23-BADF-D4F126608CA9}.Debug-StackTrace|Win32.ActiveCfg = Debug-StackTrace|Win32
{D972FC63-F711-4D23-BADF-D4F126608CA9}.Debug-StackTrace|Win32.Build.0 = Debug-StackTrace|Win32
{D972FC63-F711-4D23-BADF-D4F126608CA9}.Debug-StackTrace|x64.ActiveCfg = Debug-StackTrace|x64
{D972FC63-F711-4D23-BADF-D4F126608CA9}.Debug-StackTrace|x64.Build.0 = Debug-StackTrace|x64
{D972FC63-F711-4D23-BADF-D4F126608CA9}.Release|Win32.ActiveCfg = Release|Win32
{D972FC63-F711-4D23-BADF-D4F126608CA9}.Release|Win32.Build.0 = Release|Win32
{D972FC63-F711-4D23-BADF-D4F126608CA9}.Release|x64.ActiveCfg = Release|x64
{D972FC63-F711-4D23-BADF-D4F126608CA9}.Release|x64.Build.0 = Release|x64
{D972FC63-F711-4D23-BADF-D4F126608CA9}.Release-StackTrace|Win32.ActiveCfg = Release-StackTrace|Win32
{D972FC63-F711-4D23-BADF-D4F126608CA9}.Release-StackTrace|Win32.Build.0 = Release-StackTrace|Win32
{D972FC63-F711-4D23-BADF-D4F126608CA9}.Release-StackTrace|x64.ActiveCfg = Release-StackTrace|x64
{D972FC63-F711-4D23-BADF-D4F126608CA9}.Release-StackTrace|x64.Build.0 = Release-StackTrace|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BA42A9B3-1737-492B-9B04-AC193BD698D5}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal