-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit 9b9797e.
- Loading branch information
Showing
43 changed files
with
915 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 16 | ||
VisualStudioVersion = 16.0.30804.86 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Injector", "Injector\Injector.vcxproj", "{EA780C0E-2E6D-4FE3-8CA1-38B7734C8FE7}" | ||
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 | ||
{EA780C0E-2E6D-4FE3-8CA1-38B7734C8FE7}.Debug|x64.ActiveCfg = Debug|x64 | ||
{EA780C0E-2E6D-4FE3-8CA1-38B7734C8FE7}.Debug|x64.Build.0 = Debug|x64 | ||
{EA780C0E-2E6D-4FE3-8CA1-38B7734C8FE7}.Debug|x86.ActiveCfg = Debug|Win32 | ||
{EA780C0E-2E6D-4FE3-8CA1-38B7734C8FE7}.Debug|x86.Build.0 = Debug|Win32 | ||
{EA780C0E-2E6D-4FE3-8CA1-38B7734C8FE7}.Release|x64.ActiveCfg = Release|x64 | ||
{EA780C0E-2E6D-4FE3-8CA1-38B7734C8FE7}.Release|x64.Build.0 = Release|x64 | ||
{EA780C0E-2E6D-4FE3-8CA1-38B7734C8FE7}.Release|x86.ActiveCfg = Release|Win32 | ||
{EA780C0E-2E6D-4FE3-8CA1-38B7734C8FE7}.Release|x86.Build.0 = Release|Win32 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {F2637FA3-C7EC-4C7A-B8E1-0B55D4400198} | ||
EndGlobalSection | ||
EndGlobal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
e:\visualstudio\projects\injector\injector\debug\vc142.pdb | ||
e:\visualstudio\projects\injector\injector\debug\vc142.idb | ||
e:\visualstudio\projects\injector\injector\debug\injector.obj | ||
e:\visualstudio\projects\lh_injector\injector\debug\vc142.pdb | ||
e:\visualstudio\projects\lh_injector\injector\debug\vc142.idb | ||
e:\visualstudio\projects\lh_injector\injector\debug\injector.obj | ||
e:\visualstudio\projects\injector\debug\injector.exe | ||
e:\visualstudio\projects\injector\debug\injector.ilk | ||
e:\visualstudio\projects\injector\debug\injector.pdb | ||
e:\visualstudio\projects\lh_injector\debug\injector.ilk | ||
e:\visualstudio\projects\lh_injector\debug\injector.exe | ||
e:\visualstudio\projects\lh_injector\debug\injector.pdb | ||
e:\visualstudio\projects\injector\injector\debug\injector.res | ||
e:\visualstudio\projects\lh_injector\injector\debug\injector.res | ||
e:\visualstudio\projects\lh_injector\injector\debug\injector1.res | ||
e:\visualstudio\projects\lh_injector\injector\debug\injector.tlog\cl.command.1.tlog | ||
e:\visualstudio\projects\lh_injector\injector\debug\injector.tlog\cl.read.1.tlog | ||
e:\visualstudio\projects\lh_injector\injector\debug\injector.tlog\cl.write.1.tlog | ||
e:\visualstudio\projects\lh_injector\injector\debug\injector.tlog\link.command.1.tlog | ||
e:\visualstudio\projects\lh_injector\injector\debug\injector.tlog\link.read.1.tlog | ||
e:\visualstudio\projects\lh_injector\injector\debug\injector.tlog\link.write.1.tlog | ||
e:\visualstudio\projects\lh_injector\injector\debug\injector.tlog\rc.command.1.tlog | ||
e:\visualstudio\projects\lh_injector\injector\debug\injector.tlog\rc.read.1.tlog | ||
e:\visualstudio\projects\lh_injector\injector\debug\injector.tlog\rc.write.1.tlog |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project> | ||
<ProjectOutputs> | ||
<ProjectOutput> | ||
<FullPath>E:\VisualStudio\projects\LH_Injector\Debug\Injector.exe</FullPath> | ||
</ProjectOutput> | ||
</ProjectOutputs> | ||
<ContentFiles /> | ||
<SatelliteDlls /> | ||
<NonRecipeFileRefs /> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Injector.cpp | ||
Injector.vcxproj -> E:\VisualStudio\projects\LH_Injector\Debug\Injector.exe |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
PlatformToolSet=v142:VCToolArchitecture=Native32Bit:VCToolsVersion=14.28.29333:TargetPlatformVersion=10.0.18362.0:VcpkgTriplet=x86-windows: | ||
Debug|Win32|E:\VisualStudio\projects\LH_Injector\| |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
Binary file not shown.
Oops, something went wrong.