diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-20 02:06:15 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-20 13:21:56 +0200 |
commit | 613bc1b8b3c9401bd0a80286a746396700d4b942 (patch) | |
tree | 735b72ddc5d09ce18f8116f2d2127cacf0efa667 /PEHDisguiser.sln | |
download | PEHDisguiser-613bc1b8b3c9401bd0a80286a746396700d4b942.tar.gz PEHDisguiser-613bc1b8b3c9401bd0a80286a746396700d4b942.tar.bz2 PEHDisguiser-613bc1b8b3c9401bd0a80286a746396700d4b942.zip |
Diffstat (limited to 'PEHDisguiser.sln')
-rwxr-xr-x | PEHDisguiser.sln | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/PEHDisguiser.sln b/PEHDisguiser.sln new file mode 100755 index 0000000..5767d64 --- /dev/null +++ b/PEHDisguiser.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.31205.134 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PEHDisguiser", "PEHDisguiser\PEHDisguiser.vcxproj", "{F16DE600-4705-40C2-8936-E4324103FF6D}" +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 + {F16DE600-4705-40C2-8936-E4324103FF6D}.Debug|x64.ActiveCfg = Debug|x64 + {F16DE600-4705-40C2-8936-E4324103FF6D}.Debug|x64.Build.0 = Debug|x64 + {F16DE600-4705-40C2-8936-E4324103FF6D}.Debug|x86.ActiveCfg = Debug|Win32 + {F16DE600-4705-40C2-8936-E4324103FF6D}.Debug|x86.Build.0 = Debug|Win32 + {F16DE600-4705-40C2-8936-E4324103FF6D}.Release|x64.ActiveCfg = Release|x64 + {F16DE600-4705-40C2-8936-E4324103FF6D}.Release|x64.Build.0 = Release|x64 + {F16DE600-4705-40C2-8936-E4324103FF6D}.Release|x86.ActiveCfg = Release|Win32 + {F16DE600-4705-40C2-8936-E4324103FF6D}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {E461D861-87B5-4A9B-9107-77B72F5E7191} + EndGlobalSection +EndGlobal |