-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFoto_InjectLoader.sln
More file actions
87 lines (87 loc) · 5.34 KB
/
Foto_InjectLoader.sln
File metadata and controls
87 lines (87 loc) · 5.34 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CMakePredefinedTargets", "CMakePredefinedTargets", "{BFE60A96-240B-3F70-AC21-02579C0C1D65}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ALL_BUILD", "ALL_BUILD.vcxproj", "{6EF9DF5F-4D83-3C6A-AE92-55160592CEE5}"
ProjectSection(ProjectDependencies) = postProject
{7401CF32-B8C2-3DEE-94F0-08C6B3236712} = {7401CF32-B8C2-3DEE-94F0-08C6B3236712}
{B51117BE-8F30-3223-9198-29A34767DD00} = {B51117BE-8F30-3223-9198-29A34767DD00}
{D2B7F1BE-0BAB-3325-B067-63EA1D032B51} = {D2B7F1BE-0BAB-3325-B067-63EA1D032B51}
{AD209C4D-EB73-3B8E-B044-644BC6BAB738} = {AD209C4D-EB73-3B8E-B044-644BC6BAB738}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZERO_CHECK", "ZERO_CHECK.vcxproj", "{7401CF32-B8C2-3DEE-94F0-08C6B3236712}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "agent", "agent.vcxproj", "{B51117BE-8F30-3223-9198-29A34767DD00}"
ProjectSection(ProjectDependencies) = postProject
{7401CF32-B8C2-3DEE-94F0-08C6B3236712} = {7401CF32-B8C2-3DEE-94F0-08C6B3236712}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hwidSpoofer", "hwidSpoofer.vcxproj", "{D2B7F1BE-0BAB-3325-B067-63EA1D032B51}"
ProjectSection(ProjectDependencies) = postProject
{7401CF32-B8C2-3DEE-94F0-08C6B3236712} = {7401CF32-B8C2-3DEE-94F0-08C6B3236712}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "injector", "injector.vcxproj", "{AD209C4D-EB73-3B8E-B044-644BC6BAB738}"
ProjectSection(ProjectDependencies) = postProject
{7401CF32-B8C2-3DEE-94F0-08C6B3236712} = {7401CF32-B8C2-3DEE-94F0-08C6B3236712}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
MinSizeRel|x64 = MinSizeRel|x64
RelWithDebInfo|x64 = RelWithDebInfo|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6EF9DF5F-4D83-3C6A-AE92-55160592CEE5}.Debug|x64.ActiveCfg = Debug|x64
{6EF9DF5F-4D83-3C6A-AE92-55160592CEE5}.Release|x64.ActiveCfg = Release|x64
{6EF9DF5F-4D83-3C6A-AE92-55160592CEE5}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{6EF9DF5F-4D83-3C6A-AE92-55160592CEE5}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{7401CF32-B8C2-3DEE-94F0-08C6B3236712}.Debug|x64.ActiveCfg = Debug|x64
{7401CF32-B8C2-3DEE-94F0-08C6B3236712}.Debug|x64.Build.0 = Debug|x64
{7401CF32-B8C2-3DEE-94F0-08C6B3236712}.Release|x64.ActiveCfg = Release|x64
{7401CF32-B8C2-3DEE-94F0-08C6B3236712}.Release|x64.Build.0 = Release|x64
{7401CF32-B8C2-3DEE-94F0-08C6B3236712}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{7401CF32-B8C2-3DEE-94F0-08C6B3236712}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{7401CF32-B8C2-3DEE-94F0-08C6B3236712}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{7401CF32-B8C2-3DEE-94F0-08C6B3236712}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{B51117BE-8F30-3223-9198-29A34767DD00}.Debug|x64.ActiveCfg = Debug|x64
{B51117BE-8F30-3223-9198-29A34767DD00}.Debug|x64.Build.0 = Debug|x64
{B51117BE-8F30-3223-9198-29A34767DD00}.Release|x64.ActiveCfg = Release|x64
{B51117BE-8F30-3223-9198-29A34767DD00}.Release|x64.Build.0 = Release|x64
{B51117BE-8F30-3223-9198-29A34767DD00}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{B51117BE-8F30-3223-9198-29A34767DD00}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{B51117BE-8F30-3223-9198-29A34767DD00}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{B51117BE-8F30-3223-9198-29A34767DD00}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{D2B7F1BE-0BAB-3325-B067-63EA1D032B51}.Debug|x64.ActiveCfg = Debug|x64
{D2B7F1BE-0BAB-3325-B067-63EA1D032B51}.Debug|x64.Build.0 = Debug|x64
{D2B7F1BE-0BAB-3325-B067-63EA1D032B51}.Release|x64.ActiveCfg = Release|x64
{D2B7F1BE-0BAB-3325-B067-63EA1D032B51}.Release|x64.Build.0 = Release|x64
{D2B7F1BE-0BAB-3325-B067-63EA1D032B51}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{D2B7F1BE-0BAB-3325-B067-63EA1D032B51}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{D2B7F1BE-0BAB-3325-B067-63EA1D032B51}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{D2B7F1BE-0BAB-3325-B067-63EA1D032B51}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{AD209C4D-EB73-3B8E-B044-644BC6BAB738}.Debug|x64.ActiveCfg = Debug|x64
{AD209C4D-EB73-3B8E-B044-644BC6BAB738}.Debug|x64.Build.0 = Debug|x64
{AD209C4D-EB73-3B8E-B044-644BC6BAB738}.Release|x64.ActiveCfg = Release|x64
{AD209C4D-EB73-3B8E-B044-644BC6BAB738}.Release|x64.Build.0 = Release|x64
{AD209C4D-EB73-3B8E-B044-644BC6BAB738}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{AD209C4D-EB73-3B8E-B044-644BC6BAB738}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{AD209C4D-EB73-3B8E-B044-644BC6BAB738}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{AD209C4D-EB73-3B8E-B044-644BC6BAB738}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6EF9DF5F-4D83-3C6A-AE92-55160592CEE5} = {BFE60A96-240B-3F70-AC21-02579C0C1D65}
{7401CF32-B8C2-3DEE-94F0-08C6B3236712} = {BFE60A96-240B-3F70-AC21-02579C0C1D65}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C2C362F6-BABB-3B1F-8FBF-004749D957CC}
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal