forked from headsling/Node.cs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNode.cs.sln
93 lines (93 loc) · 5.78 KB
/
Node.cs.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "node", "node\node.csproj", "{00B8A60F-71A8-41F9-8042-CBAFB832CC1C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "node.common", "node.common\node.common.csproj", "{4868781B-94F1-4539-8A8C-6043CEDFA1E0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "timer", "examples\timer\timer.csproj", "{BE608A51-BFBE-4800-80AA-77B4A2271683}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "webserver", "examples\webserver\webserver.csproj", "{28604C18-82AD-40D1-AEBA-87B670237596}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleTests", "ConsoleTests\ConsoleTests.csproj", "{1053C0D4-160E-498F-8E5A-4012780D9F37}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "node.test", "node.test\node.test.csproj", "{A8FF86C6-E9C9-4390-A828-0166D7ED3FFD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{00B8A60F-71A8-41F9-8042-CBAFB832CC1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00B8A60F-71A8-41F9-8042-CBAFB832CC1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00B8A60F-71A8-41F9-8042-CBAFB832CC1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00B8A60F-71A8-41F9-8042-CBAFB832CC1C}.Release|Any CPU.Build.0 = Release|Any CPU
{1053C0D4-160E-498F-8E5A-4012780D9F37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1053C0D4-160E-498F-8E5A-4012780D9F37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1053C0D4-160E-498F-8E5A-4012780D9F37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1053C0D4-160E-498F-8E5A-4012780D9F37}.Release|Any CPU.Build.0 = Release|Any CPU
{28604C18-82AD-40D1-AEBA-87B670237596}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28604C18-82AD-40D1-AEBA-87B670237596}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28604C18-82AD-40D1-AEBA-87B670237596}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28604C18-82AD-40D1-AEBA-87B670237596}.Release|Any CPU.Build.0 = Release|Any CPU
{4868781B-94F1-4539-8A8C-6043CEDFA1E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4868781B-94F1-4539-8A8C-6043CEDFA1E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4868781B-94F1-4539-8A8C-6043CEDFA1E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4868781B-94F1-4539-8A8C-6043CEDFA1E0}.Release|Any CPU.Build.0 = Release|Any CPU
{A8FF86C6-E9C9-4390-A828-0166D7ED3FFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8FF86C6-E9C9-4390-A828-0166D7ED3FFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8FF86C6-E9C9-4390-A828-0166D7ED3FFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8FF86C6-E9C9-4390-A828-0166D7ED3FFD}.Release|Any CPU.Build.0 = Release|Any CPU
{BE608A51-BFBE-4800-80AA-77B4A2271683}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE608A51-BFBE-4800-80AA-77B4A2271683}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE608A51-BFBE-4800-80AA-77B4A2271683}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE608A51-BFBE-4800-80AA-77B4A2271683}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = ConsoleTests\ConsoleTests.csproj
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = None
$1.ResourceNamePolicy = FileFormatDefault
$0.TextStylePolicy = $2
$2.FileWidth = 120
$2.RemoveTrailingWhitespace = True
$2.inheritsSet = VisualStudio
$2.inheritsScope = text/plain
$2.scope = text/x-csharp
$0.CSharpFormattingPolicy = $3
$3.IndentSwitchBody = True
$3.BeforeMethodCallParentheses = False
$3.BeforeMethodDeclarationParentheses = False
$3.BeforeConstructorDeclarationParentheses = False
$3.BeforeDelegateDeclarationParentheses = False
$3.NewParentheses = False
$3.IfParentheses = False
$3.WhileParentheses = False
$3.ForParentheses = False
$3.ForeachParentheses = False
$3.CatchParentheses = False
$3.SwitchParentheses = False
$3.LockParentheses = False
$3.UsingParentheses = False
$3.WithinParentheses = True
$3.WithinMethodCallParentheses = True
$3.WithinMethodDeclarationParentheses = True
$3.WithinIfParentheses = True
$3.WithinWhileParentheses = True
$3.WithinForParentheses = True
$3.WithinForEachParentheses = True
$3.WithinCatchParentheses = True
$3.WithinSwitchParentheses = True
$3.WithinLockParentheses = True
$3.WithinUsingParentheses = True
$3.inheritsSet = Mono
$3.inheritsScope = text/x-csharp
$3.scope = text/x-csharp
$0.StandardHeader = $4
$4.Text = @\n Copyright (C) 2011 Robin Duerden ([email protected])\n\n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n\n The above copyright notice and this permission notice shall be\n included in all copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n\n
$4.inheritsSet = Apache2License
outputpath = bin
EndGlobalSection
EndGlobal