-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathSuperSocket.Ftp.sln
39 lines (39 loc) · 2.26 KB
/
SuperSocket.Ftp.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FtpService", "FtpServer\FtpService.csproj", "{E10F5B1A-7357-4024-AC75-FFD8AA12EDEF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FtpCommon", "FtpCommon\FtpCommon.csproj", "{81BC81F9-9A57-449E-AF6E-FAECA8740701}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{E11FE6A5-4B9F-40C5-9A22-DBD8E509619B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FEF9AA80-0F7E-4CDB-9970-65331D5C092F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Test|Any CPU = Test|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E10F5B1A-7357-4024-AC75-FFD8AA12EDEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E10F5B1A-7357-4024-AC75-FFD8AA12EDEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E10F5B1A-7357-4024-AC75-FFD8AA12EDEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E10F5B1A-7357-4024-AC75-FFD8AA12EDEF}.Release|Any CPU.Build.0 = Release|Any CPU
{E10F5B1A-7357-4024-AC75-FFD8AA12EDEF}.Test|Any CPU.ActiveCfg = Debug|Any CPU
{E10F5B1A-7357-4024-AC75-FFD8AA12EDEF}.Test|Any CPU.Build.0 = Debug|Any CPU
{81BC81F9-9A57-449E-AF6E-FAECA8740701}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81BC81F9-9A57-449E-AF6E-FAECA8740701}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81BC81F9-9A57-449E-AF6E-FAECA8740701}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81BC81F9-9A57-449E-AF6E-FAECA8740701}.Release|Any CPU.Build.0 = Release|Any CPU
{81BC81F9-9A57-449E-AF6E-FAECA8740701}.Test|Any CPU.ActiveCfg = Debug|Any CPU
{81BC81F9-9A57-449E-AF6E-FAECA8740701}.Test|Any CPU.Build.0 = Debug|Any CPU
{E11FE6A5-4B9F-40C5-9A22-DBD8E509619B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E11FE6A5-4B9F-40C5-9A22-DBD8E509619B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E11FE6A5-4B9F-40C5-9A22-DBD8E509619B}.Test|Any CPU.ActiveCfg = Debug|Any CPU
{E11FE6A5-4B9F-40C5-9A22-DBD8E509619B}.Test|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal