RAAHNSimulation.sln 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 11.00
  3. # Visual Studio 2010
  4. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RAAHNSimulation", "raahnsimulation\RAAHNSimulation.csproj", "{263F2BCA-3373-44D3-AF09-E73AFF944351}"
  5. EndProject
  6. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RAAHN", "libraahn\RAAHN.csproj", "{AF10CDD6-65F7-4A8B-B806-4A8E2892C08D}"
  7. EndProject
  8. Global
  9. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  10. Debug|x86 = Debug|x86
  11. Release|x86 = Release|x86
  12. EndGlobalSection
  13. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  14. {263F2BCA-3373-44D3-AF09-E73AFF944351}.Debug|x86.ActiveCfg = Debug|x86
  15. {263F2BCA-3373-44D3-AF09-E73AFF944351}.Debug|x86.Build.0 = Debug|x86
  16. {263F2BCA-3373-44D3-AF09-E73AFF944351}.Release|x86.ActiveCfg = Release|x86
  17. {263F2BCA-3373-44D3-AF09-E73AFF944351}.Release|x86.Build.0 = Release|x86
  18. {AF10CDD6-65F7-4A8B-B806-4A8E2892C08D}.Debug|x86.ActiveCfg = Debug|x86
  19. {AF10CDD6-65F7-4A8B-B806-4A8E2892C08D}.Debug|x86.Build.0 = Debug|x86
  20. {AF10CDD6-65F7-4A8B-B806-4A8E2892C08D}.Release|x86.ActiveCfg = Release|x86
  21. {AF10CDD6-65F7-4A8B-B806-4A8E2892C08D}.Release|x86.Build.0 = Release|x86
  22. EndGlobalSection
  23. GlobalSection(MonoDevelopProperties) = preSolution
  24. StartupItem = raahnsimulation\RAAHNSimulation.csproj
  25. Policies = $0
  26. $0.TextStylePolicy = $1
  27. $1.EolMarker = Unix
  28. $1.inheritsSet = VisualStudio
  29. $1.inheritsScope = text/plain
  30. $1.scope = text/x-csharp
  31. $0.CSharpFormattingPolicy = $2
  32. $2.IndentSwitchBody = True
  33. $2.AnonymousMethodBraceStyle = NextLine
  34. $2.PropertyBraceStyle = NextLine
  35. $2.PropertyGetBraceStyle = NextLine
  36. $2.PropertySetBraceStyle = NextLine
  37. $2.EventBraceStyle = NextLine
  38. $2.EventAddBraceStyle = NextLine
  39. $2.EventRemoveBraceStyle = NextLine
  40. $2.StatementBraceStyle = NextLine
  41. $2.ElseNewLinePlacement = NewLine
  42. $2.CatchNewLinePlacement = NewLine
  43. $2.FinallyNewLinePlacement = NewLine
  44. $2.WhileNewLinePlacement = DoNotCare
  45. $2.ArrayInitializerWrapping = DoNotChange
  46. $2.ArrayInitializerBraceStyle = NextLine
  47. $2.BeforeMethodDeclarationParentheses = False
  48. $2.BeforeMethodCallParentheses = False
  49. $2.BeforeConstructorDeclarationParentheses = False
  50. $2.BeforeDelegateDeclarationParentheses = False
  51. $2.NewParentheses = False
  52. $2.SpacesBeforeBrackets = False
  53. $2.inheritsSet = Mono
  54. $2.inheritsScope = text/x-csharp
  55. $2.scope = text/x-csharp
  56. $0.DotNetNamingPolicy = $3
  57. $3.DirectoryNamespaceAssociation = None
  58. $3.ResourceNamePolicy = FileFormatDefault
  59. $0.TextStylePolicy = $4
  60. $4.FileWidth = 120
  61. $4.TabsToSpaces = False
  62. $4.inheritsSet = VisualStudio
  63. $4.inheritsScope = text/plain
  64. $4.scope = text/plain
  65. $0.StandardHeader = $5
  66. $5.Text =
  67. $5.IncludeInNewFiles = True
  68. $0.NameConventionPolicy = $6
  69. $6.Rules = $7
  70. $7.NamingRule = $8
  71. $8.Name = Namespaces
  72. $8.AffectedEntity = Namespace
  73. $8.VisibilityMask = VisibilityMask
  74. $8.NamingStyle = PascalCase
  75. $8.IncludeInstanceMembers = True
  76. $8.IncludeStaticEntities = True
  77. $7.NamingRule = $9
  78. $9.Name = Types
  79. $9.AffectedEntity = Class, Struct, Enum, Delegate
  80. $9.VisibilityMask = Public
  81. $9.NamingStyle = PascalCase
  82. $9.IncludeInstanceMembers = True
  83. $9.IncludeStaticEntities = True
  84. $7.NamingRule = $10
  85. $10.Name = Interfaces
  86. $10.RequiredPrefixes = $11
  87. $11.String = I
  88. $10.AffectedEntity = Interface
  89. $10.VisibilityMask = Public
  90. $10.NamingStyle = PascalCase
  91. $10.IncludeInstanceMembers = True
  92. $10.IncludeStaticEntities = True
  93. $7.NamingRule = $12
  94. $12.Name = Attributes
  95. $12.RequiredSuffixes = $13
  96. $13.String = Attribute
  97. $12.AffectedEntity = CustomAttributes
  98. $12.VisibilityMask = Public
  99. $12.NamingStyle = PascalCase
  100. $12.IncludeInstanceMembers = True
  101. $12.IncludeStaticEntities = True
  102. $7.NamingRule = $14
  103. $14.Name = Event Arguments
  104. $14.RequiredSuffixes = $15
  105. $15.String = EventArgs
  106. $14.AffectedEntity = CustomEventArgs
  107. $14.VisibilityMask = Public
  108. $14.NamingStyle = PascalCase
  109. $14.IncludeInstanceMembers = True
  110. $14.IncludeStaticEntities = True
  111. $7.NamingRule = $16
  112. $16.Name = Exceptions
  113. $16.RequiredSuffixes = $17
  114. $17.String = Exception
  115. $16.AffectedEntity = CustomExceptions
  116. $16.VisibilityMask = VisibilityMask
  117. $16.NamingStyle = PascalCase
  118. $16.IncludeInstanceMembers = True
  119. $16.IncludeStaticEntities = True
  120. $7.NamingRule = $18
  121. $18.Name = Methods
  122. $18.AffectedEntity = Methods
  123. $18.VisibilityMask = Protected, Public
  124. $18.NamingStyle = PascalCase
  125. $18.IncludeInstanceMembers = True
  126. $18.IncludeStaticEntities = True
  127. $7.NamingRule = $19
  128. $19.Name = Static Readonly Fields
  129. $19.AffectedEntity = ReadonlyField
  130. $19.VisibilityMask = Protected, Public
  131. $19.NamingStyle = PascalCase
  132. $19.IncludeInstanceMembers = False
  133. $19.IncludeStaticEntities = True
  134. $7.NamingRule = $20
  135. $20.Name = Fields
  136. $20.AffectedEntity = Field
  137. $20.VisibilityMask = Protected, Public
  138. $20.NamingStyle = PascalCase
  139. $20.IncludeInstanceMembers = True
  140. $20.IncludeStaticEntities = True
  141. $7.NamingRule = $21
  142. $21.Name = ReadOnly Fields
  143. $21.AffectedEntity = ReadonlyField
  144. $21.VisibilityMask = Protected, Public
  145. $21.NamingStyle = PascalCase
  146. $21.IncludeInstanceMembers = True
  147. $21.IncludeStaticEntities = False
  148. $7.NamingRule = $22
  149. $22.Name = Constant Fields
  150. $22.AffectedEntity = ConstantField
  151. $22.VisibilityMask = Protected, Public
  152. $22.NamingStyle = PascalCase
  153. $22.IncludeInstanceMembers = True
  154. $22.IncludeStaticEntities = True
  155. $7.NamingRule = $23
  156. $23.Name = Properties
  157. $23.AffectedEntity = Property
  158. $23.VisibilityMask = Protected, Public
  159. $23.NamingStyle = PascalCase
  160. $23.IncludeInstanceMembers = True
  161. $23.IncludeStaticEntities = True
  162. $7.NamingRule = $24
  163. $24.Name = Events
  164. $24.AffectedEntity = Event
  165. $24.VisibilityMask = Protected, Public
  166. $24.NamingStyle = PascalCase
  167. $24.IncludeInstanceMembers = True
  168. $24.IncludeStaticEntities = True
  169. $7.NamingRule = $25
  170. $25.Name = Enum Members
  171. $25.AffectedEntity = EnumMember
  172. $25.VisibilityMask = VisibilityMask
  173. $25.NamingStyle = PascalCase
  174. $25.IncludeInstanceMembers = True
  175. $25.IncludeStaticEntities = True
  176. $7.NamingRule = $26
  177. $26.Name = Parameters
  178. $26.AffectedEntity = Parameter
  179. $26.VisibilityMask = VisibilityMask
  180. $26.NamingStyle = CamelCase
  181. $26.IncludeInstanceMembers = True
  182. $26.IncludeStaticEntities = True
  183. $7.NamingRule = $27
  184. $27.Name = Type Parameters
  185. $27.RequiredPrefixes = $28
  186. $28.String = T
  187. $27.AffectedEntity = TypeParameter
  188. $27.VisibilityMask = VisibilityMask
  189. $27.NamingStyle = PascalCase
  190. $27.IncludeInstanceMembers = True
  191. $27.IncludeStaticEntities = True
  192. EndGlobalSection
  193. EndGlobal