-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathDown'sInjector.sln
More file actions
43 lines (43 loc) · 2.23 KB
/
Down'sInjector.sln
File metadata and controls
43 lines (43 loc) · 2.23 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Down'sInjector", "Down'sInjector\Down'sInjector.vcxproj", "{5D88271A-75F0-4BAC-A4C5-A2409AAC4E7B}"
ProjectSection(ProjectDependencies) = postProject
{A2C53563-46F5-4D87-903F-3F1F2FDB2DEB} = {A2C53563-46F5-4D87-903F-3F1F2FDB2DEB}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "InjectorCLI", "InjectorCLI\InjectorCLI.vcxproj", "{92B62FE9-D0FD-4EBC-9AC2-3885A691F532}"
ProjectSection(ProjectDependencies) = postProject
{A2C53563-46F5-4D87-903F-3F1F2FDB2DEB} = {A2C53563-46F5-4D87-903F-3F1F2FDB2DEB}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BlackBone", "Blackbone\src\BlackBone\BlackBone.vcxproj", "{A2C53563-46F5-4D87-903F-3F1F2FDB2DEB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5D88271A-75F0-4BAC-A4C5-A2409AAC4E7B}.Debug|x64.ActiveCfg = Debug|x64
{5D88271A-75F0-4BAC-A4C5-A2409AAC4E7B}.Debug|x64.Build.0 = Debug|x64
{5D88271A-75F0-4BAC-A4C5-A2409AAC4E7B}.Release|x64.ActiveCfg = Release|x64
{5D88271A-75F0-4BAC-A4C5-A2409AAC4E7B}.Release|x64.Build.0 = Release|x64
{92B62FE9-D0FD-4EBC-9AC2-3885A691F532}.Debug|x64.ActiveCfg = Debug|x64
{92B62FE9-D0FD-4EBC-9AC2-3885A691F532}.Debug|x64.Build.0 = Debug|x64
{92B62FE9-D0FD-4EBC-9AC2-3885A691F532}.Release|x64.ActiveCfg = Release|x64
{92B62FE9-D0FD-4EBC-9AC2-3885A691F532}.Release|x64.Build.0 = Release|x64
{A2C53563-46F5-4D87-903F-3F1F2FDB2DEB}.Debug|x64.ActiveCfg = Debug|x64
{A2C53563-46F5-4D87-903F-3F1F2FDB2DEB}.Debug|x64.Build.0 = Debug|x64
{A2C53563-46F5-4D87-903F-3F1F2FDB2DEB}.Release|x64.ActiveCfg = Release|x64
{A2C53563-46F5-4D87-903F-3F1F2FDB2DEB}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {650A6AF6-7D17-41BF-8078-3B833B365EBA}
EndGlobalSection
EndGlobal