-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathServer.sln
78 lines (78 loc) · 2.67 KB
/
Server.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server", "Server.csproj", "{5559E66A-91C7-4D38-8245-1436172FAF84}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5559E66A-91C7-4D38-8245-1436172FAF84}.Debug|x86.ActiveCfg = Debug|x86
{5559E66A-91C7-4D38-8245-1436172FAF84}.Debug|x86.Build.0 = Debug|x86
{5559E66A-91C7-4D38-8245-1436172FAF84}.Release|x86.ActiveCfg = Release|x86
{5559E66A-91C7-4D38-8245-1436172FAF84}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Server.csproj
Policies = $0
$0.TextStylePolicy = $1
$1.FileWidth = 120
$1.TabWidth = 4
$1.NoTabsAfterNonTabs = True
$1.RemoveTrailingWhitespace = True
$1.inheritsSet = Mono
$1.inheritsScope = text/plain
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.IndentSwitchBody = True
$2.AlignEmbeddedUsingStatements = False
$2.AlignEmbeddedIfStatements = False
$2.NamespaceBraceStyle = EndOfLine
$2.ClassBraceStyle = EndOfLine
$2.InterfaceBraceStyle = EndOfLine
$2.StructBraceStyle = EndOfLine
$2.EnumBraceStyle = EndOfLine
$2.MethodBraceStyle = EndOfLine
$2.ConstructorBraceStyle = EndOfLine
$2.DestructorBraceStyle = EndOfLine
$2.PropertyGetBraceStyle = DoNotChange
$2.PropertySetBraceStyle = DoNotChange
$2.EventAddBraceStyle = DoNotChange
$2.EventRemoveBraceStyle = DoNotChange
$2.IfElseBraceForcement = AddBraces
$2.ForBraceForcement = AddBraces
$2.WhileBraceForcement = AddBraces
$2.UsingBraceForcement = AddBraces
$2.FixedBraceForcement = AddBraces
$2.BeforeMethodDeclarationParentheses = False
$2.BeforeMethodCallParentheses = False
$2.BeforeConstructorDeclarationParentheses = False
$2.BeforeIndexerDeclarationBracket = False
$2.BeforeDelegateDeclarationParentheses = False
$2.AfterDelegateDeclarationParameterComma = True
$2.NewParentheses = False
$2.IfParentheses = False
$2.WhileParentheses = False
$2.ForParentheses = False
$2.ForeachParentheses = False
$2.CatchParentheses = False
$2.SwitchParentheses = False
$2.LockParentheses = False
$2.UsingParentheses = False
$2.SpacesBeforeBrackets = False
$2.inheritsSet = Mono
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
$0.TextStylePolicy = $3
$3.FileWidth = 120
$3.TabWidth = 4
$3.inheritsSet = Mono
$3.inheritsScope = text/plain
$3.scope = text/plain
$0.StandardHeader = $4
$4.Text =
$4.IncludeInNewFiles = True
EndGlobalSection
EndGlobal