123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194 |
-
- Microsoft Visual Studio Solution File, Format Version 11.00
- # Visual Studio 2010
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RAAHNSimulation", "raahnsimulation\RAAHNSimulation.csproj", "{263F2BCA-3373-44D3-AF09-E73AFF944351}"
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RAAHN", "libraahn\RAAHN.csproj", "{AF10CDD6-65F7-4A8B-B806-4A8E2892C08D}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|x86 = Debug|x86
- Release|x86 = Release|x86
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {263F2BCA-3373-44D3-AF09-E73AFF944351}.Debug|x86.ActiveCfg = Debug|x86
- {263F2BCA-3373-44D3-AF09-E73AFF944351}.Debug|x86.Build.0 = Debug|x86
- {263F2BCA-3373-44D3-AF09-E73AFF944351}.Release|x86.ActiveCfg = Release|x86
- {263F2BCA-3373-44D3-AF09-E73AFF944351}.Release|x86.Build.0 = Release|x86
- {AF10CDD6-65F7-4A8B-B806-4A8E2892C08D}.Debug|x86.ActiveCfg = Debug|x86
- {AF10CDD6-65F7-4A8B-B806-4A8E2892C08D}.Debug|x86.Build.0 = Debug|x86
- {AF10CDD6-65F7-4A8B-B806-4A8E2892C08D}.Release|x86.ActiveCfg = Release|x86
- {AF10CDD6-65F7-4A8B-B806-4A8E2892C08D}.Release|x86.Build.0 = Release|x86
- EndGlobalSection
- GlobalSection(MonoDevelopProperties) = preSolution
- StartupItem = raahnsimulation\RAAHNSimulation.csproj
- Policies = $0
- $0.TextStylePolicy = $1
- $1.EolMarker = Unix
- $1.inheritsSet = VisualStudio
- $1.inheritsScope = text/plain
- $1.scope = text/x-csharp
- $0.CSharpFormattingPolicy = $2
- $2.IndentSwitchBody = True
- $2.AnonymousMethodBraceStyle = NextLine
- $2.PropertyBraceStyle = NextLine
- $2.PropertyGetBraceStyle = NextLine
- $2.PropertySetBraceStyle = NextLine
- $2.EventBraceStyle = NextLine
- $2.EventAddBraceStyle = NextLine
- $2.EventRemoveBraceStyle = NextLine
- $2.StatementBraceStyle = NextLine
- $2.ElseNewLinePlacement = NewLine
- $2.CatchNewLinePlacement = NewLine
- $2.FinallyNewLinePlacement = NewLine
- $2.WhileNewLinePlacement = DoNotCare
- $2.ArrayInitializerWrapping = DoNotChange
- $2.ArrayInitializerBraceStyle = NextLine
- $2.BeforeMethodDeclarationParentheses = False
- $2.BeforeMethodCallParentheses = False
- $2.BeforeConstructorDeclarationParentheses = False
- $2.BeforeDelegateDeclarationParentheses = False
- $2.NewParentheses = False
- $2.SpacesBeforeBrackets = False
- $2.inheritsSet = Mono
- $2.inheritsScope = text/x-csharp
- $2.scope = text/x-csharp
- $0.DotNetNamingPolicy = $3
- $3.DirectoryNamespaceAssociation = None
- $3.ResourceNamePolicy = FileFormatDefault
- $0.TextStylePolicy = $4
- $4.FileWidth = 120
- $4.TabsToSpaces = False
- $4.inheritsSet = VisualStudio
- $4.inheritsScope = text/plain
- $4.scope = text/plain
- $0.StandardHeader = $5
- $5.Text =
- $5.IncludeInNewFiles = True
- $0.NameConventionPolicy = $6
- $6.Rules = $7
- $7.NamingRule = $8
- $8.Name = Namespaces
- $8.AffectedEntity = Namespace
- $8.VisibilityMask = VisibilityMask
- $8.NamingStyle = PascalCase
- $8.IncludeInstanceMembers = True
- $8.IncludeStaticEntities = True
- $7.NamingRule = $9
- $9.Name = Types
- $9.AffectedEntity = Class, Struct, Enum, Delegate
- $9.VisibilityMask = Public
- $9.NamingStyle = PascalCase
- $9.IncludeInstanceMembers = True
- $9.IncludeStaticEntities = True
- $7.NamingRule = $10
- $10.Name = Interfaces
- $10.RequiredPrefixes = $11
- $11.String = I
- $10.AffectedEntity = Interface
- $10.VisibilityMask = Public
- $10.NamingStyle = PascalCase
- $10.IncludeInstanceMembers = True
- $10.IncludeStaticEntities = True
- $7.NamingRule = $12
- $12.Name = Attributes
- $12.RequiredSuffixes = $13
- $13.String = Attribute
- $12.AffectedEntity = CustomAttributes
- $12.VisibilityMask = Public
- $12.NamingStyle = PascalCase
- $12.IncludeInstanceMembers = True
- $12.IncludeStaticEntities = True
- $7.NamingRule = $14
- $14.Name = Event Arguments
- $14.RequiredSuffixes = $15
- $15.String = EventArgs
- $14.AffectedEntity = CustomEventArgs
- $14.VisibilityMask = Public
- $14.NamingStyle = PascalCase
- $14.IncludeInstanceMembers = True
- $14.IncludeStaticEntities = True
- $7.NamingRule = $16
- $16.Name = Exceptions
- $16.RequiredSuffixes = $17
- $17.String = Exception
- $16.AffectedEntity = CustomExceptions
- $16.VisibilityMask = VisibilityMask
- $16.NamingStyle = PascalCase
- $16.IncludeInstanceMembers = True
- $16.IncludeStaticEntities = True
- $7.NamingRule = $18
- $18.Name = Methods
- $18.AffectedEntity = Methods
- $18.VisibilityMask = Protected, Public
- $18.NamingStyle = PascalCase
- $18.IncludeInstanceMembers = True
- $18.IncludeStaticEntities = True
- $7.NamingRule = $19
- $19.Name = Static Readonly Fields
- $19.AffectedEntity = ReadonlyField
- $19.VisibilityMask = Protected, Public
- $19.NamingStyle = PascalCase
- $19.IncludeInstanceMembers = False
- $19.IncludeStaticEntities = True
- $7.NamingRule = $20
- $20.Name = Fields
- $20.AffectedEntity = Field
- $20.VisibilityMask = Protected, Public
- $20.NamingStyle = PascalCase
- $20.IncludeInstanceMembers = True
- $20.IncludeStaticEntities = True
- $7.NamingRule = $21
- $21.Name = ReadOnly Fields
- $21.AffectedEntity = ReadonlyField
- $21.VisibilityMask = Protected, Public
- $21.NamingStyle = PascalCase
- $21.IncludeInstanceMembers = True
- $21.IncludeStaticEntities = False
- $7.NamingRule = $22
- $22.Name = Constant Fields
- $22.AffectedEntity = ConstantField
- $22.VisibilityMask = Protected, Public
- $22.NamingStyle = PascalCase
- $22.IncludeInstanceMembers = True
- $22.IncludeStaticEntities = True
- $7.NamingRule = $23
- $23.Name = Properties
- $23.AffectedEntity = Property
- $23.VisibilityMask = Protected, Public
- $23.NamingStyle = PascalCase
- $23.IncludeInstanceMembers = True
- $23.IncludeStaticEntities = True
- $7.NamingRule = $24
- $24.Name = Events
- $24.AffectedEntity = Event
- $24.VisibilityMask = Protected, Public
- $24.NamingStyle = PascalCase
- $24.IncludeInstanceMembers = True
- $24.IncludeStaticEntities = True
- $7.NamingRule = $25
- $25.Name = Enum Members
- $25.AffectedEntity = EnumMember
- $25.VisibilityMask = VisibilityMask
- $25.NamingStyle = PascalCase
- $25.IncludeInstanceMembers = True
- $25.IncludeStaticEntities = True
- $7.NamingRule = $26
- $26.Name = Parameters
- $26.AffectedEntity = Parameter
- $26.VisibilityMask = VisibilityMask
- $26.NamingStyle = CamelCase
- $26.IncludeInstanceMembers = True
- $26.IncludeStaticEntities = True
- $7.NamingRule = $27
- $27.Name = Type Parameters
- $27.RequiredPrefixes = $28
- $28.String = T
- $27.AffectedEntity = TypeParameter
- $27.VisibilityMask = VisibilityMask
- $27.NamingStyle = PascalCase
- $27.IncludeInstanceMembers = True
- $27.IncludeStaticEntities = True
- EndGlobalSection
- EndGlobal
|