forked from FubarDevelopment/FtpServer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFubarDev.FtpServer.sln
More file actions
82 lines (82 loc) · 5.73 KB
/
FubarDev.FtpServer.sln
File metadata and controls
82 lines (82 loc) · 5.73 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
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FubarDev.FtpServer.FileSystem", "FubarDev.FtpServer.FileSystem\FubarDev.FtpServer.FileSystem.csproj", "{6DA350B9-3B5A-49E3-BBCC-CECC140CEA6B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FubarDev.FtpServer.AccountManagement", "FubarDev.FtpServer.AccountManagement\FubarDev.FtpServer.AccountManagement.csproj", "{2530AEFE-CE85-444E-9868-58BE478AEFD1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FubarDev.FtpServer", "FubarDev.FtpServer\FubarDev.FtpServer.csproj", "{01EBBF94-7469-43A0-A618-07FB734B163F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{52EFD82B-3CC2-486D-849B-199D9670C487}"
ProjectSection(SolutionItems) = preProject
LICENSE.md = LICENSE.md
nuget-pack.ps1 = nuget-pack.ps1
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FubarDev.FtpServer.FileSystem.DotNet", "FubarDev.FtpServer.FileSystem.DotNet\FubarDev.FtpServer.FileSystem.DotNet.csproj", "{9A83C6F5-378B-48B3-B32A-151DB90B390C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{7004709E-5C0D-4D3E-AF27-89968FA47C19}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestFtpServer", "TestFtpServer\TestFtpServer.csproj", "{4DFC0694-0212-491C-A102-38203A74B09F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FubarDev.FtpServer.Tests", "FubarDev.FtpServer.Tests\FubarDev.FtpServer.Tests.csproj", "{0EEB524B-D0F7-4972-838D-D4CE7963D839}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FubarDev.FtpServer.FileSystem.GoogleDrive", "FubarDev.FtpServer.FileSystem.GoogleDrive\FubarDev.FtpServer.FileSystem.GoogleDrive.csproj", "{0336A73C-3F48-493E-9E71-64015DCC146E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FubarDev.FtpServer.AuthTls", "FubarDev.FtpServer.AuthTls\FubarDev.FtpServer.AuthTls.csproj", "{A5C36C6D-BE99-44C5-870A-23FD6B76E839}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FubarDev.FtpServer.FileSystem.OneDrive", "FubarDev.FtpServer.FileSystem.OneDrive\FubarDev.FtpServer.FileSystem.OneDrive.csproj", "{7BAF7F0F-DA61-4448-ABFD-3348B264189D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6DA350B9-3B5A-49E3-BBCC-CECC140CEA6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DA350B9-3B5A-49E3-BBCC-CECC140CEA6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DA350B9-3B5A-49E3-BBCC-CECC140CEA6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DA350B9-3B5A-49E3-BBCC-CECC140CEA6B}.Release|Any CPU.Build.0 = Release|Any CPU
{2530AEFE-CE85-444E-9868-58BE478AEFD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2530AEFE-CE85-444E-9868-58BE478AEFD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2530AEFE-CE85-444E-9868-58BE478AEFD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2530AEFE-CE85-444E-9868-58BE478AEFD1}.Release|Any CPU.Build.0 = Release|Any CPU
{01EBBF94-7469-43A0-A618-07FB734B163F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01EBBF94-7469-43A0-A618-07FB734B163F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01EBBF94-7469-43A0-A618-07FB734B163F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01EBBF94-7469-43A0-A618-07FB734B163F}.Release|Any CPU.Build.0 = Release|Any CPU
{9A83C6F5-378B-48B3-B32A-151DB90B390C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A83C6F5-378B-48B3-B32A-151DB90B390C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A83C6F5-378B-48B3-B32A-151DB90B390C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A83C6F5-378B-48B3-B32A-151DB90B390C}.Release|Any CPU.Build.0 = Release|Any CPU
{4DFC0694-0212-491C-A102-38203A74B09F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4DFC0694-0212-491C-A102-38203A74B09F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4DFC0694-0212-491C-A102-38203A74B09F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4DFC0694-0212-491C-A102-38203A74B09F}.Release|Any CPU.Build.0 = Release|Any CPU
{0EEB524B-D0F7-4972-838D-D4CE7963D839}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0EEB524B-D0F7-4972-838D-D4CE7963D839}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0EEB524B-D0F7-4972-838D-D4CE7963D839}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EEB524B-D0F7-4972-838D-D4CE7963D839}.Release|Any CPU.Build.0 = Release|Any CPU
{0336A73C-3F48-493E-9E71-64015DCC146E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0336A73C-3F48-493E-9E71-64015DCC146E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0336A73C-3F48-493E-9E71-64015DCC146E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0336A73C-3F48-493E-9E71-64015DCC146E}.Release|Any CPU.Build.0 = Release|Any CPU
{A5C36C6D-BE99-44C5-870A-23FD6B76E839}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5C36C6D-BE99-44C5-870A-23FD6B76E839}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5C36C6D-BE99-44C5-870A-23FD6B76E839}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5C36C6D-BE99-44C5-870A-23FD6B76E839}.Release|Any CPU.Build.0 = Release|Any CPU
{7BAF7F0F-DA61-4448-ABFD-3348B264189D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BAF7F0F-DA61-4448-ABFD-3348B264189D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BAF7F0F-DA61-4448-ABFD-3348B264189D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BAF7F0F-DA61-4448-ABFD-3348B264189D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4DFC0694-0212-491C-A102-38203A74B09F} = {7004709E-5C0D-4D3E-AF27-89968FA47C19}
EndGlobalSection
EndGlobal