@@ -9,13 +9,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
9
9
Project Section (SolutionItems ) = preProject
10
10
.dockerignore = .dockerignore
11
11
.editorconfig = .editorconfig
12
+ azure -pipelines .yml = azure -pipelines .yml
12
13
FubarDev .FtpServer .ruleset = FubarDev .FtpServer .ruleset
13
14
Global .props = Global .props
14
15
LICENSE .md = LICENSE .md
15
16
PackageLibrary .props = PackageLibrary .props
16
17
README .md = README .md
17
18
stylecop .json = stylecop .json
18
- azure -pipelines .yml = azure -pipelines .yml
19
19
EndProject Section
20
20
EndProject
21
21
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}"
@@ -60,14 +60,17 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestFtpServer.Shell", "samp
60
60
EndProject
61
61
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "TestFtpServer.Api" , "samples\TestFtpServer.Api\TestFtpServer.Api.csproj" , "{02D103B2-B9CA-4A7F-AB79-6FEC68C62B47}"
62
62
EndProject
63
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "QuickStart.GenericHost" , "samples\QuickStart.GenericHost\QuickStart.GenericHost.csproj" , "{23752176-0F1A-4352-B677-CD7878B7E8FC}"
63
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "QuickStart.GenericHost" , "samples\QuickStart.GenericHost\QuickStart.GenericHost.csproj" , "{23752176-0F1A-4352-B677-CD7878B7E8FC}"
64
+ EndProject
65
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "QuickStart.AspNetCoreHost" , "samples\QuickStart.AspNetCoreHost\QuickStart.AspNetCoreHost.csproj" , "{D03594D1-84CC-4B55-A56D-20ED446CFDB1}"
64
66
EndProject
65
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC }" ) = "QuickStart.AspNetCoreHost " , "samples\QuickStart.AspNetCoreHost\QuickStart.AspNetCoreHost.csproj " , "{D03594D1-84CC-4B55-A56D-20ED446CFDB1 }"
67
+ Project ("{D954291E-2A0B-460D-934E-DC6B0785DB48 }" ) = "ReadLine " , "third-party\ReadLine\ReadLine.shproj " , "{F68F448F-E8A4-4536-9A83-12018B6294B0 }"
66
68
EndProject
67
69
Global
68
70
GlobalSection (SharedMSBuildProjectFiles ) = preSolution
69
71
src \FubarDev .FtpServer .Shared \FubarDev .FtpServer .Shared .projitems *{52126b62-de83-4597-a832-d144f9a5a870} *SharedItemsImports = 13
70
72
third -party \DotNet .Glob \DotNet .Glob .projitems *{a45290b4-20f7-48e9-8543-c69240bfb9f8} *SharedItemsImports = 13
73
+ third -party \ReadLine \ReadLine .projitems *{f68f448f-e8a4-4536-9a83-12018b6294b0} *SharedItemsImports = 13
71
74
third -party \GnuSslStream \GnuSslStream .projitems *{fd524518-e097-4ac0-aac8-d5ea24f31545} *SharedItemsImports = 13
72
75
EndGlobalSection
73
76
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
@@ -160,6 +163,7 @@ Global
160
163
{02D103B2-B9CA-4A7F-AB79-6FEC68C62B47} = {7004709E-5C0D-4D3E-AF27-89968FA47C19}
161
164
{23752176-0F1A-4352-B677-CD7878B7E8FC} = {7004709E-5C0D-4D3E-AF27-89968FA47C19}
162
165
{D03594D1-84CC-4B55-A56D-20ED446CFDB1} = {7004709E-5C0D-4D3E-AF27-89968FA47C19}
166
+ {F68F448F-E8A4-4536-9A83-12018B6294B0} = {441F13FB-D457-402E-8DAC-4B6485AFCE30}
163
167
EndGlobalSection
164
168
GlobalSection (ExtensibilityGlobals ) = postSolution
165
169
SolutionGuid = {DAA7D00E-C61D-4640-A54E-D307E4682263}
0 commit comments