-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathmetasploit-sharp.sln
62 lines (62 loc) · 4.1 KB
/
metasploit-sharp.sln
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "metasploit-sharp", "metasploit-sharp\metasploit-sharp.csproj", "{7406EF69-41DD-467A-90F9-BB34FBC39C0C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Examples", "Examples\Examples.csproj", "{0BBE3B7A-F7C9-4EF2-B47A-988531261A5E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModuleExecuteExample", "ModuleExecuteExample\ModuleExecuteExample.csproj", "{F48E0B9A-9F7A-4E46-B1D4-1386420D4C15}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StartImport", "StartImport\StartImport.csproj", "{6751C52A-1C35-40C0-ABCF-B5EC9ED493F4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StartExploit", "StartExploit\StartExploit.csproj", "{B6DBD3CF-7367-49AC-920B-D3D06846C3A5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CreateWorkspace", "CreateWorkspace\CreateWorkspace.csproj", "{3D4A7E00-AC56-4B9E-962C-BD576B00773B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GetReportForWorkspace", "GetReportForWorkspace\GetReportForWorkspace.csproj", "{6F64EB08-24E8-4735-8A9F-7DA3D0E934C7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MsgPack.Mono", "..\msgpack\src\MsgPack.Mono\MsgPack.Mono.csproj", "{6E8C2296-21E9-4113-89C4-76376516AA14}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0BBE3B7A-F7C9-4EF2-B47A-988531261A5E}.Debug|x86.ActiveCfg = Debug|x86
{0BBE3B7A-F7C9-4EF2-B47A-988531261A5E}.Debug|x86.Build.0 = Debug|x86
{0BBE3B7A-F7C9-4EF2-B47A-988531261A5E}.Release|x86.ActiveCfg = Release|x86
{0BBE3B7A-F7C9-4EF2-B47A-988531261A5E}.Release|x86.Build.0 = Release|x86
{3D4A7E00-AC56-4B9E-962C-BD576B00773B}.Debug|x86.ActiveCfg = Debug|x86
{3D4A7E00-AC56-4B9E-962C-BD576B00773B}.Debug|x86.Build.0 = Debug|x86
{3D4A7E00-AC56-4B9E-962C-BD576B00773B}.Release|x86.ActiveCfg = Release|x86
{3D4A7E00-AC56-4B9E-962C-BD576B00773B}.Release|x86.Build.0 = Release|x86
{6751C52A-1C35-40C0-ABCF-B5EC9ED493F4}.Debug|x86.ActiveCfg = Debug|x86
{6751C52A-1C35-40C0-ABCF-B5EC9ED493F4}.Debug|x86.Build.0 = Debug|x86
{6751C52A-1C35-40C0-ABCF-B5EC9ED493F4}.Release|x86.ActiveCfg = Release|x86
{6751C52A-1C35-40C0-ABCF-B5EC9ED493F4}.Release|x86.Build.0 = Release|x86
{6E8C2296-21E9-4113-89C4-76376516AA14}.Debug|x86.ActiveCfg = Debug|Any CPU
{6E8C2296-21E9-4113-89C4-76376516AA14}.Debug|x86.Build.0 = Debug|Any CPU
{6E8C2296-21E9-4113-89C4-76376516AA14}.Release|x86.ActiveCfg = Release|Any CPU
{6E8C2296-21E9-4113-89C4-76376516AA14}.Release|x86.Build.0 = Release|Any CPU
{6F64EB08-24E8-4735-8A9F-7DA3D0E934C7}.Debug|x86.ActiveCfg = Debug|x86
{6F64EB08-24E8-4735-8A9F-7DA3D0E934C7}.Debug|x86.Build.0 = Debug|x86
{6F64EB08-24E8-4735-8A9F-7DA3D0E934C7}.Release|x86.ActiveCfg = Release|x86
{6F64EB08-24E8-4735-8A9F-7DA3D0E934C7}.Release|x86.Build.0 = Release|x86
{7406EF69-41DD-467A-90F9-BB34FBC39C0C}.Debug|x86.ActiveCfg = Debug|x86
{7406EF69-41DD-467A-90F9-BB34FBC39C0C}.Debug|x86.Build.0 = Debug|x86
{7406EF69-41DD-467A-90F9-BB34FBC39C0C}.Release|x86.ActiveCfg = Release|x86
{7406EF69-41DD-467A-90F9-BB34FBC39C0C}.Release|x86.Build.0 = Release|x86
{B6DBD3CF-7367-49AC-920B-D3D06846C3A5}.Debug|x86.ActiveCfg = Debug|x86
{B6DBD3CF-7367-49AC-920B-D3D06846C3A5}.Debug|x86.Build.0 = Debug|x86
{B6DBD3CF-7367-49AC-920B-D3D06846C3A5}.Release|x86.ActiveCfg = Release|x86
{B6DBD3CF-7367-49AC-920B-D3D06846C3A5}.Release|x86.Build.0 = Release|x86
{F48E0B9A-9F7A-4E46-B1D4-1386420D4C15}.Debug|x86.ActiveCfg = Debug|x86
{F48E0B9A-9F7A-4E46-B1D4-1386420D4C15}.Debug|x86.Build.0 = Debug|x86
{F48E0B9A-9F7A-4E46-B1D4-1386420D4C15}.Release|x86.ActiveCfg = Release|x86
{F48E0B9A-9F7A-4E46-B1D4-1386420D4C15}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = CreateWorkspace\CreateWorkspace.csproj
EndGlobalSection
EndGlobal