forked from cyrusbuilt/MonoPi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CyrusBuilt.MonoPi.sln
190 lines (190 loc) · 7.13 KB
/
CyrusBuilt.MonoPi.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CyrusBuilt.MonoPi", "CyrusBuilt.MonoPi\CyrusBuilt.MonoPi.csproj", "{C4C2C2C6-2835-498D-91F3-BCFCD27F0549}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C4C2C2C6-2835-498D-91F3-BCFCD27F0549}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4C2C2C6-2835-498D-91F3-BCFCD27F0549}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4C2C2C6-2835-498D-91F3-BCFCD27F0549}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4C2C2C6-2835-498D-91F3-BCFCD27F0549}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = CyrusBuilt.MonoPi\CyrusBuilt.MonoPi.csproj
Policies = $0
$0.VersionControlPolicy = $1
$1.inheritsSet = Mono
$0.ChangeLogPolicy = $2
$2.UpdateMode = None
$2.MessageStyle = $3
$3.LineAlign = 0
$2.inheritsSet = Mono
$0.DotNetNamingPolicy = $4
$4.DirectoryNamespaceAssociation = PrefixedHierarchical
$4.ResourceNamePolicy = MSBuild
$0.TextStylePolicy = $5
$5.inheritsSet = null
$5.scope = text/x-csharp
$0.CSharpFormattingPolicy = $6
$6.IndentSwitchBody = True
$6.AlignEmbeddedUsingStatements = False
$6.AlignEmbeddedIfStatements = False
$6.MethodBraceStyle = EndOfLine
$6.ConstructorBraceStyle = EndOfLine
$6.DestructorBraceStyle = EndOfLine
$6.ElseNewLinePlacement = NewLine
$6.ElseIfNewLinePlacement = SameLine
$6.CatchNewLinePlacement = NewLine
$6.FinallyNewLinePlacement = NewLine
$6.WhileNewLinePlacement = NewLine
$6.BeforeMethodDeclarationParentheses = False
$6.BeforeMethodCallParentheses = False
$6.BeforeConstructorDeclarationParentheses = False
$6.BeforeDelegateDeclarationParentheses = False
$6.AfterDelegateDeclarationParameterComma = True
$6.NewParentheses = False
$6.SpacesBeforeBrackets = False
$6.inheritsSet = Mono
$6.inheritsScope = text/x-csharp
$6.scope = text/x-csharp
$0.TextStylePolicy = $7
$7.FileWidth = 120
$7.TabsToSpaces = False
$7.inheritsSet = VisualStudio
$7.inheritsScope = text/plain
$7.scope = text/plain
$0.StandardHeader = $8
$8.Text = @\n ${FileName}\n \n Author:\n ${AuthorName} <${AuthorEmail}>\n\n Copyright (c) ${Year} ${CopyrightHolder}\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n \n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n
$8.IncludeInNewFiles = True
$0.NameConventionPolicy = $9
$9.Rules = $10
$10.NamingRule = $11
$11.Name = Namespaces
$11.AffectedEntity = Namespace
$11.VisibilityMask = VisibilityMask
$11.NamingStyle = PascalCase
$11.IncludeInstanceMembers = True
$11.IncludeStaticEntities = True
$10.NamingRule = $12
$12.Name = Types
$12.AffectedEntity = Class, Struct, Enum, Delegate
$12.VisibilityMask = Public
$12.NamingStyle = PascalCase
$12.IncludeInstanceMembers = True
$12.IncludeStaticEntities = True
$10.NamingRule = $13
$13.Name = Interfaces
$13.RequiredPrefixes = $14
$14.String = I
$13.AffectedEntity = Interface
$13.VisibilityMask = Public
$13.NamingStyle = PascalCase
$13.IncludeInstanceMembers = True
$13.IncludeStaticEntities = True
$10.NamingRule = $15
$15.Name = Attributes
$15.RequiredSuffixes = $16
$16.String = Attribute
$15.AffectedEntity = CustomAttributes
$15.VisibilityMask = Public
$15.NamingStyle = PascalCase
$15.IncludeInstanceMembers = True
$15.IncludeStaticEntities = True
$10.NamingRule = $17
$17.Name = Event Arguments
$17.RequiredSuffixes = $18
$18.String = EventArgs
$17.AffectedEntity = CustomEventArgs
$17.VisibilityMask = Public
$17.NamingStyle = PascalCase
$17.IncludeInstanceMembers = True
$17.IncludeStaticEntities = True
$10.NamingRule = $19
$19.Name = Exceptions
$19.RequiredSuffixes = $20
$20.String = Exception
$19.AffectedEntity = CustomExceptions
$19.VisibilityMask = VisibilityMask
$19.NamingStyle = PascalCase
$19.IncludeInstanceMembers = True
$19.IncludeStaticEntities = True
$10.NamingRule = $21
$21.Name = Methods
$21.AffectedEntity = Methods
$21.VisibilityMask = Protected, Public
$21.NamingStyle = PascalCase
$21.IncludeInstanceMembers = True
$21.IncludeStaticEntities = True
$10.NamingRule = $22
$22.Name = Static Readonly Fields
$22.AffectedEntity = ReadonlyField
$22.VisibilityMask = Protected, Public
$22.NamingStyle = PascalCase
$22.IncludeInstanceMembers = False
$22.IncludeStaticEntities = True
$10.NamingRule = $23
$23.Name = Fields
$23.AffectedEntity = Field
$23.VisibilityMask = Protected, Public
$23.NamingStyle = PascalCase
$23.IncludeInstanceMembers = True
$23.IncludeStaticEntities = True
$10.NamingRule = $24
$24.Name = ReadOnly Fields
$24.AffectedEntity = ReadonlyField
$24.VisibilityMask = Protected, Public
$24.NamingStyle = PascalCase
$24.IncludeInstanceMembers = True
$24.IncludeStaticEntities = False
$10.NamingRule = $25
$25.Name = Constant Fields
$25.AffectedEntity = ConstantField
$25.VisibilityMask = Protected, Public
$25.NamingStyle = PascalCase
$25.IncludeInstanceMembers = True
$25.IncludeStaticEntities = True
$10.NamingRule = $26
$26.Name = Properties
$26.AffectedEntity = Property
$26.VisibilityMask = Protected, Public
$26.NamingStyle = PascalCase
$26.IncludeInstanceMembers = True
$26.IncludeStaticEntities = True
$10.NamingRule = $27
$27.Name = Events
$27.AffectedEntity = Event
$27.VisibilityMask = Protected, Public
$27.NamingStyle = PascalCase
$27.IncludeInstanceMembers = True
$27.IncludeStaticEntities = True
$10.NamingRule = $28
$28.Name = Enum Members
$28.AffectedEntity = EnumMember
$28.VisibilityMask = VisibilityMask
$28.NamingStyle = PascalCase
$28.IncludeInstanceMembers = True
$28.IncludeStaticEntities = True
$10.NamingRule = $29
$29.Name = Parameters
$29.AffectedEntity = Parameter
$29.VisibilityMask = VisibilityMask
$29.NamingStyle = CamelCase
$29.IncludeInstanceMembers = True
$29.IncludeStaticEntities = True
$10.NamingRule = $30
$30.Name = Type Parameters
$30.RequiredPrefixes = $31
$31.String = T
$30.AffectedEntity = TypeParameter
$30.VisibilityMask = VisibilityMask
$30.NamingStyle = PascalCase
$30.IncludeInstanceMembers = True
$30.IncludeStaticEntities = True
version = 1.0.0.0
EndGlobalSection
EndGlobal