diff options
author | heqnx <root@heqnx.com> | 2025-04-25 13:39:58 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-04-25 13:39:58 +0300 |
commit | 8257b544588a7a1d37698f2d2efb885967c8d313 (patch) | |
tree | 836171f93719f85b50eebca441211693e0441557 /SharpRIDHijack.sln | |
parent | 47d070f274393a9ce87657d82dc8cbcb79dda5a8 (diff) | |
download | SharpRIDHijack-8257b544588a7a1d37698f2d2efb885967c8d313.tar.gz SharpRIDHijack-8257b544588a7a1d37698f2d2efb885967c8d313.zip |
initial commit
Diffstat (limited to 'SharpRIDHijack.sln')
-rw-r--r-- | SharpRIDHijack.sln | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/SharpRIDHijack.sln b/SharpRIDHijack.sln new file mode 100644 index 0000000..91e7c30 --- /dev/null +++ b/SharpRIDHijack.sln @@ -0,0 +1,25 @@ +
+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
|