tools.sln 5.2 KB

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