-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBasicHTTPServer.sln
27 lines (27 loc) · 1.13 KB
/
BasicHTTPServer.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BasicHTTPServer", "BasicHTTPServer\BasicHTTPServer.csproj", "{746051E6-04E9-48E7-9E24-328C360A9B0B}"
EndProject
Global
GlobalSection(SubversionScc) = preSolution
Svn-Managed = True
Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{746051E6-04E9-48E7-9E24-328C360A9B0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{746051E6-04E9-48E7-9E24-328C360A9B0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{746051E6-04E9-48E7-9E24-328C360A9B0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{746051E6-04E9-48E7-9E24-328C360A9B0B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
VisualSVNWorkingCopyRoot = .
EndGlobalSection
EndGlobal