-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathWebServerExample.sln
More file actions
29 lines (28 loc) · 1.48 KB
/
WebServerExample.sln
File metadata and controls
29 lines (28 loc) · 1.48 KB
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
29
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{2ED10239-C96D-8C17-C3F4-358E7630AA33}"
EndProject
Project("{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1}") = "Assembly-CSharp-Editor-firstpass", "Assembly-CSharp-Editor-firstpass.csproj", "{51486EA8-60FE-6EB7-29FE-4AD9FAC7B3CE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2ED10239-C96D-8C17-C3F4-358E7630AA33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2ED10239-C96D-8C17-C3F4-358E7630AA33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2ED10239-C96D-8C17-C3F4-358E7630AA33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2ED10239-C96D-8C17-C3F4-358E7630AA33}.Release|Any CPU.Build.0 = Release|Any CPU
{51486EA8-60FE-6EB7-29FE-4AD9FAC7B3CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51486EA8-60FE-6EB7-29FE-4AD9FAC7B3CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51486EA8-60FE-6EB7-29FE-4AD9FAC7B3CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51486EA8-60FE-6EB7-29FE-4AD9FAC7B3CE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Assembly-CSharp.csproj
EndGlobalSection
EndGlobal