From 286cfca38c5eae42812e5e6c6cb6723077b3d49d Mon Sep 17 00:00:00 2001 From: PVoLan Date: Tue, 29 May 2012 22:32:26 +0400 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=B5=D1=84=D0=BE=D0=BB=D1=82=D0=BD?= =?UTF-8?q?=D1=8B=D0=B9=20=D0=BC=D0=B4=D0=BF=D0=BE=D0=BB=D0=B8=D1=81=D0=B8?= =?UTF-8?q?=20-=20=D0=BB=D0=B8=D1=88=D0=BD=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Policies/Default.mdpolicy.xml | 231 ---------------------------------- 1 file changed, 231 deletions(-) delete mode 100644 Policies/Default.mdpolicy.xml diff --git a/Policies/Default.mdpolicy.xml b/Policies/Default.mdpolicy.xml deleted file mode 100644 index 3d84c4c..0000000 --- a/Policies/Default.mdpolicy.xml +++ /dev/null @@ -1,231 +0,0 @@ - - - - - PrefixedHierarchical - FileName - - - - - 120 - 4 - True - - - True - NextLine - NextLine - NextLine - NextLine - NextLine - NextLine - NextLine - AddBraces - NewLine - SameLine - NewLine - NewLine - NewLine - False - False - False - False - False - False - True - False - - - - True - - - - - Namespaces - Namespace - VisibilityMask - PascalCase - True - True - - - Types - Class, Struct, Enum, Delegate - VisibilityMask - PascalCase - True - True - - - Interfaces - - I - - Interface - VisibilityMask - PascalCase - True - True - - - Attributes - - Attribute - - CustomAttributes - VisibilityMask - PascalCase - True - True - - - Event Arguments - - EventArgs - - CustomEventArgs - VisibilityMask - PascalCase - True - True - - - Exceptions - - Exception - - CustomExceptions - VisibilityMask - PascalCase - True - True - - - Methods - Methods - VisibilityMask - PascalCase - True - True - - - Static Readonly Fields - ReadonlyField - Internal, Protected, Public - PascalCase - False - True - - - Fields (Non Private) - Field - Internal, Protected, Public - PascalCase - True - True - - - ReadOnly Fields (Non Private) - ReadonlyField - Internal, Protected, Public - PascalCase - True - False - - - Fields (Private) - - _ - m_ - - Field, ReadonlyField - Private - CamelCase - True - False - - - Static Fields (Private) - Field - Private - CamelCase - False - True - - - ReadOnly Fields (Private) - - _ - m_ - - ReadonlyField - Private - CamelCase - True - False - - - Constant Fields - ConstantField - VisibilityMask - PascalCase - True - True - - - Properties - Property - VisibilityMask - PascalCase - True - True - - - Events - Event - VisibilityMask - PascalCase - True - True - - - Enum Members - EnumMember - VisibilityMask - PascalCase - True - True - - - Parameters - Parameter - VisibilityMask - CamelCase - True - True - - - Type Parameters - - T - - TypeParameter - VisibilityMask - PascalCase - True - True - - - Local Variables - LocalVariable - VisibilityMask - CamelCase - True - True - - - - - \ No newline at end of file