From 9f44720d0be28d326bff433f6d2f2c47b2a6d8da Mon Sep 17 00:00:00 2001 From: heqnx Date: Fri, 25 Apr 2025 13:49:22 +0300 Subject: updated sln and csproj --- SharpRIDHijack.sln | 62 ++++++++------ SharpRIDHijack/SharpRIDHijack.csproj | 158 +++++++++++++++++++++++------------ 2 files changed, 140 insertions(+), 80 deletions(-) diff --git a/SharpRIDHijack.sln b/SharpRIDHijack.sln index 91e7c30..9cf7b42 100644 --- a/SharpRIDHijack.sln +++ b/SharpRIDHijack.sln @@ -1,25 +1,37 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.13.35931.197 d17.13 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpRIDHijack", "SharpRIDHijack\SharpRIDHijack.csproj", "{33BCB519-81A5-4ED8-B2A0-0A57B3CAE54C}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {33BCB519-81A5-4ED8-B2A0-0A57B3CAE54C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {33BCB519-81A5-4ED8-B2A0-0A57B3CAE54C}.Debug|Any CPU.Build.0 = Debug|Any CPU - {33BCB519-81A5-4ED8-B2A0-0A57B3CAE54C}.Release|Any CPU.ActiveCfg = Release|Any CPU - {33BCB519-81A5-4ED8-B2A0-0A57B3CAE54C}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {04A5D51C-502B-4CC6-BACC-87EAD1E0A476} - EndGlobalSection -EndGlobal + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.13.35931.197 d17.13 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpRIDHijack", "SharpRIDHijack\SharpRIDHijack.csproj", "{33BCB519-81A5-4ED8-B2A0-0A57B3CAE54C}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|Any CPU = Release|Any CPU + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {33BCB519-81A5-4ED8-B2A0-0A57B3CAE54C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {33BCB519-81A5-4ED8-B2A0-0A57B3CAE54C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {33BCB519-81A5-4ED8-B2A0-0A57B3CAE54C}.Debug|x64.ActiveCfg = Debug|x64 + {33BCB519-81A5-4ED8-B2A0-0A57B3CAE54C}.Debug|x64.Build.0 = Debug|x64 + {33BCB519-81A5-4ED8-B2A0-0A57B3CAE54C}.Debug|x86.ActiveCfg = Debug|x86 + {33BCB519-81A5-4ED8-B2A0-0A57B3CAE54C}.Debug|x86.Build.0 = Debug|x86 + {33BCB519-81A5-4ED8-B2A0-0A57B3CAE54C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {33BCB519-81A5-4ED8-B2A0-0A57B3CAE54C}.Release|Any CPU.Build.0 = Release|Any CPU + {33BCB519-81A5-4ED8-B2A0-0A57B3CAE54C}.Release|x64.ActiveCfg = Release|x64 + {33BCB519-81A5-4ED8-B2A0-0A57B3CAE54C}.Release|x64.Build.0 = Release|x64 + {33BCB519-81A5-4ED8-B2A0-0A57B3CAE54C}.Release|x86.ActiveCfg = Release|x86 + {33BCB519-81A5-4ED8-B2A0-0A57B3CAE54C}.Release|x86.Build.0 = Release|x86 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {04A5D51C-502B-4CC6-BACC-87EAD1E0A476} + EndGlobalSection +EndGlobal diff --git a/SharpRIDHijack/SharpRIDHijack.csproj b/SharpRIDHijack/SharpRIDHijack.csproj index 6a91570..8391303 100644 --- a/SharpRIDHijack/SharpRIDHijack.csproj +++ b/SharpRIDHijack/SharpRIDHijack.csproj @@ -1,55 +1,103 @@ - - - - - Debug - AnyCPU - {33BCB519-81A5-4ED8-B2A0-0A57B3CAE54C} - Exe - SharpRIDHijack - SharpRIDHijack - v4.7.2 - 512 - true - true - - - AnyCPU - true - full - true - bin\Debug\ - TRACE - prompt - 4 - true - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - true - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + + Debug + AnyCPU + {33BCB519-81A5-4ED8-B2A0-0A57B3CAE54C} + Exe + SharpRIDHijack + SharpRIDHijack + v4.7.2 + 512 + true + true + AnyCPU;x64;x86 + + + AnyCPU + true + full + true + bin\Debug\ + TRACE + prompt + 4 + true + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + true + + + x64 + true + full + true + bin\x64\Debug\ + TRACE + prompt + 4 + true + + + x64 + pdbonly + true + bin\x64\Release\ + TRACE + prompt + 4 + true + + + x86 + true + full + true + bin\x86\Debug\ + TRACE + prompt + 4 + true + + + x86 + pdbonly + true + bin\x86\Release\ + TRACE + prompt + 4 + true + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3