forked from X-rus/xNet
-
Notifications
You must be signed in to change notification settings - Fork 53
/
Leaf.xNet.sln
61 lines (61 loc) · 3.75 KB
/
Leaf.xNet.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Leaf.xNet", "Leaf.xNet\Leaf.xNet.csproj", "{9EBEF1BC-95F2-4C8C-9E52-454388D3912E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Leaf.xNet.Tests", "Leaf.xNet.Tests\Leaf.xNet.Tests.csproj", "{FA54D481-086E-4ADD-B32D-F1E6747DDF18}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Stresstest", "Examples\Stresstest\Stresstest.csproj", "{99D98852-736A-41C5-A907-54BEFC18F417}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{4A10BB33-1998-43E1-BF7F-FC695F8B7719}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CloudflareDemo", "Examples\CloudflareDemo\CloudflareDemo.csproj", "{A7F2395D-FD4C-4C3E-9893-E8F5CAB6A8F7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{20F34839-6035-49F4-AF5F-083283DE4EE0}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release Examples|Any CPU = Release Examples|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9EBEF1BC-95F2-4C8C-9E52-454388D3912E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9EBEF1BC-95F2-4C8C-9E52-454388D3912E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9EBEF1BC-95F2-4C8C-9E52-454388D3912E}.Release Examples|Any CPU.ActiveCfg = Release Examples|Any CPU
{9EBEF1BC-95F2-4C8C-9E52-454388D3912E}.Release Examples|Any CPU.Build.0 = Release Examples|Any CPU
{9EBEF1BC-95F2-4C8C-9E52-454388D3912E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9EBEF1BC-95F2-4C8C-9E52-454388D3912E}.Release|Any CPU.Build.0 = Release|Any CPU
{FA54D481-086E-4ADD-B32D-F1E6747DDF18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA54D481-086E-4ADD-B32D-F1E6747DDF18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA54D481-086E-4ADD-B32D-F1E6747DDF18}.Release Examples|Any CPU.ActiveCfg = Release Examples|Any CPU
{FA54D481-086E-4ADD-B32D-F1E6747DDF18}.Release Examples|Any CPU.Build.0 = Release Examples|Any CPU
{FA54D481-086E-4ADD-B32D-F1E6747DDF18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA54D481-086E-4ADD-B32D-F1E6747DDF18}.Release|Any CPU.Build.0 = Release|Any CPU
{99D98852-736A-41C5-A907-54BEFC18F417}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99D98852-736A-41C5-A907-54BEFC18F417}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99D98852-736A-41C5-A907-54BEFC18F417}.Release Examples|Any CPU.ActiveCfg = Release Examples|Any CPU
{99D98852-736A-41C5-A907-54BEFC18F417}.Release Examples|Any CPU.Build.0 = Release Examples|Any CPU
{99D98852-736A-41C5-A907-54BEFC18F417}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7F2395D-FD4C-4C3E-9893-E8F5CAB6A8F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7F2395D-FD4C-4C3E-9893-E8F5CAB6A8F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7F2395D-FD4C-4C3E-9893-E8F5CAB6A8F7}.Release Examples|Any CPU.ActiveCfg = Release Examples|Any CPU
{A7F2395D-FD4C-4C3E-9893-E8F5CAB6A8F7}.Release Examples|Any CPU.Build.0 = Release Examples|Any CPU
{A7F2395D-FD4C-4C3E-9893-E8F5CAB6A8F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{99D98852-736A-41C5-A907-54BEFC18F417} = {4A10BB33-1998-43E1-BF7F-FC695F8B7719}
{A7F2395D-FD4C-4C3E-9893-E8F5CAB6A8F7} = {4A10BB33-1998-43E1-BF7F-FC695F8B7719}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {57A846C3-D2D0-4AB8-9747-4559091ABF00}
EndGlobalSection
EndGlobal