CSharpHttpServer/SimpleHttpServer.sln
2023-11-30 17:31:19 +01:00

32 lines
1.6 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleHttpServer", "SimpleHttpServer\SimpleHttpServer.csproj", "{36394C2C-AA78-4009-A0EB-13DD78556F56}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleHttpServerTest", "SimpleHttpServerTest\SimpleHttpServerTest.csproj", "{B5D81497-B28F-4EE6-9988-B6F4CA82FFE3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{36394C2C-AA78-4009-A0EB-13DD78556F56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36394C2C-AA78-4009-A0EB-13DD78556F56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36394C2C-AA78-4009-A0EB-13DD78556F56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36394C2C-AA78-4009-A0EB-13DD78556F56}.Release|Any CPU.Build.0 = Release|Any CPU
{B5D81497-B28F-4EE6-9988-B6F4CA82FFE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5D81497-B28F-4EE6-9988-B6F4CA82FFE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5D81497-B28F-4EE6-9988-B6F4CA82FFE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5D81497-B28F-4EE6-9988-B6F4CA82FFE3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EEC27661-6BF4-459C-AAEB-E0DE61D96E6B}
EndGlobalSection
EndGlobal