This repository has been archived by the owner on Dec 23, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SimpleFTP.sln
46 lines (46 loc) · 2.56 KB
/
SimpleFTP.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FTPService", "FTPService\FTPService.vcxproj", "{01AFE039-15DC-496A-AE7F-1E68C5E07724}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Server", "Server\Server.vcxproj", "{29F24FFD-B7C1-439C-B988-99D099CBF53E}"
ProjectSection(ProjectDependencies) = postProject
{01AFE039-15DC-496A-AE7F-1E68C5E07724} = {01AFE039-15DC-496A-AE7F-1E68C5E07724}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Client", "Client\Client.vcxproj", "{4B01674D-107B-4413-91D1-960570E86515}"
ProjectSection(ProjectDependencies) = postProject
{01AFE039-15DC-496A-AE7F-1E68C5E07724} = {01AFE039-15DC-496A-AE7F-1E68C5E07724}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TCPService", "TCPService\TCPService.vcxproj", "{66801448-F1FC-4452-B015-A147424C1E75}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{01AFE039-15DC-496A-AE7F-1E68C5E07724}.Debug|Win32.ActiveCfg = Debug|Win32
{01AFE039-15DC-496A-AE7F-1E68C5E07724}.Debug|Win32.Build.0 = Debug|Win32
{01AFE039-15DC-496A-AE7F-1E68C5E07724}.Release|Win32.ActiveCfg = Release|Win32
{01AFE039-15DC-496A-AE7F-1E68C5E07724}.Release|Win32.Build.0 = Release|Win32
{29F24FFD-B7C1-439C-B988-99D099CBF53E}.Debug|Win32.ActiveCfg = Debug|Win32
{29F24FFD-B7C1-439C-B988-99D099CBF53E}.Debug|Win32.Build.0 = Debug|Win32
{29F24FFD-B7C1-439C-B988-99D099CBF53E}.Release|Win32.ActiveCfg = Release|Win32
{29F24FFD-B7C1-439C-B988-99D099CBF53E}.Release|Win32.Build.0 = Release|Win32
{4B01674D-107B-4413-91D1-960570E86515}.Debug|Win32.ActiveCfg = Debug|Win32
{4B01674D-107B-4413-91D1-960570E86515}.Debug|Win32.Build.0 = Debug|Win32
{4B01674D-107B-4413-91D1-960570E86515}.Release|Win32.ActiveCfg = Release|Win32
{4B01674D-107B-4413-91D1-960570E86515}.Release|Win32.Build.0 = Release|Win32
{66801448-F1FC-4452-B015-A147424C1E75}.Debug|Win32.ActiveCfg = Debug|Win32
{66801448-F1FC-4452-B015-A147424C1E75}.Debug|Win32.Build.0 = Debug|Win32
{66801448-F1FC-4452-B015-A147424C1E75}.Release|Win32.ActiveCfg = Release|Win32
{66801448-F1FC-4452-B015-A147424C1E75}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal