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
98 lines (98 loc) · 6.65 KB
/
FubarDev.FtpServer.sln
File metadata and controls
98 lines (98 loc) · 6.65 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FubarDev.FtpServer", "src\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
FubarDev.FtpServer.ruleset = FubarDev.FtpServer.ruleset
Global.props = Global.props
LICENSE.md = LICENSE.md
PackageLibrary.props = PackageLibrary.props
README.md = README.md
stylecop.json = stylecop.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FubarDev.FtpServer.FileSystem.DotNet", "src\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("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestFtpServer", "samples\TestFtpServer\TestFtpServer.csproj", "{4DFC0694-0212-491C-A102-38203A74B09F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FubarDev.FtpServer.Tests", "test\FubarDev.FtpServer.Tests\FubarDev.FtpServer.Tests.csproj", "{0EEB524B-D0F7-4972-838D-D4CE7963D839}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FubarDev.FtpServer.Abstractions", "src\FubarDev.FtpServer.Abstractions\FubarDev.FtpServer.Abstractions.csproj", "{37CE4218-FAC3-4201-82A0-54945698C6AD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FubarDev.FtpServer.FileSystem.GoogleDrive", "src\FubarDev.FtpServer.FileSystem.GoogleDrive\FubarDev.FtpServer.FileSystem.GoogleDrive.csproj", "{474BD381-5B80-4580-BFB1-D41BEB70C458}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{118460ED-4F14-4FF3-BFBF-11497DFB80B6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{B0D91078-FA02-4ADD-8EDE-831243BE9794}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FubarDev.FtpServer.Commands", "src\FubarDev.FtpServer.Commands\FubarDev.FtpServer.Commands.csproj", "{7E3F81E2-764E-4075-992F-E53BF50F9623}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "third-party", "third-party", "{441F13FB-D457-402E-8DAC-4B6485AFCE30}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "DotNet.Glob", "third-party\DotNet.Glob\DotNet.Glob.shproj", "{A45290B4-20F7-48E9-8543-C69240BFB9F8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FubarDev.FtpServer.FileSystem.InMemory", "src\FubarDev.FtpServer.FileSystem.InMemory\FubarDev.FtpServer.FileSystem.InMemory.csproj", "{E0626E77-87B7-492B-8421-9BB4910252D7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{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
{37CE4218-FAC3-4201-82A0-54945698C6AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37CE4218-FAC3-4201-82A0-54945698C6AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37CE4218-FAC3-4201-82A0-54945698C6AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37CE4218-FAC3-4201-82A0-54945698C6AD}.Release|Any CPU.Build.0 = Release|Any CPU
{474BD381-5B80-4580-BFB1-D41BEB70C458}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{474BD381-5B80-4580-BFB1-D41BEB70C458}.Debug|Any CPU.Build.0 = Debug|Any CPU
{474BD381-5B80-4580-BFB1-D41BEB70C458}.Release|Any CPU.ActiveCfg = Release|Any CPU
{474BD381-5B80-4580-BFB1-D41BEB70C458}.Release|Any CPU.Build.0 = Release|Any CPU
{7E3F81E2-764E-4075-992F-E53BF50F9623}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E3F81E2-764E-4075-992F-E53BF50F9623}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E3F81E2-764E-4075-992F-E53BF50F9623}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E3F81E2-764E-4075-992F-E53BF50F9623}.Release|Any CPU.Build.0 = Release|Any CPU
{E0626E77-87B7-492B-8421-9BB4910252D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0626E77-87B7-492B-8421-9BB4910252D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0626E77-87B7-492B-8421-9BB4910252D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0626E77-87B7-492B-8421-9BB4910252D7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{01EBBF94-7469-43A0-A618-07FB734B163F} = {118460ED-4F14-4FF3-BFBF-11497DFB80B6}
{9A83C6F5-378B-48B3-B32A-151DB90B390C} = {118460ED-4F14-4FF3-BFBF-11497DFB80B6}
{4DFC0694-0212-491C-A102-38203A74B09F} = {7004709E-5C0D-4D3E-AF27-89968FA47C19}
{0EEB524B-D0F7-4972-838D-D4CE7963D839} = {B0D91078-FA02-4ADD-8EDE-831243BE9794}
{37CE4218-FAC3-4201-82A0-54945698C6AD} = {118460ED-4F14-4FF3-BFBF-11497DFB80B6}
{474BD381-5B80-4580-BFB1-D41BEB70C458} = {118460ED-4F14-4FF3-BFBF-11497DFB80B6}
{7E3F81E2-764E-4075-992F-E53BF50F9623} = {118460ED-4F14-4FF3-BFBF-11497DFB80B6}
{A45290B4-20F7-48E9-8543-C69240BFB9F8} = {441F13FB-D457-402E-8DAC-4B6485AFCE30}
{E0626E77-87B7-492B-8421-9BB4910252D7} = {118460ED-4F14-4FF3-BFBF-11497DFB80B6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DAA7D00E-C61D-4640-A54E-D307E4682263}
EndGlobalSection
EndGlobal