This repository was archived by the owner on Apr 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRemotingVulnerability.sln
More file actions
35 lines (35 loc) · 1.9 KB
/
RemotingVulnerability.sln
File metadata and controls
35 lines (35 loc) · 1.9 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29102.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RemotingService", "RemotingService\RemotingService.csproj", "{0D5908CF-2464-486B-9DA5-1E31B7C5D30B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RemotingExploit", "RemotingExploit\RemotingExploit.csproj", "{D5646CB6-8196-49B1-B750-83A6E51E5CAC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0D5908CF-2464-486B-9DA5-1E31B7C5D30B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D5908CF-2464-486B-9DA5-1E31B7C5D30B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D5908CF-2464-486B-9DA5-1E31B7C5D30B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D5908CF-2464-486B-9DA5-1E31B7C5D30B}.Release|Any CPU.Build.0 = Release|Any CPU
{977CC9CD-28A8-4488-845C-8ED82480FA03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{977CC9CD-28A8-4488-845C-8ED82480FA03}.Debug|Any CPU.Build.0 = Debug|Any CPU
{977CC9CD-28A8-4488-845C-8ED82480FA03}.Release|Any CPU.ActiveCfg = Release|Any CPU
{977CC9CD-28A8-4488-845C-8ED82480FA03}.Release|Any CPU.Build.0 = Release|Any CPU
{D5646CB6-8196-49B1-B750-83A6E51E5CAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5646CB6-8196-49B1-B750-83A6E51E5CAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5646CB6-8196-49B1-B750-83A6E51E5CAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5646CB6-8196-49B1-B750-83A6E51E5CAC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5B97ADEC-455A-44F7-B83A-C77EA52D490F}
EndGlobalSection
EndGlobal