-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathChatClient.sln
97 lines (97 loc) · 3.38 KB
/
ChatClient.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
94
95
96
97
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Client\Client.csproj", "{7A45F050-E215-4388-B0BE-F11001537A25}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{83188726-B64C-4D4C-9DB4-A82C76A2A6F2}"
ProjectSection(SolutionItems) = preProject
README = README
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7A45F050-E215-4388-B0BE-F11001537A25}.Debug|x64.ActiveCfg = Debug|Any CPU
{7A45F050-E215-4388-B0BE-F11001537A25}.Debug|x64.Build.0 = Debug|Any CPU
{7A45F050-E215-4388-B0BE-F11001537A25}.Debug|x86.ActiveCfg = Debug|Any CPU
{7A45F050-E215-4388-B0BE-F11001537A25}.Release|x64.ActiveCfg = Release|x64
{7A45F050-E215-4388-B0BE-F11001537A25}.Release|x64.Build.0 = Release|x64
{7A45F050-E215-4388-B0BE-F11001537A25}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9B9E5FCC-1D93-476D-AE17-3D56201B06E6}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = CLIClient\CLI.csproj
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = None
$1.ResourceNamePolicy = FileFormatDefault
$0.TextStylePolicy = $7
$2.FileWidth = 120
$2.RemoveTrailingWhitespace = True
$2.EolMarker = Unix
$2.inheritsSet = VisualStudio
$2.inheritsScope = text/plain
$2.scope = text/x-csharp
$0.CSharpFormattingPolicy = $3
$3.AnonymousMethodBraceStyle = NextLine
$3.PropertyBraceStyle = NextLine
$3.PropertyGetBraceStyle = NextLine
$3.PropertySetBraceStyle = NextLine
$3.EventBraceStyle = NextLine
$3.EventAddBraceStyle = NextLine
$3.EventRemoveBraceStyle = NextLine
$3.StatementBraceStyle = NextLine
$3.PlaceElseOnNewLine = True
$3.PlaceCatchOnNewLine = True
$3.PlaceFinallyOnNewLine = True
$3.PlaceWhileOnNewLine = True
$3.BeforeMethodDeclarationParentheses = False
$3.BeforeMethodCallParentheses = False
$3.BeforeConstructorDeclarationParentheses = False
$3.BeforeIndexerDeclarationBracket = False
$3.BeforeDelegateDeclarationParentheses = False
$3.AfterDelegateDeclarationParameterComma = True
$3.NewParentheses = False
$3.SpacesBeforeBrackets = False
$3.inheritsSet = Mono
$3.inheritsScope = text/x-csharp
$3.scope = text/x-csharp
$4.FileWidth = 120
$4.TabWidth = 4
$4.inheritsSet = Mono
$4.inheritsScope = text/plain
$4.scope = text/plain
$5.inheritsSet = null
$5.scope = application/config+xml
$0.XmlFormattingPolicy = $8
$6.inheritsSet = null
$6.scope = application/config+xml
$7.inheritsSet = null
$7.scope = application/xml
$8.inheritsSet = Mono
$8.inheritsScope = application/xml
$8.scope = application/xml
$0.StandardHeader = $9
$9.Text =
$9.IncludeInNewFiles = True
$0.VersionControlPolicy = $10
$10.inheritsSet = Mono
$0.ChangeLogPolicy = $11
$11.UpdateMode = None
$11.MessageStyle = $12
$12.LineAlign = 0
$11.inheritsSet = Mono
EndGlobalSection
EndGlobal