Skip to content

Commit e48dd9b

Browse files
author
Stewart Miles
committed
Remove Monodevelop metadata from msbuild solution.
The Monodevelop metadata section is causing a slew of warnings when building the project. Change-Id: Ib99fa686bab63a7e0213838e54a92886d8e97d75
1 parent 2844ae1 commit e48dd9b

File tree

1 file changed

+0
-180
lines changed

1 file changed

+0
-180
lines changed

source/JarResolver.sln

Lines changed: 0 additions & 180 deletions
Original file line numberDiff line numberDiff line change
@@ -56,184 +56,4 @@ Global
5656
{7E1CDCE1-1B39-48F6-9DEA-A714FD6654D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
5757
{7E1CDCE1-1B39-48F6-9DEA-A714FD6654D2}.Release|Any CPU.Build.0 = Release|Any CPU
5858
EndGlobalSection
59-
GlobalSection(MonoDevelopProperties) = preSolution
60-
StartupItem = PlayServicesResolver\PlayServicesResolver.csproj
61-
Policies = $0
62-
$0.DotNetNamingPolicy = $1
63-
$1.DirectoryNamespaceAssociation = Hierarchical
64-
$1.ResourceNamePolicy = FileFormatDefault
65-
$0.TextStylePolicy = $2
66-
$2.inheritsSet = VisualStudio
67-
$2.inheritsScope = text/plain
68-
$2.scope = text/plain
69-
$2.FileWidth = 100
70-
$0.CSharpFormattingPolicy = $3
71-
$3.IndentSwitchBody = True
72-
$3.AnonymousMethodBraceStyle = NextLine
73-
$3.PropertyBraceStyle = NextLine
74-
$3.PropertyGetBraceStyle = NextLine
75-
$3.PropertySetBraceStyle = NextLine
76-
$3.EventBraceStyle = NextLine
77-
$3.EventAddBraceStyle = NextLine
78-
$3.EventRemoveBraceStyle = NextLine
79-
$3.StatementBraceStyle = NextLine
80-
$3.ElseNewLinePlacement = NewLine
81-
$3.CatchNewLinePlacement = NewLine
82-
$3.FinallyNewLinePlacement = NewLine
83-
$3.WhileNewLinePlacement = DoNotCare
84-
$3.ArrayInitializerWrapping = DoNotChange
85-
$3.ArrayInitializerBraceStyle = NextLine
86-
$3.BeforeMethodDeclarationParentheses = False
87-
$3.BeforeMethodCallParentheses = False
88-
$3.BeforeConstructorDeclarationParentheses = False
89-
$3.BeforeDelegateDeclarationParentheses = False
90-
$3.NewParentheses = False
91-
$3.SpacesBeforeBrackets = False
92-
$3.inheritsSet = Mono
93-
$3.inheritsScope = text/x-csharp
94-
$3.scope = text/x-csharp
95-
$3.NewLinesForBracesInTypes = False
96-
$3.NewLinesForBracesInMethods = False
97-
$3.SpacingAfterMethodDeclarationName = False
98-
$3.SpaceAfterMethodCallName = False
99-
$3.SpaceBeforeOpenSquareBracket = False
100-
$0.TextStylePolicy = $4
101-
$4.inheritsSet = VisualStudio
102-
$4.inheritsScope = text/plain
103-
$4.scope = text/plain
104-
$0.StandardHeader = $5
105-
$5.Text = @\r\n Copyright ${Year} ${CopyrightHolder}\n\n Licensed under the Apache License, Version 2.0 (the "License");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an "AS IS" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.
106-
$5.IncludeInNewFiles = True
107-
$0.NameConventionPolicy = $6
108-
$6.Rules = $7
109-
$7.NamingRule = $8
110-
$8.Name = Type Parameters
111-
$8.AffectedEntity = TypeParameter
112-
$8.VisibilityMask = VisibilityMask
113-
$8.NamingStyle = PascalCase
114-
$8.IncludeInstanceMembers = True
115-
$8.IncludeStaticEntities = True
116-
$8.RequiredPrefixes = $30
117-
$30.String = T
118-
$8.RequiredSuffixes = $31
119-
$31.String = Exception
120-
$7.NamingRule = $9
121-
$9.Name = Types
122-
$9.AffectedEntity = Class, Struct, Enum, Delegate
123-
$9.VisibilityMask = Public
124-
$9.NamingStyle = PascalCase
125-
$9.IncludeInstanceMembers = True
126-
$9.IncludeStaticEntities = True
127-
$7.NamingRule = $10
128-
$10.Name = Interfaces
129-
$10.RequiredPrefixes = $11
130-
$11.String = I
131-
$10.AffectedEntity = Interface
132-
$10.VisibilityMask = Public
133-
$10.NamingStyle = PascalCase
134-
$10.IncludeInstanceMembers = True
135-
$10.IncludeStaticEntities = True
136-
$7.NamingRule = $12
137-
$12.Name = Attributes
138-
$12.RequiredSuffixes = $13
139-
$13.String = Attribute
140-
$12.AffectedEntity = CustomAttributes
141-
$12.VisibilityMask = Public
142-
$12.NamingStyle = PascalCase
143-
$12.IncludeInstanceMembers = True
144-
$12.IncludeStaticEntities = True
145-
$7.NamingRule = $14
146-
$14.Name = Event Arguments
147-
$14.RequiredSuffixes = $15
148-
$15.String = EventArgs
149-
$14.AffectedEntity = CustomEventArgs
150-
$14.VisibilityMask = Public
151-
$14.NamingStyle = PascalCase
152-
$14.IncludeInstanceMembers = True
153-
$14.IncludeStaticEntities = True
154-
$7.NamingRule = $16
155-
$16.Name = Exceptions
156-
$16.RequiredSuffixes = $17
157-
$17.String = Exception
158-
$16.AffectedEntity = CustomExceptions
159-
$16.VisibilityMask = VisibilityMask
160-
$16.NamingStyle = PascalCase
161-
$16.IncludeInstanceMembers = True
162-
$16.IncludeStaticEntities = True
163-
$7.NamingRule = $18
164-
$18.Name = Methods
165-
$18.AffectedEntity = Methods
166-
$18.VisibilityMask = Protected, Public
167-
$18.NamingStyle = PascalCase
168-
$18.IncludeInstanceMembers = True
169-
$18.IncludeStaticEntities = True
170-
$7.NamingRule = $19
171-
$19.Name = Static Readonly Fields
172-
$19.AffectedEntity = ReadonlyField
173-
$19.VisibilityMask = Protected, Public
174-
$19.NamingStyle = PascalCase
175-
$19.IncludeInstanceMembers = False
176-
$19.IncludeStaticEntities = True
177-
$7.NamingRule = $20
178-
$20.Name = Fields
179-
$20.AffectedEntity = Field
180-
$20.VisibilityMask = Protected, Public
181-
$20.NamingStyle = PascalCase
182-
$20.IncludeInstanceMembers = True
183-
$20.IncludeStaticEntities = True
184-
$7.NamingRule = $21
185-
$21.Name = ReadOnly Fields
186-
$21.AffectedEntity = ReadonlyField
187-
$21.VisibilityMask = Protected, Public
188-
$21.NamingStyle = PascalCase
189-
$21.IncludeInstanceMembers = True
190-
$21.IncludeStaticEntities = False
191-
$7.NamingRule = $22
192-
$22.Name = Constant Fields
193-
$22.AffectedEntity = ConstantField
194-
$22.VisibilityMask = Protected, Public
195-
$22.NamingStyle = PascalCase
196-
$22.IncludeInstanceMembers = True
197-
$22.IncludeStaticEntities = True
198-
$7.NamingRule = $23
199-
$23.Name = Properties
200-
$23.AffectedEntity = Property
201-
$23.VisibilityMask = Protected, Public
202-
$23.NamingStyle = PascalCase
203-
$23.IncludeInstanceMembers = True
204-
$23.IncludeStaticEntities = True
205-
$7.NamingRule = $24
206-
$24.Name = Events
207-
$24.AffectedEntity = Event
208-
$24.VisibilityMask = Protected, Public
209-
$24.NamingStyle = PascalCase
210-
$24.IncludeInstanceMembers = True
211-
$24.IncludeStaticEntities = True
212-
$7.NamingRule = $25
213-
$25.Name = Enum Members
214-
$25.AffectedEntity = EnumMember
215-
$25.VisibilityMask = VisibilityMask
216-
$25.NamingStyle = PascalCase
217-
$25.IncludeInstanceMembers = True
218-
$25.IncludeStaticEntities = True
219-
$7.NamingRule = $26
220-
$26.Name = Parameters
221-
$26.AffectedEntity = Parameter
222-
$26.VisibilityMask = VisibilityMask
223-
$26.NamingStyle = CamelCase
224-
$26.IncludeInstanceMembers = True
225-
$26.IncludeStaticEntities = True
226-
$7.NamingRule = $27
227-
$27.Name = Type Parameters
228-
$27.RequiredPrefixes = $28
229-
$28.String = T
230-
$27.AffectedEntity = TypeParameter
231-
$27.VisibilityMask = VisibilityMask
232-
$27.NamingStyle = PascalCase
233-
$27.IncludeInstanceMembers = True
234-
$27.IncludeStaticEntities = True
235-
$0.VersionControlPolicy = $29
236-
$29.inheritsSet = Mono
237-
version = 1.2
238-
EndGlobalSection
23959
EndGlobal

0 commit comments

Comments
 (0)