Change license to GPL, add VFS, directory listing, upload support and a fileserver example

This commit is contained in:
Mike Nolan 2022-12-14 12:11:03 -06:00
parent 358fb10348
commit 811e6cf7d6
1 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tesses.WebServer.Console",
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tesses.WebServer.NetStandard", "Tesses.WebServer.NetStandard\Tesses.WebServer.NetStandard.csproj", "{C76507C5-D30C-46CB-A527-5CF7090CAED6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tesses.WebServer.FileServer", "Tesses.WebServer.FileServer\Tesses.WebServer.FileServer.csproj", "{50A4EEEE-1ACD-48C2-B454-77B7E1B6620A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@ -24,5 +26,9 @@ Global
{C76507C5-D30C-46CB-A527-5CF7090CAED6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C76507C5-D30C-46CB-A527-5CF7090CAED6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C76507C5-D30C-46CB-A527-5CF7090CAED6}.Release|Any CPU.Build.0 = Release|Any CPU
{50A4EEEE-1ACD-48C2-B454-77B7E1B6620A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50A4EEEE-1ACD-48C2-B454-77B7E1B6620A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50A4EEEE-1ACD-48C2-B454-77B7E1B6620A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50A4EEEE-1ACD-48C2-B454-77B7E1B6620A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal