forked from tyranid/ExploitRemotingService
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ExploitRemotingService.sln
37 lines (37 loc) · 2.07 KB
/
ExploitRemotingService.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.852
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExploitRemotingService", "ExploitRemotingService\ExploitRemotingService.csproj", "{04C30280-E436-4B67-8551-F0A37AE11C23}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExampleRemotingService", "ExampleRemotingService\ExampleRemotingService.csproj", "{77F2CF82-1E7E-49D0-B04E-415D68D916DA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FakeAsm", "Installer\FakeAsm.csproj", "{2FDBA713-5A8F-4BCC-9EFB-D9413FC007BC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{04C30280-E436-4B67-8551-F0A37AE11C23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04C30280-E436-4B67-8551-F0A37AE11C23}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04C30280-E436-4B67-8551-F0A37AE11C23}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04C30280-E436-4B67-8551-F0A37AE11C23}.Release|Any CPU.Build.0 = Release|Any CPU
{77F2CF82-1E7E-49D0-B04E-415D68D916DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77F2CF82-1E7E-49D0-B04E-415D68D916DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77F2CF82-1E7E-49D0-B04E-415D68D916DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77F2CF82-1E7E-49D0-B04E-415D68D916DA}.Release|Any CPU.Build.0 = Release|Any CPU
{2FDBA713-5A8F-4BCC-9EFB-D9413FC007BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FDBA713-5A8F-4BCC-9EFB-D9413FC007BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FDBA713-5A8F-4BCC-9EFB-D9413FC007BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FDBA713-5A8F-4BCC-9EFB-D9413FC007BC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5A5AABEE-52DF-433F-A8AA-EBC9B8F27404}
EndGlobalSection
EndGlobal