-
Notifications
You must be signed in to change notification settings - Fork 1
/
Sql.IO.sln
57 lines (57 loc) · 3.28 KB
/
Sql.IO.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.645
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sql.IO", "Sql.IO\Sql.IO.csproj", "{BA39A756-5205-4598-A967-C6955685908E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sql.IOTests", "Sql.IOTests\Sql.IOTests.csproj", "{7DF91B1B-CF8F-4D09-8EAD-8EDC7883382A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{D433457D-0147-4FCD-B327-1D3259C20DE1}"
ProjectSection(SolutionItems) = preProject
Setup.txt = Setup.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "FtpServer", "FtpServer", "{6CF5CCFD-95BC-4FB6-97A3-9CFB266D2C1E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FtpServer.MsSqlFileSystem", "FtpServer.MsSqlFileSystem\FtpServer.MsSqlFileSystem.csproj", "{2B8C8E93-FEEC-433A-AAA9-8000D54BCA05}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{11E9A6DA-C9F8-4DDA-B560-E4EBF63D2DD3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MsSqlFtpServer", "MsSqlFtpServer\MsSqlFtpServer.csproj", "{47B40529-D1E6-4CFD-8AC0-88A8B6E9025C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BA39A756-5205-4598-A967-C6955685908E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA39A756-5205-4598-A967-C6955685908E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA39A756-5205-4598-A967-C6955685908E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA39A756-5205-4598-A967-C6955685908E}.Release|Any CPU.Build.0 = Release|Any CPU
{7DF91B1B-CF8F-4D09-8EAD-8EDC7883382A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DF91B1B-CF8F-4D09-8EAD-8EDC7883382A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DF91B1B-CF8F-4D09-8EAD-8EDC7883382A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DF91B1B-CF8F-4D09-8EAD-8EDC7883382A}.Release|Any CPU.Build.0 = Release|Any CPU
{2B8C8E93-FEEC-433A-AAA9-8000D54BCA05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B8C8E93-FEEC-433A-AAA9-8000D54BCA05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B8C8E93-FEEC-433A-AAA9-8000D54BCA05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B8C8E93-FEEC-433A-AAA9-8000D54BCA05}.Release|Any CPU.Build.0 = Release|Any CPU
{47B40529-D1E6-4CFD-8AC0-88A8B6E9025C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47B40529-D1E6-4CFD-8AC0-88A8B6E9025C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47B40529-D1E6-4CFD-8AC0-88A8B6E9025C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47B40529-D1E6-4CFD-8AC0-88A8B6E9025C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2B8C8E93-FEEC-433A-AAA9-8000D54BCA05} = {6CF5CCFD-95BC-4FB6-97A3-9CFB266D2C1E}
{11E9A6DA-C9F8-4DDA-B560-E4EBF63D2DD3} = {6CF5CCFD-95BC-4FB6-97A3-9CFB266D2C1E}
{47B40529-D1E6-4CFD-8AC0-88A8B6E9025C} = {11E9A6DA-C9F8-4DDA-B560-E4EBF63D2DD3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CB4224D6-D298-4978-AEE5-ECEB4BEBF5C1}
EndGlobalSection
EndGlobal