-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSelfDebug.sln
More file actions
67 lines (67 loc) · 4.15 KB
/
SelfDebug.sln
File metadata and controls
67 lines (67 loc) · 4.15 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.902
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SelfDebug", "SelfDebug.vcxproj", "{DD31646F-58ED-4EDF-9586-0EEAF068EFD9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Win7 Debug|x64 = Win7 Debug|x64
Win7 Debug|x86 = Win7 Debug|x86
Win7 Release|x64 = Win7 Release|x64
Win7 Release|x86 = Win7 Release|x86
Win8 Debug|x64 = Win8 Debug|x64
Win8 Debug|x86 = Win8 Debug|x86
Win8 Release|x64 = Win8 Release|x64
Win8 Release|x86 = Win8 Release|x86
Win8.1 Debug|x64 = Win8.1 Debug|x64
Win8.1 Debug|x86 = Win8.1 Debug|x86
Win8.1 Release|x64 = Win8.1 Release|x64
Win8.1 Release|x86 = Win8.1 Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DD31646F-58ED-4EDF-9586-0EEAF068EFD9}.Win7 Debug|x64.ActiveCfg = Win7 Debug|x64
{DD31646F-58ED-4EDF-9586-0EEAF068EFD9}.Win7 Debug|x64.Build.0 = Win7 Debug|x64
{DD31646F-58ED-4EDF-9586-0EEAF068EFD9}.Win7 Debug|x64.Deploy.0 = Win7 Debug|x64
{DD31646F-58ED-4EDF-9586-0EEAF068EFD9}.Win7 Debug|x86.ActiveCfg = Win7 Debug|Win32
{DD31646F-58ED-4EDF-9586-0EEAF068EFD9}.Win7 Debug|x86.Build.0 = Win7 Debug|Win32
{DD31646F-58ED-4EDF-9586-0EEAF068EFD9}.Win7 Debug|x86.Deploy.0 = Win7 Debug|Win32
{DD31646F-58ED-4EDF-9586-0EEAF068EFD9}.Win7 Release|x64.ActiveCfg = Win7 Release|x64
{DD31646F-58ED-4EDF-9586-0EEAF068EFD9}.Win7 Release|x64.Build.0 = Win7 Release|x64
{DD31646F-58ED-4EDF-9586-0EEAF068EFD9}.Win7 Release|x64.Deploy.0 = Win7 Release|x64
{DD31646F-58ED-4EDF-9586-0EEAF068EFD9}.Win7 Release|x86.ActiveCfg = Win7 Release|Win32
{DD31646F-58ED-4EDF-9586-0EEAF068EFD9}.Win7 Release|x86.Build.0 = Win7 Release|Win32
{DD31646F-58ED-4EDF-9586-0EEAF068EFD9}.Win7 Release|x86.Deploy.0 = Win7 Release|Win32
{DD31646F-58ED-4EDF-9586-0EEAF068EFD9}.Win8 Debug|x64.ActiveCfg = Win8 Debug|x64
{DD31646F-58ED-4EDF-9586-0EEAF068EFD9}.Win8 Debug|x64.Build.0 = Win8 Debug|x64
{DD31646F-58ED-4EDF-9586-0EEAF068EFD9}.Win8 Debug|x64.Deploy.0 = Win8 Debug|x64
{DD31646F-58ED-4EDF-9586-0EEAF068EFD9}.Win8 Debug|x86.ActiveCfg = Win8 Debug|Win32
{DD31646F-58ED-4EDF-9586-0EEAF068EFD9}.Win8 Debug|x86.Build.0 = Win8 Debug|Win32
{DD31646F-58ED-4EDF-9586-0EEAF068EFD9}.Win8 Debug|x86.Deploy.0 = Win8 Debug|Win32
{DD31646F-58ED-4EDF-9586-0EEAF068EFD9}.Win8 Release|x64.ActiveCfg = Win8 Release|x64
{DD31646F-58ED-4EDF-9586-0EEAF068EFD9}.Win8 Release|x64.Build.0 = Win8 Release|x64
{DD31646F-58ED-4EDF-9586-0EEAF068EFD9}.Win8 Release|x64.Deploy.0 = Win8 Release|x64
{DD31646F-58ED-4EDF-9586-0EEAF068EFD9}.Win8 Release|x86.ActiveCfg = Win8 Release|Win32
{DD31646F-58ED-4EDF-9586-0EEAF068EFD9}.Win8 Release|x86.Build.0 = Win8 Release|Win32
{DD31646F-58ED-4EDF-9586-0EEAF068EFD9}.Win8 Release|x86.Deploy.0 = Win8 Release|Win32
{DD31646F-58ED-4EDF-9586-0EEAF068EFD9}.Win8.1 Debug|x64.ActiveCfg = Win8.1 Debug|x64
{DD31646F-58ED-4EDF-9586-0EEAF068EFD9}.Win8.1 Debug|x64.Build.0 = Win8.1 Debug|x64
{DD31646F-58ED-4EDF-9586-0EEAF068EFD9}.Win8.1 Debug|x64.Deploy.0 = Win8.1 Debug|x64
{DD31646F-58ED-4EDF-9586-0EEAF068EFD9}.Win8.1 Debug|x86.ActiveCfg = Win8.1 Debug|Win32
{DD31646F-58ED-4EDF-9586-0EEAF068EFD9}.Win8.1 Debug|x86.Build.0 = Win8.1 Debug|Win32
{DD31646F-58ED-4EDF-9586-0EEAF068EFD9}.Win8.1 Debug|x86.Deploy.0 = Win8.1 Debug|Win32
{DD31646F-58ED-4EDF-9586-0EEAF068EFD9}.Win8.1 Release|x64.ActiveCfg = Win8.1 Release|x64
{DD31646F-58ED-4EDF-9586-0EEAF068EFD9}.Win8.1 Release|x64.Build.0 = Win8.1 Release|x64
{DD31646F-58ED-4EDF-9586-0EEAF068EFD9}.Win8.1 Release|x64.Deploy.0 = Win8.1 Release|x64
{DD31646F-58ED-4EDF-9586-0EEAF068EFD9}.Win8.1 Release|x86.ActiveCfg = Win8.1 Release|Win32
{DD31646F-58ED-4EDF-9586-0EEAF068EFD9}.Win8.1 Release|x86.Build.0 = Win8.1 Release|Win32
{DD31646F-58ED-4EDF-9586-0EEAF068EFD9}.Win8.1 Release|x86.Deploy.0 = Win8.1 Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {93D383F3-638F-4F56-A464-373117C4685E}
EndGlobalSection
EndGlobal