-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathWebServerCe.sln
28 lines (28 loc) · 1.54 KB
/
WebServerCe.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebServerCe", "WebServerCe\WebServerCe.csproj", "{A9A7B8A9-9430-43DD-9C20-3A34C23CEDAE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebServerTest", "WebServerTest\WebServerTest.csproj", "{64D375D6-EC2F-491F-B90D-E9B4132C7BEE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A9A7B8A9-9430-43DD-9C20-3A34C23CEDAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9A7B8A9-9430-43DD-9C20-3A34C23CEDAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9A7B8A9-9430-43DD-9C20-3A34C23CEDAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9A7B8A9-9430-43DD-9C20-3A34C23CEDAE}.Release|Any CPU.Build.0 = Release|Any CPU
{64D375D6-EC2F-491F-B90D-E9B4132C7BEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64D375D6-EC2F-491F-B90D-E9B4132C7BEE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64D375D6-EC2F-491F-B90D-E9B4132C7BEE}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{64D375D6-EC2F-491F-B90D-E9B4132C7BEE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64D375D6-EC2F-491F-B90D-E9B4132C7BEE}.Release|Any CPU.Build.0 = Release|Any CPU
{64D375D6-EC2F-491F-B90D-E9B4132C7BEE}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal