-
Notifications
You must be signed in to change notification settings - Fork 69
/
PinUnpacker.sln
81 lines (81 loc) · 5.16 KB
/
PinUnpacker.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ScyllaDumper", "ScyllaDumper\ScyllaDumper\ScyllaTest.vcxproj", "{C9D83AE7-64DA-411D-BDAC-C60ABE35612C}"
ProjectSection(ProjectDependencies) = postProject
{710434C9-FC4B-4F1D-B318-E10ADC78499F} = {710434C9-FC4B-4F1D-B318-E10ADC78499F}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Scylla", "Scylla\Scylla\Scylla.vcxproj", "{710434C9-FC4B-4F1D-B318-E10ADC78499F}"
ProjectSection(ProjectDependencies) = postProject
{187A751B-B47D-4A95-9F24-55D3D7ABB570} = {187A751B-B47D-4A95-9F24-55D3D7ABB570}
{A4B94DE4-BE0E-4E7D-95E7-7B84E6F117A1} = {A4B94DE4-BE0E-4E7D-95E7-7B84E6F117A1}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "diStorm", "Scylla\diStorm\diStorm.vcxproj", "{A4B94DE4-BE0E-4E7D-95E7-7B84E6F117A1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4814523D-1988-4131-A72B-32C7881F3A32}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tinyxml", "Scylla\tinyxml\tinyxml.vcxproj", "{187A751B-B47D-4A95-9F24-55D3D7ABB570}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ScyllaWrapper", "ScyllaWrapper\ScyllaWrapper.vcxproj", "{A963EFBD-C7EF-41CC-B6F7-1E15CDFBE4FB}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PINdemonium", "PINdemonium\MyPinTool.vcxproj", "{639EF517-FCFC-408E-9500-71F0DC0458DB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C9D83AE7-64DA-411D-BDAC-C60ABE35612C}.Debug|Win32.ActiveCfg = Debug|Win32
{C9D83AE7-64DA-411D-BDAC-C60ABE35612C}.Debug|Win32.Build.0 = Debug|Win32
{C9D83AE7-64DA-411D-BDAC-C60ABE35612C}.Debug|x64.ActiveCfg = Debug|Win32
{C9D83AE7-64DA-411D-BDAC-C60ABE35612C}.Release|Win32.ActiveCfg = Release|Win32
{C9D83AE7-64DA-411D-BDAC-C60ABE35612C}.Release|Win32.Build.0 = Release|Win32
{C9D83AE7-64DA-411D-BDAC-C60ABE35612C}.Release|x64.ActiveCfg = Release|Win32
{710434C9-FC4B-4F1D-B318-E10ADC78499F}.Debug|Win32.ActiveCfg = Debug|Win32
{710434C9-FC4B-4F1D-B318-E10ADC78499F}.Debug|Win32.Build.0 = Debug|Win32
{710434C9-FC4B-4F1D-B318-E10ADC78499F}.Debug|x64.ActiveCfg = Debug|x64
{710434C9-FC4B-4F1D-B318-E10ADC78499F}.Debug|x64.Build.0 = Debug|x64
{710434C9-FC4B-4F1D-B318-E10ADC78499F}.Release|Win32.ActiveCfg = Release|Win32
{710434C9-FC4B-4F1D-B318-E10ADC78499F}.Release|Win32.Build.0 = Release|Win32
{710434C9-FC4B-4F1D-B318-E10ADC78499F}.Release|x64.ActiveCfg = Release|x64
{710434C9-FC4B-4F1D-B318-E10ADC78499F}.Release|x64.Build.0 = Release|x64
{A4B94DE4-BE0E-4E7D-95E7-7B84E6F117A1}.Debug|Win32.ActiveCfg = Debug|Win32
{A4B94DE4-BE0E-4E7D-95E7-7B84E6F117A1}.Debug|Win32.Build.0 = Debug|Win32
{A4B94DE4-BE0E-4E7D-95E7-7B84E6F117A1}.Debug|x64.ActiveCfg = Debug|x64
{A4B94DE4-BE0E-4E7D-95E7-7B84E6F117A1}.Debug|x64.Build.0 = Debug|x64
{A4B94DE4-BE0E-4E7D-95E7-7B84E6F117A1}.Release|Win32.ActiveCfg = Release|Win32
{A4B94DE4-BE0E-4E7D-95E7-7B84E6F117A1}.Release|Win32.Build.0 = Release|Win32
{A4B94DE4-BE0E-4E7D-95E7-7B84E6F117A1}.Release|x64.ActiveCfg = Release|x64
{A4B94DE4-BE0E-4E7D-95E7-7B84E6F117A1}.Release|x64.Build.0 = Release|x64
{187A751B-B47D-4A95-9F24-55D3D7ABB570}.Debug|Win32.ActiveCfg = Debug|Win32
{187A751B-B47D-4A95-9F24-55D3D7ABB570}.Debug|Win32.Build.0 = Debug|Win32
{187A751B-B47D-4A95-9F24-55D3D7ABB570}.Debug|x64.ActiveCfg = Debug|x64
{187A751B-B47D-4A95-9F24-55D3D7ABB570}.Debug|x64.Build.0 = Debug|x64
{187A751B-B47D-4A95-9F24-55D3D7ABB570}.Release|Win32.ActiveCfg = Release|Win32
{187A751B-B47D-4A95-9F24-55D3D7ABB570}.Release|Win32.Build.0 = Release|Win32
{187A751B-B47D-4A95-9F24-55D3D7ABB570}.Release|x64.ActiveCfg = Release|x64
{187A751B-B47D-4A95-9F24-55D3D7ABB570}.Release|x64.Build.0 = Release|x64
{A963EFBD-C7EF-41CC-B6F7-1E15CDFBE4FB}.Debug|Win32.ActiveCfg = Debug|Win32
{A963EFBD-C7EF-41CC-B6F7-1E15CDFBE4FB}.Debug|Win32.Build.0 = Debug|Win32
{A963EFBD-C7EF-41CC-B6F7-1E15CDFBE4FB}.Debug|x64.ActiveCfg = Debug|Win32
{A963EFBD-C7EF-41CC-B6F7-1E15CDFBE4FB}.Release|Win32.ActiveCfg = Release|Win32
{A963EFBD-C7EF-41CC-B6F7-1E15CDFBE4FB}.Release|Win32.Build.0 = Release|Win32
{A963EFBD-C7EF-41CC-B6F7-1E15CDFBE4FB}.Release|x64.ActiveCfg = Release|Win32
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Debug|Win32.ActiveCfg = Debug|Win32
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Debug|Win32.Build.0 = Debug|Win32
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Debug|x64.ActiveCfg = Debug|x64
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Debug|x64.Build.0 = Debug|x64
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Release|Win32.ActiveCfg = Release|Win32
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Release|Win32.Build.0 = Release|Win32
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Release|x64.ActiveCfg = Release|x64
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal