This repository has been archived by the owner on Apr 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathS2S.sln
51 lines (51 loc) · 3.05 KB
/
S2S.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Remote Access", "Remote Access\Remote Access.csproj", "{17E7650A-1D02-402C-9A4F-6635BCB96B8D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandBase", "CommandBase\CommandBase.csproj", "{BAA51C18-6897-4D68-9ED5-D7F5F763608E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RunCommands", "RunCommands\RunCommands.csproj", "{14C765BB-1541-43B2-8704-E4A634555AAD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{17E7650A-1D02-402C-9A4F-6635BCB96B8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17E7650A-1D02-402C-9A4F-6635BCB96B8D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17E7650A-1D02-402C-9A4F-6635BCB96B8D}.Debug|x86.ActiveCfg = Debug|Any CPU
{17E7650A-1D02-402C-9A4F-6635BCB96B8D}.Debug|x86.Build.0 = Debug|Any CPU
{17E7650A-1D02-402C-9A4F-6635BCB96B8D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17E7650A-1D02-402C-9A4F-6635BCB96B8D}.Release|Any CPU.Build.0 = Release|Any CPU
{17E7650A-1D02-402C-9A4F-6635BCB96B8D}.Release|x86.ActiveCfg = Release|Any CPU
{17E7650A-1D02-402C-9A4F-6635BCB96B8D}.Release|x86.Build.0 = Release|Any CPU
{BAA51C18-6897-4D68-9ED5-D7F5F763608E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BAA51C18-6897-4D68-9ED5-D7F5F763608E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BAA51C18-6897-4D68-9ED5-D7F5F763608E}.Debug|x86.ActiveCfg = Debug|Any CPU
{BAA51C18-6897-4D68-9ED5-D7F5F763608E}.Debug|x86.Build.0 = Debug|Any CPU
{BAA51C18-6897-4D68-9ED5-D7F5F763608E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BAA51C18-6897-4D68-9ED5-D7F5F763608E}.Release|Any CPU.Build.0 = Release|Any CPU
{BAA51C18-6897-4D68-9ED5-D7F5F763608E}.Release|x86.ActiveCfg = Release|Any CPU
{BAA51C18-6897-4D68-9ED5-D7F5F763608E}.Release|x86.Build.0 = Release|Any CPU
{14C765BB-1541-43B2-8704-E4A634555AAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14C765BB-1541-43B2-8704-E4A634555AAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14C765BB-1541-43B2-8704-E4A634555AAD}.Debug|x86.ActiveCfg = Debug|Any CPU
{14C765BB-1541-43B2-8704-E4A634555AAD}.Debug|x86.Build.0 = Debug|Any CPU
{14C765BB-1541-43B2-8704-E4A634555AAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14C765BB-1541-43B2-8704-E4A634555AAD}.Release|Any CPU.Build.0 = Release|Any CPU
{14C765BB-1541-43B2-8704-E4A634555AAD}.Release|x86.ActiveCfg = Release|Any CPU
{14C765BB-1541-43B2-8704-E4A634555AAD}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F7C1083B-E846-48BA-9C58-4F37945B856B}
EndGlobalSection
EndGlobal