This commit is contained in:
parent
2d12b10412
commit
3e73515f0d
2 changed files with 159 additions and 0 deletions
158
DMX-2.0.sln
158
DMX-2.0.sln
|
|
@ -32,5 +32,163 @@ Global
|
||||||
$2.MessageStyle = $3
|
$2.MessageStyle = $3
|
||||||
$3.LineAlign = 0
|
$3.LineAlign = 0
|
||||||
$2.inheritsSet = Mono
|
$2.inheritsSet = Mono
|
||||||
|
$0.DotNetNamingPolicy = $4
|
||||||
|
$4.DirectoryNamespaceAssociation = None
|
||||||
|
$4.ResourceNamePolicy = FileFormatDefault
|
||||||
|
$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 = VisibilityMask
|
||||||
|
$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 = VisibilityMask
|
||||||
|
$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 = VisibilityMask
|
||||||
|
$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 = VisibilityMask
|
||||||
|
$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 = VisibilityMask
|
||||||
|
$18.NamingStyle = PascalCase
|
||||||
|
$18.IncludeInstanceMembers = True
|
||||||
|
$18.IncludeStaticEntities = True
|
||||||
|
$7.NamingRule = $19
|
||||||
|
$19.Name = Static Readonly Fields
|
||||||
|
$19.AffectedEntity = ReadonlyField
|
||||||
|
$19.VisibilityMask = Internal, Protected, Public
|
||||||
|
$19.NamingStyle = PascalCase
|
||||||
|
$19.IncludeInstanceMembers = False
|
||||||
|
$19.IncludeStaticEntities = True
|
||||||
|
$7.NamingRule = $20
|
||||||
|
$20.Name = Fields (Non Private)
|
||||||
|
$20.AffectedEntity = Field
|
||||||
|
$20.VisibilityMask = Internal, Protected, Public
|
||||||
|
$20.NamingStyle = PascalCase
|
||||||
|
$20.IncludeInstanceMembers = True
|
||||||
|
$20.IncludeStaticEntities = True
|
||||||
|
$7.NamingRule = $21
|
||||||
|
$21.Name = ReadOnly Fields (Non Private)
|
||||||
|
$21.AffectedEntity = ReadonlyField
|
||||||
|
$21.VisibilityMask = Internal, Protected, Public
|
||||||
|
$21.NamingStyle = PascalCase
|
||||||
|
$21.IncludeInstanceMembers = True
|
||||||
|
$21.IncludeStaticEntities = False
|
||||||
|
$7.NamingRule = $22
|
||||||
|
$22.Name = Fields (Private)
|
||||||
|
$22.AllowedPrefixes = $23
|
||||||
|
$23.String = _
|
||||||
|
$23.String = m_
|
||||||
|
$22.AffectedEntity = Field, ReadonlyField
|
||||||
|
$22.VisibilityMask = Private
|
||||||
|
$22.NamingStyle = CamelCase
|
||||||
|
$22.IncludeInstanceMembers = True
|
||||||
|
$22.IncludeStaticEntities = False
|
||||||
|
$7.NamingRule = $24
|
||||||
|
$24.Name = Static Fields (Private)
|
||||||
|
$24.AffectedEntity = Field
|
||||||
|
$24.VisibilityMask = Private
|
||||||
|
$24.NamingStyle = CamelCase
|
||||||
|
$24.IncludeInstanceMembers = False
|
||||||
|
$24.IncludeStaticEntities = True
|
||||||
|
$7.NamingRule = $25
|
||||||
|
$25.Name = ReadOnly Fields (Private)
|
||||||
|
$25.AllowedPrefixes = $26
|
||||||
|
$26.String = _
|
||||||
|
$26.String = m_
|
||||||
|
$25.AffectedEntity = ReadonlyField
|
||||||
|
$25.VisibilityMask = Private
|
||||||
|
$25.NamingStyle = CamelCase
|
||||||
|
$25.IncludeInstanceMembers = True
|
||||||
|
$25.IncludeStaticEntities = False
|
||||||
|
$7.NamingRule = $27
|
||||||
|
$27.Name = Constant Fields
|
||||||
|
$27.AffectedEntity = ConstantField
|
||||||
|
$27.VisibilityMask = VisibilityMask
|
||||||
|
$27.NamingStyle = PascalCase
|
||||||
|
$27.IncludeInstanceMembers = True
|
||||||
|
$27.IncludeStaticEntities = True
|
||||||
|
$7.NamingRule = $28
|
||||||
|
$28.Name = Properties
|
||||||
|
$28.AffectedEntity = Property
|
||||||
|
$28.VisibilityMask = VisibilityMask
|
||||||
|
$28.NamingStyle = PascalCase
|
||||||
|
$28.IncludeInstanceMembers = True
|
||||||
|
$28.IncludeStaticEntities = True
|
||||||
|
$7.NamingRule = $29
|
||||||
|
$29.Name = Events
|
||||||
|
$29.AffectedEntity = Event
|
||||||
|
$29.VisibilityMask = VisibilityMask
|
||||||
|
$29.NamingStyle = PascalCase
|
||||||
|
$29.IncludeInstanceMembers = True
|
||||||
|
$29.IncludeStaticEntities = True
|
||||||
|
$7.NamingRule = $30
|
||||||
|
$30.Name = Enum Members
|
||||||
|
$30.AffectedEntity = EnumMember
|
||||||
|
$30.VisibilityMask = VisibilityMask
|
||||||
|
$30.NamingStyle = PascalCase
|
||||||
|
$30.IncludeInstanceMembers = True
|
||||||
|
$30.IncludeStaticEntities = True
|
||||||
|
$7.NamingRule = $31
|
||||||
|
$31.Name = Parameters
|
||||||
|
$31.AffectedEntity = Parameter
|
||||||
|
$31.VisibilityMask = VisibilityMask
|
||||||
|
$31.NamingStyle = CamelCase
|
||||||
|
$31.IncludeInstanceMembers = True
|
||||||
|
$31.IncludeStaticEntities = True
|
||||||
|
$7.NamingRule = $32
|
||||||
|
$32.Name = Type Parameters
|
||||||
|
$32.RequiredPrefixes = $33
|
||||||
|
$33.String = T
|
||||||
|
$32.AffectedEntity = TypeParameter
|
||||||
|
$32.VisibilityMask = VisibilityMask
|
||||||
|
$32.NamingStyle = PascalCase
|
||||||
|
$32.IncludeInstanceMembers = True
|
||||||
|
$32.IncludeStaticEntities = True
|
||||||
|
version = 2.0
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
EndGlobal
|
EndGlobal
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@
|
||||||
<OutputType>WinExe</OutputType>
|
<OutputType>WinExe</OutputType>
|
||||||
<RootNamespace>DMX2</RootNamespace>
|
<RootNamespace>DMX2</RootNamespace>
|
||||||
<AssemblyName>DMX-2.0</AssemblyName>
|
<AssemblyName>DMX-2.0</AssemblyName>
|
||||||
|
<ReleaseVersion>2.0</ReleaseVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
||||||
<DebugSymbols>true</DebugSymbols>
|
<DebugSymbols>true</DebugSymbols>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue