-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKWeb.sln
37 lines (37 loc) · 2.04 KB
/
KWeb.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
29
30
31
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31112.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KWeb.Server", "KWeb.Server\KWeb.Server.csproj", "{0DAB446A-32B9-488B-9796-D0C39B4508DC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KWeb.Playground", "KWeb.Playground\KWeb.Playground.csproj", "{3667CA56-F579-42F5-ADEF-2BDD37AD6E81}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KWeb.Router", "KWeb.Router\KWeb.Router.csproj", "{DAC63F95-0627-497F-9814-A0BAE472B16B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0DAB446A-32B9-488B-9796-D0C39B4508DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DAB446A-32B9-488B-9796-D0C39B4508DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DAB446A-32B9-488B-9796-D0C39B4508DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DAB446A-32B9-488B-9796-D0C39B4508DC}.Release|Any CPU.Build.0 = Release|Any CPU
{3667CA56-F579-42F5-ADEF-2BDD37AD6E81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3667CA56-F579-42F5-ADEF-2BDD37AD6E81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3667CA56-F579-42F5-ADEF-2BDD37AD6E81}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3667CA56-F579-42F5-ADEF-2BDD37AD6E81}.Release|Any CPU.Build.0 = Release|Any CPU
{DAC63F95-0627-497F-9814-A0BAE472B16B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DAC63F95-0627-497F-9814-A0BAE472B16B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DAC63F95-0627-497F-9814-A0BAE472B16B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DAC63F95-0627-497F-9814-A0BAE472B16B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D3725504-4570-49A8-92EF-DE2F854E34E8}
EndGlobalSection
EndGlobal