-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathkkpViewer.sln
51 lines (51 loc) · 2.9 KB
/
kkpViewer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34221.43
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "kkpViewer", "kkpViewer.vcxproj", "{B0D902FC-59B1-4041-BDE8-3A9963933175}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Zydis", "zydis\msvc\zydis\Zydis.vcxproj", "{88A23124-5640-35A0-B890-311D7A67A7D2}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ExeToKKPUncompressed", "ExeToKKPUncompressed\ExeToKKPUncompressed.vcxproj", "{1EE05B3C-9E49-464E-9CB2-57FF80863C8E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B0D902FC-59B1-4041-BDE8-3A9963933175}.Debug|x64.ActiveCfg = Debug|x64
{B0D902FC-59B1-4041-BDE8-3A9963933175}.Debug|x64.Build.0 = Debug|x64
{B0D902FC-59B1-4041-BDE8-3A9963933175}.Debug|x86.ActiveCfg = Debug|Win32
{B0D902FC-59B1-4041-BDE8-3A9963933175}.Debug|x86.Build.0 = Debug|Win32
{B0D902FC-59B1-4041-BDE8-3A9963933175}.Release|x64.ActiveCfg = Release|x64
{B0D902FC-59B1-4041-BDE8-3A9963933175}.Release|x64.Build.0 = Release|x64
{B0D902FC-59B1-4041-BDE8-3A9963933175}.Release|x86.ActiveCfg = Release|Win32
{B0D902FC-59B1-4041-BDE8-3A9963933175}.Release|x86.Build.0 = Release|Win32
{88A23124-5640-35A0-B890-311D7A67A7D2}.Debug|x64.ActiveCfg = Debug MT|x64
{88A23124-5640-35A0-B890-311D7A67A7D2}.Debug|x64.Build.0 = Debug MT|x64
{88A23124-5640-35A0-B890-311D7A67A7D2}.Debug|x86.ActiveCfg = Debug MD|Win32
{88A23124-5640-35A0-B890-311D7A67A7D2}.Debug|x86.Build.0 = Debug MD|Win32
{88A23124-5640-35A0-B890-311D7A67A7D2}.Release|x64.ActiveCfg = Release MT|x64
{88A23124-5640-35A0-B890-311D7A67A7D2}.Release|x64.Build.0 = Release MT|x64
{88A23124-5640-35A0-B890-311D7A67A7D2}.Release|x86.ActiveCfg = Release MT DLL|Win32
{88A23124-5640-35A0-B890-311D7A67A7D2}.Release|x86.Build.0 = Release MT DLL|Win32
{1EE05B3C-9E49-464E-9CB2-57FF80863C8E}.Debug|x64.ActiveCfg = Debug|x64
{1EE05B3C-9E49-464E-9CB2-57FF80863C8E}.Debug|x64.Build.0 = Debug|x64
{1EE05B3C-9E49-464E-9CB2-57FF80863C8E}.Debug|x86.ActiveCfg = Debug|Win32
{1EE05B3C-9E49-464E-9CB2-57FF80863C8E}.Debug|x86.Build.0 = Debug|Win32
{1EE05B3C-9E49-464E-9CB2-57FF80863C8E}.Release|x64.ActiveCfg = Release|x64
{1EE05B3C-9E49-464E-9CB2-57FF80863C8E}.Release|x64.Build.0 = Release|x64
{1EE05B3C-9E49-464E-9CB2-57FF80863C8E}.Release|x86.ActiveCfg = Release|Win32
{1EE05B3C-9E49-464E-9CB2-57FF80863C8E}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FF928EA9-757B-4494-9691-F0BDED65772A}
EndGlobalSection
EndGlobal