forked from iterate-ch/cyberduck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCyberduck.sln
106 lines (106 loc) · 7.29 KB
/
Cyberduck.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cyberduck", "Cyberduck.csproj", "{04AFCFBB-97D5-44EA-B087-F0CFAEB51E30}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cyberduck Test", "Cyberduck Test.csproj", "{18C4C52D-F639-4A5E-A8B6-FC2950C8DC91}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cyberduck CLI", "Cyberduck CLI.csproj", "{4B14000D-F435-4ECA-A119-7AEF03792DEE}"
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Cyberduck CLI-WiX", "Cyberduck CLI-WiX.wixproj", "{F6975079-F730-4A31-9909-DE536E524764}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cyberduck Core", "Cyberduck Core.csproj", "{AC161B73-0B4B-4A32-B0D7-205AC89D83A5}"
EndProject
Project("{F18C9ABF-2238-4810-9ABD-CBFA0CC03DCE}") = "Cyberduck Bonjour", "Cyberduck Bonjour.csproj", "{710A5CCB-1BD0-41F1-8348-676845DFCF3B}"
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Cyberduck CLI-WiX-Bootstrapper", "Cyberduck CLI-WiX-Bootstrapper.wixproj", "{EF87DE0E-BC36-4D3C-8852-C8AD11D01F04}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{04AFCFBB-97D5-44EA-B087-F0CFAEB51E30}.Debug|Any CPU.ActiveCfg = Debug|x86
{04AFCFBB-97D5-44EA-B087-F0CFAEB51E30}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{04AFCFBB-97D5-44EA-B087-F0CFAEB51E30}.Debug|Mixed Platforms.Build.0 = Debug|x86
{04AFCFBB-97D5-44EA-B087-F0CFAEB51E30}.Debug|x86.ActiveCfg = Debug|x86
{04AFCFBB-97D5-44EA-B087-F0CFAEB51E30}.Debug|x86.Build.0 = Debug|x86
{04AFCFBB-97D5-44EA-B087-F0CFAEB51E30}.Release|Any CPU.ActiveCfg = Release|x86
{04AFCFBB-97D5-44EA-B087-F0CFAEB51E30}.Release|Mixed Platforms.ActiveCfg = Release|x86
{04AFCFBB-97D5-44EA-B087-F0CFAEB51E30}.Release|Mixed Platforms.Build.0 = Release|x86
{04AFCFBB-97D5-44EA-B087-F0CFAEB51E30}.Release|x86.ActiveCfg = Release|x86
{04AFCFBB-97D5-44EA-B087-F0CFAEB51E30}.Release|x86.Build.0 = Release|x86
{18C4C52D-F639-4A5E-A8B6-FC2950C8DC91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18C4C52D-F639-4A5E-A8B6-FC2950C8DC91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18C4C52D-F639-4A5E-A8B6-FC2950C8DC91}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{18C4C52D-F639-4A5E-A8B6-FC2950C8DC91}.Debug|Mixed Platforms.Build.0 = Debug|x86
{18C4C52D-F639-4A5E-A8B6-FC2950C8DC91}.Debug|x86.ActiveCfg = Debug|x86
{18C4C52D-F639-4A5E-A8B6-FC2950C8DC91}.Debug|x86.Build.0 = Debug|x86
{18C4C52D-F639-4A5E-A8B6-FC2950C8DC91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18C4C52D-F639-4A5E-A8B6-FC2950C8DC91}.Release|Any CPU.Build.0 = Release|Any CPU
{18C4C52D-F639-4A5E-A8B6-FC2950C8DC91}.Release|Mixed Platforms.ActiveCfg = Release|x86
{18C4C52D-F639-4A5E-A8B6-FC2950C8DC91}.Release|Mixed Platforms.Build.0 = Release|x86
{18C4C52D-F639-4A5E-A8B6-FC2950C8DC91}.Release|x86.ActiveCfg = Release|x86
{18C4C52D-F639-4A5E-A8B6-FC2950C8DC91}.Release|x86.Build.0 = Release|x86
{4B14000D-F435-4ECA-A119-7AEF03792DEE}.Debug|Any CPU.ActiveCfg = Debug|x86
{4B14000D-F435-4ECA-A119-7AEF03792DEE}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{4B14000D-F435-4ECA-A119-7AEF03792DEE}.Debug|Mixed Platforms.Build.0 = Debug|x86
{4B14000D-F435-4ECA-A119-7AEF03792DEE}.Debug|x86.ActiveCfg = Debug|x86
{4B14000D-F435-4ECA-A119-7AEF03792DEE}.Debug|x86.Build.0 = Debug|x86
{4B14000D-F435-4ECA-A119-7AEF03792DEE}.Release|Any CPU.ActiveCfg = Release|x86
{4B14000D-F435-4ECA-A119-7AEF03792DEE}.Release|Mixed Platforms.ActiveCfg = Release|x86
{4B14000D-F435-4ECA-A119-7AEF03792DEE}.Release|Mixed Platforms.Build.0 = Release|x86
{4B14000D-F435-4ECA-A119-7AEF03792DEE}.Release|x86.ActiveCfg = Release|x86
{4B14000D-F435-4ECA-A119-7AEF03792DEE}.Release|x86.Build.0 = Release|x86
{F6975079-F730-4A31-9909-DE536E524764}.Debug|Any CPU.ActiveCfg = Debug|x86
{F6975079-F730-4A31-9909-DE536E524764}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{F6975079-F730-4A31-9909-DE536E524764}.Debug|Mixed Platforms.Build.0 = Debug|x86
{F6975079-F730-4A31-9909-DE536E524764}.Debug|x86.ActiveCfg = Debug|x86
{F6975079-F730-4A31-9909-DE536E524764}.Debug|x86.Build.0 = Debug|x86
{F6975079-F730-4A31-9909-DE536E524764}.Release|Any CPU.ActiveCfg = Release|x86
{F6975079-F730-4A31-9909-DE536E524764}.Release|Mixed Platforms.ActiveCfg = Release|x86
{F6975079-F730-4A31-9909-DE536E524764}.Release|Mixed Platforms.Build.0 = Release|x86
{F6975079-F730-4A31-9909-DE536E524764}.Release|x86.ActiveCfg = Release|x86
{F6975079-F730-4A31-9909-DE536E524764}.Release|x86.Build.0 = Release|x86
{AC161B73-0B4B-4A32-B0D7-205AC89D83A5}.Debug|Any CPU.ActiveCfg = Debug|x86
{AC161B73-0B4B-4A32-B0D7-205AC89D83A5}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{AC161B73-0B4B-4A32-B0D7-205AC89D83A5}.Debug|Mixed Platforms.Build.0 = Debug|x86
{AC161B73-0B4B-4A32-B0D7-205AC89D83A5}.Debug|x86.ActiveCfg = Debug|x86
{AC161B73-0B4B-4A32-B0D7-205AC89D83A5}.Debug|x86.Build.0 = Debug|x86
{AC161B73-0B4B-4A32-B0D7-205AC89D83A5}.Release|Any CPU.ActiveCfg = Release|x86
{AC161B73-0B4B-4A32-B0D7-205AC89D83A5}.Release|Mixed Platforms.ActiveCfg = Release|x86
{AC161B73-0B4B-4A32-B0D7-205AC89D83A5}.Release|Mixed Platforms.Build.0 = Release|x86
{AC161B73-0B4B-4A32-B0D7-205AC89D83A5}.Release|x86.ActiveCfg = Release|x86
{AC161B73-0B4B-4A32-B0D7-205AC89D83A5}.Release|x86.Build.0 = Release|x86
{EF87DE0E-BC36-4D3C-8852-C8AD11D01F04}.Debug|Any CPU.ActiveCfg = Debug|x86
{EF87DE0E-BC36-4D3C-8852-C8AD11D01F04}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{EF87DE0E-BC36-4D3C-8852-C8AD11D01F04}.Debug|Mixed Platforms.Build.0 = Debug|x86
{EF87DE0E-BC36-4D3C-8852-C8AD11D01F04}.Debug|x86.ActiveCfg = Debug|x86
{EF87DE0E-BC36-4D3C-8852-C8AD11D01F04}.Debug|x86.Build.0 = Debug|x86
{EF87DE0E-BC36-4D3C-8852-C8AD11D01F04}.Release|Any CPU.ActiveCfg = Release|x86
{EF87DE0E-BC36-4D3C-8852-C8AD11D01F04}.Release|Mixed Platforms.ActiveCfg = Release|x86
{EF87DE0E-BC36-4D3C-8852-C8AD11D01F04}.Release|Mixed Platforms.Build.0 = Release|x86
{EF87DE0E-BC36-4D3C-8852-C8AD11D01F04}.Release|x86.ActiveCfg = Release|x86
{EF87DE0E-BC36-4D3C-8852-C8AD11D01F04}.Release|x86.Build.0 = Release|x86
{710A5CCB-1BD0-41F1-8348-676845DFCF3B}.Debug|Any CPU.ActiveCfg = Debug|x86
{710A5CCB-1BD0-41F1-8348-676845DFCF3B}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{710A5CCB-1BD0-41F1-8348-676845DFCF3B}.Debug|Mixed Platforms.Build.0 = Debug|x86
{710A5CCB-1BD0-41F1-8348-676845DFCF3B}.Debug|x86.ActiveCfg = Debug|x86
{710A5CCB-1BD0-41F1-8348-676845DFCF3B}.Debug|x86.Build.0 = Debug|x86
{710A5CCB-1BD0-41F1-8348-676845DFCF3B}.Release|Any CPU.ActiveCfg = Release|x86
{710A5CCB-1BD0-41F1-8348-676845DFCF3B}.Release|Mixed Platforms.ActiveCfg = Release|x86
{710A5CCB-1BD0-41F1-8348-676845DFCF3B}.Release|Mixed Platforms.Build.0 = Release|x86
{710A5CCB-1BD0-41F1-8348-676845DFCF3B}.Release|x86.ActiveCfg = Release|x86
{710A5CCB-1BD0-41F1-8348-676845DFCF3B}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal