parser1.sln 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio 2012
  4. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "parser1", "parser1\parser1.csproj", "{EB75E97A-59D4-418A-BB45-20CB02EDD56B}"
  5. EndProject
  6. Global
  7. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  8. Debug|x86 = Debug|x86
  9. Release|x86 = Release|x86
  10. EndGlobalSection
  11. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  12. {EB75E97A-59D4-418A-BB45-20CB02EDD56B}.Debug|x86.ActiveCfg = Debug|x86
  13. {EB75E97A-59D4-418A-BB45-20CB02EDD56B}.Debug|x86.Build.0 = Debug|x86
  14. {EB75E97A-59D4-418A-BB45-20CB02EDD56B}.Release|x86.ActiveCfg = Release|x86
  15. {EB75E97A-59D4-418A-BB45-20CB02EDD56B}.Release|x86.Build.0 = Release|x86
  16. EndGlobalSection
  17. GlobalSection(MonoDevelopProperties) = preSolution
  18. Policies = $0
  19. $0.DotNetNamingPolicy = $1
  20. $1.DirectoryNamespaceAssociation = None
  21. $1.ResourceNamePolicy = MSBuild
  22. $0.TextStylePolicy = $2
  23. $2.inheritsSet = null
  24. $2.scope = text/x-csharp
  25. $0.CSharpFormattingPolicy = $3
  26. $3.AfterDelegateDeclarationParameterComma = True
  27. $3.inheritsSet = Mono
  28. $3.inheritsScope = text/x-csharp
  29. $3.scope = text/x-csharp
  30. $0.StandardHeader = $4
  31. $4.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 3 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, see <http://www.gnu.org/licenses/>.
  32. $4.IncludeInNewFiles = True
  33. $0.NameConventionPolicy = $5
  34. $5.Rules = $6
  35. $6.NamingRule = $7
  36. $7.Name = Namespaces
  37. $7.AffectedEntity = Namespace
  38. $7.VisibilityMask = VisibilityMask
  39. $7.NamingStyle = PascalCase
  40. $7.IncludeInstanceMembers = True
  41. $7.IncludeStaticEntities = True
  42. $6.NamingRule = $8
  43. $8.Name = Types
  44. $8.AffectedEntity = Class, Struct, Enum, Delegate
  45. $8.VisibilityMask = Public
  46. $8.NamingStyle = PascalCase
  47. $8.IncludeInstanceMembers = True
  48. $8.IncludeStaticEntities = True
  49. $6.NamingRule = $9
  50. $9.Name = Interfaces
  51. $9.RequiredPrefixes = $10
  52. $10.String = I
  53. $9.AffectedEntity = Interface
  54. $9.VisibilityMask = Public
  55. $9.NamingStyle = PascalCase
  56. $9.IncludeInstanceMembers = True
  57. $9.IncludeStaticEntities = True
  58. $6.NamingRule = $11
  59. $11.Name = Attributes
  60. $11.RequiredSuffixes = $12
  61. $12.String = Attribute
  62. $11.AffectedEntity = CustomAttributes
  63. $11.VisibilityMask = Public
  64. $11.NamingStyle = PascalCase
  65. $11.IncludeInstanceMembers = True
  66. $11.IncludeStaticEntities = True
  67. $6.NamingRule = $13
  68. $13.Name = Event Arguments
  69. $13.RequiredSuffixes = $14
  70. $14.String = EventArgs
  71. $13.AffectedEntity = CustomEventArgs
  72. $13.VisibilityMask = Public
  73. $13.NamingStyle = PascalCase
  74. $13.IncludeInstanceMembers = True
  75. $13.IncludeStaticEntities = True
  76. $6.NamingRule = $15
  77. $15.Name = Exceptions
  78. $15.RequiredSuffixes = $16
  79. $16.String = Exception
  80. $15.AffectedEntity = CustomExceptions
  81. $15.VisibilityMask = VisibilityMask
  82. $15.NamingStyle = PascalCase
  83. $15.IncludeInstanceMembers = True
  84. $15.IncludeStaticEntities = True
  85. $6.NamingRule = $17
  86. $17.Name = Methods
  87. $17.AffectedEntity = Methods
  88. $17.VisibilityMask = Protected, Public
  89. $17.NamingStyle = PascalCase
  90. $17.IncludeInstanceMembers = True
  91. $17.IncludeStaticEntities = True
  92. $6.NamingRule = $18
  93. $18.Name = Static Readonly Fields
  94. $18.AffectedEntity = ReadonlyField
  95. $18.VisibilityMask = Protected, Public
  96. $18.NamingStyle = PascalCase
  97. $18.IncludeInstanceMembers = False
  98. $18.IncludeStaticEntities = True
  99. $6.NamingRule = $19
  100. $19.Name = Fields
  101. $19.AffectedEntity = Field
  102. $19.VisibilityMask = Protected, Public
  103. $19.NamingStyle = PascalCase
  104. $19.IncludeInstanceMembers = True
  105. $19.IncludeStaticEntities = True
  106. $6.NamingRule = $20
  107. $20.Name = ReadOnly Fields
  108. $20.AffectedEntity = ReadonlyField
  109. $20.VisibilityMask = Protected, Public
  110. $20.NamingStyle = PascalCase
  111. $20.IncludeInstanceMembers = True
  112. $20.IncludeStaticEntities = False
  113. $6.NamingRule = $21
  114. $21.Name = Constant Fields
  115. $21.AffectedEntity = ConstantField
  116. $21.VisibilityMask = Protected, Public
  117. $21.NamingStyle = PascalCase
  118. $21.IncludeInstanceMembers = True
  119. $21.IncludeStaticEntities = True
  120. $6.NamingRule = $22
  121. $22.Name = Properties
  122. $22.AffectedEntity = Property
  123. $22.VisibilityMask = Protected, Public
  124. $22.NamingStyle = PascalCase
  125. $22.IncludeInstanceMembers = True
  126. $22.IncludeStaticEntities = True
  127. $6.NamingRule = $23
  128. $23.Name = Events
  129. $23.AffectedEntity = Event
  130. $23.VisibilityMask = Protected, Public
  131. $23.NamingStyle = PascalCase
  132. $23.IncludeInstanceMembers = True
  133. $23.IncludeStaticEntities = True
  134. $6.NamingRule = $24
  135. $24.Name = Enum Members
  136. $24.AffectedEntity = EnumMember
  137. $24.VisibilityMask = VisibilityMask
  138. $24.NamingStyle = PascalCase
  139. $24.IncludeInstanceMembers = True
  140. $24.IncludeStaticEntities = True
  141. $6.NamingRule = $25
  142. $25.Name = Parameters
  143. $25.AffectedEntity = Parameter
  144. $25.VisibilityMask = VisibilityMask
  145. $25.NamingStyle = CamelCase
  146. $25.IncludeInstanceMembers = True
  147. $25.IncludeStaticEntities = True
  148. $6.NamingRule = $26
  149. $26.Name = Type Parameters
  150. $26.RequiredPrefixes = $27
  151. $27.String = T
  152. $26.AffectedEntity = TypeParameter
  153. $26.VisibilityMask = VisibilityMask
  154. $26.NamingStyle = PascalCase
  155. $26.IncludeInstanceMembers = True
  156. $26.IncludeStaticEntities = True
  157. $0.VersionControlPolicy = $28
  158. $28.inheritsSet = Mono
  159. EndGlobalSection
  160. EndGlobal