-
Notifications
You must be signed in to change notification settings - Fork 7
/
Starstructor.sln
219 lines (219 loc) · 8.22 KB
/
Starstructor.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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Starstructor", "Starstructor\Starstructor.csproj", "{C963A9D9-26A1-4161-A614-32D89082AAFD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C963A9D9-26A1-4161-A614-32D89082AAFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C963A9D9-26A1-4161-A614-32D89082AAFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C963A9D9-26A1-4161-A614-32D89082AAFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C963A9D9-26A1-4161-A614-32D89082AAFD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Starstructor\Starstructor.csproj
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = Hierarchical
$1.ResourceNamePolicy = MSBuild
$0.TextStylePolicy = $2
$2.inheritsSet = VisualStudio
$2.inheritsScope = text/plain
$2.scope = text/x-csharp
$0.CSharpFormattingPolicy = $3
$3.IndentSwitchBody = True
$3.IndentBlocksInsideExpressions = True
$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.ElseNewLinePlacement = NewLine
$3.CatchNewLinePlacement = NewLine
$3.FinallyNewLinePlacement = NewLine
$3.WhileNewLinePlacement = DoNotCare
$3.ArrayInitializerWrapping = DoNotChange
$3.ArrayInitializerBraceStyle = NextLine
$3.BeforeMethodDeclarationParentheses = False
$3.BeforeMethodCallParentheses = False
$3.BeforeConstructorDeclarationParentheses = False
$3.NewLineBeforeConstructorInitializerColon = NewLine
$3.NewLineAfterConstructorInitializerColon = SameLine
$3.BeforeDelegateDeclarationParentheses = False
$3.NewParentheses = False
$3.SpacesBeforeBrackets = False
$3.inheritsSet = Mono
$3.inheritsScope = text/x-csharp
$3.scope = text/x-csharp
$0.TextStylePolicy = $4
$4.inheritsSet = VisualStudio
$4.inheritsScope = text/plain
$4.scope = text/plain
$0.TextStylePolicy = $5
$5.inheritsSet = null
$5.scope = text/microsoft-resx
$0.XmlFormattingPolicy = $6
$6.inheritsSet = null
$6.scope = text/microsoft-resx
$0.TextStylePolicy = $7
$7.inheritsSet = null
$7.scope = application/xml
$0.XmlFormattingPolicy = $8
$8.inheritsSet = Mono
$8.inheritsScope = application/xml
$8.scope = application/xml
$0.TextStylePolicy = $9
$9.inheritsSet = null
$9.scope = application/config+xml
$0.XmlFormattingPolicy = $10
$10.inheritsSet = null
$10.scope = application/config+xml
$0.StandardHeader = $11
$11.Text = @Starstructor, the Starbound Toolet \nCopyright (C) 2013-2014 Chris Stamford\nContact: [email protected]\n\nSource file contributers:\n Chris Stamford contact: [email protected]\n Adam Heinermann contact: [email protected]\n\nThis program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 2 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along\nwith this program; if not, write to the Free Software Foundation, Inc.,\n51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
$11.IncludeInNewFiles = True
$0.NameConventionPolicy = $12
$12.Rules = $13
$13.NamingRule = $14
$14.Name = Namespaces
$14.AffectedEntity = Namespace
$14.VisibilityMask = VisibilityMask
$14.NamingStyle = PascalCase
$14.IncludeInstanceMembers = True
$14.IncludeStaticEntities = True
$13.NamingRule = $15
$15.Name = Types
$15.AffectedEntity = Class, Struct, Enum, Delegate
$15.VisibilityMask = Public
$15.NamingStyle = PascalCase
$15.IncludeInstanceMembers = True
$15.IncludeStaticEntities = True
$13.NamingRule = $16
$16.Name = Interfaces
$16.RequiredPrefixes = $17
$17.String = I
$16.AffectedEntity = Interface
$16.VisibilityMask = Public
$16.NamingStyle = PascalCase
$16.IncludeInstanceMembers = True
$16.IncludeStaticEntities = True
$13.NamingRule = $18
$18.Name = Attributes
$18.RequiredSuffixes = $19
$19.String = Attribute
$18.AffectedEntity = CustomAttributes
$18.VisibilityMask = Public
$18.NamingStyle = PascalCase
$18.IncludeInstanceMembers = True
$18.IncludeStaticEntities = True
$13.NamingRule = $20
$20.Name = Event Arguments
$20.RequiredSuffixes = $21
$21.String = EventArgs
$20.AffectedEntity = CustomEventArgs
$20.VisibilityMask = Public
$20.NamingStyle = PascalCase
$20.IncludeInstanceMembers = True
$20.IncludeStaticEntities = True
$13.NamingRule = $22
$22.Name = Exceptions
$22.RequiredSuffixes = $23
$23.String = Exception
$22.AffectedEntity = CustomExceptions
$22.VisibilityMask = VisibilityMask
$22.NamingStyle = PascalCase
$22.IncludeInstanceMembers = True
$22.IncludeStaticEntities = True
$13.NamingRule = $24
$24.Name = Methods
$24.AffectedEntity = Methods
$24.VisibilityMask = Protected, Public
$24.NamingStyle = PascalCase
$24.IncludeInstanceMembers = True
$24.IncludeStaticEntities = True
$13.NamingRule = $25
$25.Name = Static Readonly Fields
$25.AffectedEntity = ReadonlyField
$25.VisibilityMask = Protected, Public
$25.NamingStyle = PascalCase
$25.IncludeInstanceMembers = False
$25.IncludeStaticEntities = True
$13.NamingRule = $26
$26.Name = Fields
$26.AffectedEntity = Field
$26.VisibilityMask = Protected, Public
$26.NamingStyle = PascalCase
$26.IncludeInstanceMembers = True
$26.IncludeStaticEntities = True
$13.NamingRule = $27
$27.Name = ReadOnly Fields
$27.AffectedEntity = ReadonlyField
$27.VisibilityMask = Protected, Public
$27.NamingStyle = PascalCase
$27.IncludeInstanceMembers = True
$27.IncludeStaticEntities = False
$13.NamingRule = $28
$28.Name = Constant Fields
$28.AffectedEntity = ConstantField
$28.VisibilityMask = Protected, Public
$28.NamingStyle = PascalCase
$28.IncludeInstanceMembers = True
$28.IncludeStaticEntities = True
$13.NamingRule = $29
$29.Name = Properties
$29.AffectedEntity = Property
$29.VisibilityMask = Protected, Public
$29.NamingStyle = PascalCase
$29.IncludeInstanceMembers = True
$29.IncludeStaticEntities = True
$13.NamingRule = $30
$30.Name = Events
$30.AffectedEntity = Event
$30.VisibilityMask = Protected, Public
$30.NamingStyle = PascalCase
$30.IncludeInstanceMembers = True
$30.IncludeStaticEntities = True
$13.NamingRule = $31
$31.Name = Enum Members
$31.AffectedEntity = EnumMember
$31.VisibilityMask = VisibilityMask
$31.NamingStyle = PascalCase
$31.IncludeInstanceMembers = True
$31.IncludeStaticEntities = True
$13.NamingRule = $32
$32.Name = Parameters
$32.AffectedEntity = Parameter
$32.VisibilityMask = VisibilityMask
$32.NamingStyle = CamelCase
$32.IncludeInstanceMembers = True
$32.IncludeStaticEntities = True
$13.NamingRule = $33
$33.Name = Type Parameters
$33.RequiredPrefixes = $34
$34.String = T
$33.AffectedEntity = TypeParameter
$33.VisibilityMask = VisibilityMask
$33.NamingStyle = PascalCase
$33.IncludeInstanceMembers = True
$33.IncludeStaticEntities = True
$0.VersionControlPolicy = $35
$35.CommitMessageStyle = $36
$36.FirstFilePrefix =
$36.FileSeparator = ", "
$36.LastFilePostfix = @:\n
$36.LineAlign = 0
$36.IncludeDirectoryPaths = True
$35.inheritsSet = Mono
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal